How can I find BADI in SAP ABAP?

Michael Management
Michael Management
Updated 2 year ago

Overview

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!

If you have any questions, please don't hesitate to Contact us

Account General

Was this article helpful?
Yes No
Still stuck?How can we help?
Back to top