‎2018 Jul 18 6:49 AM
Hi ,
i Know to Find BADI in SE24 (CL_EXITHANDLER - GET_INSTANCE) Break point
and program package to find BADI But That's not full fill my requirement. I'm try to build code for find BADI using CL_EXITHANDLER but i didn't know which one call first.
class after transaction ? or transaction after class ? i tried both but i get "no_reference"
output only how can i pass reference via code in this class to get output..if you have any idea please let me now whats proper way to build code to find badi..
‎2018 Jul 18 8:35 PM
Please check Google or the SAP-Wiki section, as there are numerous posts on Custom Programs that do the same.
A valid SAP-Wiki link would be this one ...
‎2018 Jul 19 7:38 AM
i already check that program they use package based track enhancement i don't want that type of program logic..i got more than 10 program from google, all are using this package to find badi logic only .. you have any different idea ?
‎2018 Jul 19 4:43 PM
Hi,
Try SE84 => Enhancements => Business Add-in => Definition... (Package or Application Component) and also is possible using transaction SPRO.
‎2018 Jul 20 10:29 AM
put the break point in CL_EXITHANDLER
then run the transaction, it will open debugging session