- Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
- In 'Display' mode, go to 'Methods' tab.
- Double click the method 'Get Instance' to display it source code.
- Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.
- Then run your transaction.
- The screen will stop at this method.
- Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.
网友评论