It's a static method on the class CL_EXITHANDLER, that returns an instance of CL_EXITHANDLER - i.e. an instance of the BADI.
matt
Suppose that you want to find what BADIs are available in transaction VA01.
So you go to the Class builder - SE24 classCL_EXITHANDLER, goto method
GET_INSTANCE
At line 25, place a breakpoint at -
CALL METHOD cl_exithandler=>get_class_name_by_interface
CHANGING
......
exit_name = exit_name
Execute VA01, the system will stop at above breakpoint.
In exit_name you will get the name of the BADI available for VA01.
Note the BADI name, keep executing get the list.
Reward points if useful.
Regards
Megha
Look at Changing" target="_blank">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf">Changing the SAP Standard (BC)
Search for "Calling Add-Ins from Application Programs"
Regards
Add a comment