cancel
Showing results for 
Search instead for 
Did you mean: 

Process to find user exit for transactions /sapapo/snptlb or /sapapo/sdp94

Former Member
0 Kudos

Hi All,

Can you help me out with the approach to find out user exits for transactions /sapapo/snptlb or /sapapo/sdp94?

What I am looking for is the approach, i mean how to proceed with?

Win full points for detailed answer !!

Thanks a lot - Chandan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chandan - this is the same as in any module of SAP:

1) check SPRO

If nothing is found then do the following:

1) Goto SE24 and display class cl_exithandler

2) Enter method GET_INSTANCE and create a break point at Line 25 (CASE sy-subrc)

3) Execute SAP standard transaction and invoke the process for which you need to create custom coding

4) Your break point will stop the process in debug mode - check the values of variable 'exit_name', it will contian the name of the BADI currently being executed.

5) Continue to debug by pressing F8 to see other BADI's

6) Repeat steps 3 thru 5 for each process that you want to find a BADI for

Regards

Andy

Former Member
0 Kudos

HI.... what i am looking for is to find out a USER EXIT and not BADI.... so i'll be greatful if you can please help me out with the same....

Thanks a lot - Chandan

Former Member
0 Kudos

Hi Chandan - I am not sure what you are looking for but always search SPRO first. For function module exits either in the parent program of your transaction search for "CALL CUSTOMER-FUNCTION" or debug with a breakpoint on "CALL CUSTOMER-FUNCTION". What exactly are you looking for?

Regards

Andy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandan,

Try with transaction SE37.

Regards

Alper Myumyun