Hi ,
- Go to TCODE SE24 and enter the class name 'CL_EXITHANDLER'.
- Go to the class in Display mode and Select 'GET_INSTANCE' method
- Now place a breakpoint at the statement
CALL METHOD cl_exithandler=>get_class_name_by_interface
- Now , run the TCODE for which we need to find the BADI.
- Later in the debugger , find the value for exit_name parameter.
It shows one of the badi for that TCODE , because each tcode will be linked to multiple BADIs.