Application Development and Automation 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: 
Read only

RKGALKSU5-BADI/BAPI

Former Member
0 Likes
1,253

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
Read only

Former Member
0 Likes
925

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

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

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
925

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.

Read only

Former Member
0 Likes
926

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