CL _EXITHANDLER is the class interface , by using the method get_instance we can call the badi definition in the code , it Returns a Reference to a Generated Exit Class u can create a badi definition and u can assign the badi definition in your own code using the method of cl _exithandler , and then ur badi cna be implemented, For example: u can find athe exit in the following way using cl _exithandler. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for CL _EXITHANDLER=>GET_INSTANCE .
4/8/2015 · CL _EXITHANDLER is the class which contains the Ext. Services Within Framework of Exit Technique and is used in the enhancement framework. The class CL _EXITHANDLER has the method GET_INSTANCE which is used to trigger BADIs from the standard SAP program.
6/7/2009 · ?Finding BADI Using CL _EXITHANDLER=>GET_INSTANCE Go to the Transaction, for which we want to find the BADI, Get the Program Name of Corresponding Transaction. (Click on System->Status. Double Click on Program Name) Once inside the program search for ‘ CL _EXITHANDLER=>GET_INSTANCE’.
7/21/2015 · The class CL _EXITHANDLER: Class for Ext. Services Within Framework of Exit Technique Then put a break-point in the method GET_CLASS_NAME_BY_INTERFACE . For each Standard Transaction, the framework calls the class CL_EXISTHANDLER to retrieve the list of BADI.
9/26/2013 · Also in Classic BADI, while we call it via cl _exithandler, we use the reference to the interface rather than BADI definition 16. Now activate the program and execute it.
Another way to find which BADI’s are executed from a specific transaction is to place a break-point within method ‘GET_INSTANCE’ of class ‘ CL _EXITHANDLER’. To do this use the following steps 1. Execute the class builder transaction SE24 2. Enter the class name ‘ CL _EXITHANDLER’ and press display 3.
6/21/2011 · Finding BADI Using CL _EXITHANDLER=>GET_INSTANCE Finding BADI Using SQL Trace (TCODE-ST05). Finding BADI Using Repository Information System (TCODE- SE84). 1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name.