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

Former Member
0 Kudos

hi all

we have an requirement like this

we have two bins i which records are put in random and picked in random but the useer they want it to controlled thru only one bin so that if we put int in first bin they will move it into second bin but the records should be picked from the first bin only

the thing here is that it s done thru user exit so before we tried to change the code inside the user exit we tried tog et the flow of the pgm but when we set a breakpoint in tht user exit funtion module it is not getting hit

can anyone tell me at what instance tht function module will get hit

4 REPLIES 4

Former Member
0 Kudos

Hi,

Your User exit is not activated yet. So it will bypass the function module. Please acivate it and then put a break point.

Regards,

Dharitree

0 Kudos

Use CMOD for activating the Urer exit.

Regards,

Dharitree

Former Member
0 Kudos

my question is not answered properly

0 Kudos

Please explain your requirement properly. Also specify User exit name so that one can go and check the FM also.

Regards,

Dharitree