2008 Jun 18 7:17 AM
Hi Friends,
Can anyone help how to trace the BADi used in the SAP standard transaction.
We are using T-Code KSU5 (Prog-RKGALKSU5) in which we have hardcoded a Profit center. The client want to remove the hardcoding. can anyonehelp??
2008 Jun 18 7:26 AM
Hi,
Goto se24 and give cl_exithandler there
goto change mode,
double clk on GET_INSTANCE
Put a break point on " CALL METHOD cl_exithandler=>get_class_name_by_interface"
Give the tcode in the bar and then press enter.
The debugging will be on
double clk on exit-name.
and then go on debugging ,then u will find different BADI's for the transaction.
Follow these two methods u ll find all the possible BADI's for that particular transaction.
Thanks & Regards,
Paras
2008 Jun 18 7:21 AM
hi,
goto table TADIR , give object type as CMOD and object name as Z* u will get all EXITS implemented in ur system.
goto table TADIR , give object type as SXCI and object name as Z* u will get all BADI'S implemented in ur system.
reward points if hlpful.
2008 Jun 18 7:26 AM
Hi,
Goto se24 and give cl_exithandler there
goto change mode,
double clk on GET_INSTANCE
Put a break point on " CALL METHOD cl_exithandler=>get_class_name_by_interface"
Give the tcode in the bar and then press enter.
The debugging will be on
double clk on exit-name.
and then go on debugging ,then u will find different BADI's for the transaction.
Follow these two methods u ll find all the possible BADI's for that particular transaction.
Thanks & Regards,
Paras