‎2006 Jul 03 9:47 AM
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
‎2006 Jul 03 10:00 AM
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,
‎2006 Jul 03 10:00 AM
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,
‎2006 Jul 03 10:04 AM
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