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: 

User exit not triggering

Former Member
0 Kudos

Hi all,

I have maintained a user-exit, EXIT_SAPLAD12_003, in the enhancement AD010003 for the transaction ODP1. But it is observed that the control is not going into this User-exit. I tried checking this with a break-point.

Please suggest.

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Activate the enhancement as follows:

SMOD -> Give enhancement name AD010003 -> Click test button -> Put cursor on the FM EXIT_SAPLAD12_003 -> Click activate button

Rerun your transaction ODP1, & the cursor stops at the break-point.

2 REPLIES 2

Former Member
0 Kudos

Activate the enhancement as follows:

SMOD -> Give enhancement name AD010003 -> Click test button -> Put cursor on the FM EXIT_SAPLAD12_003 -> Click activate button

Rerun your transaction ODP1, & the cursor stops at the break-point.

Former Member
0 Kudos

Hi

That means that is not the right user exit for your requirement.

So first keep a break point in each and every user exit include and check if it is stopping or not.

If it stops then that is the rightone and write the code and use it.

check other enhancments for this Tcode

KKAG0004 Results Analysis with Dynamic Items

AD010001 Change object list and its hierarchy

AD010002 Delimit selection and/or filter data that is determined

AD010003 Create user-defined DI characteristics

AD010005 Create user-defined sources

AD010006 Menu exit: Change DI value

AD010007 Change DI Processing Information

Reward points if useful

Regards

Anji