Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RKGALKSU5-BADI/BAPI

Former Member
0 Kudos

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??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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