Tuesday, March 22, 2011

How to identify a BADI for a TCODE

Go to se24 and display class CL_EXITHANDLER - view the code behind method GET_INSTANCE. place a break-point there somewhere in the beginning. 

Now, go to your tcode in another session and execute it. Your breakpoint will be hit every time a BADI is called.