Tuesday, September 22, 2015

Finding the BADI

Overview of User-Exit and BAdI

The R/3 enhancement concept allows you to add your own functionality to SAP’s
standard business applications without having to modify the original applications.
SAP creates user exits for specific programs, screens, and menus within standard R/3
applications. These exits do not contain any functionality. Instead, the customer exits act
as hooks. You can hang your own add-on functionality onto these hooks.
Business Add Ins are enhancements to the standard version of the code of SAP. They can
be inserted into the SAP system to accommodate user requirements too specific to be
included in the standard delivery.

We can find User-Exits or BAdIs by using the following two transactions.
    Method 1:- Transaction SE24.
    Method 2:- Transaction SE15/SE90.

 Method 1:- Transaction SE24. Method 1:- Transaction SE24.
 Method 2:- Transaction SE15/SE90 Method 2:- Transaction SE15/SE90

No comments:

Post a Comment