How can I find BADI in SAP ABAP?

Michael Management
Michael Management
Updated 3 year ago

Überblick

To find BADI, the first step is to go to the SE24 transaction and display CL_EXITHANDLER class. Then double click on the GEL_INSTANCE method and put a breakpoint on the class method CL_EXITHANDLER=>GET_CLASS_NAME_BY_INTERFACE. 

Run the transaction you need to find BADI in a new screen and it will automatically stop at the breakpoint you put in SE24. Each time you execute in debugger it will display the BADI names. 

If you need SAP Access to practice, we do provide it!

Wenn Sie Fragen haben, bitte nicht zögern Kontaktiere uns

Konto General

War dieser Artikel nützlich?
Ja nicht
Stopp noch?Wie können wir helfen?
Back to top