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

User exit

Former Member
0 Likes
367

Hi ,

We are facing a problem in using user exit for MIGO_GR transaction.Actually we have written some logic regarding some authorisation check in user exit EXIT_SAPM07DR_001.But when we execute MIGO_GR transaction it is not being executing.

can you please let us know what is the problem and how to execute

the specific user exit.

Thanks,

Kishore

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
330

Hi,

The user exit would be triggered when you post GR from MIGO transaction, you can check by putting a break point and understand the scenario why this is not being called in MIGO,

Rgds,

2 REPLIES 2
Read only

Former Member
0 Likes
331

Hi,

The user exit would be triggered when you post GR from MIGO transaction, you can check by putting a break point and understand the scenario why this is not being called in MIGO,

Rgds,

Read only

Former Member
0 Likes
330

Check if you have activated the project which implements the user exit. If you have activated the project place a breakpoint within the code in the exit and run the transaction to check if the exit is being called.

-Kiran