|
|
Find a SAP BADI called from within an SAP transaction
The following steps will allow you to simply find a BAPI that is linked to an SAP transaction code.
1. Execute transaction SE37 or SE80 and find function module 'SXV_GET_CLIF_BY_NAME'.
2. Insert a breakpoint in it.
3. Now go to the SAP transaction you want to find a BADI in.
4. When you execute it, it will stop at the above function module.
5. Look at the value of field EXIT_NAME.
6. This will provide you with the name of the BADI that is available in your SAP transaction code.
Website Navigation to related information
SAP enhancements - CMOD
Enhancing standard SAP via the use of user exits, customer functions and other options available via transaction CMOD
|
SAP user exits
SAP User exits to enhance standard SAP functionality without modifying the standard SAP code
SAP enhancement framework
Enhancing standard SAP via the use of the new enhancement framework. Allows ABAP code modifications to be added to any sap program.
Business Add-in - BADI
Enhancing standard SAP via the use of the business data toolset (BDT)
SAP Field Exits
Enhancing standard SAP via a field exit
Business data toolset - BDT
BADI's are OO methods which can be enhanced to implement new functionality into standard SAP transactions
|
|