2010 Sep 13 9:37 AM
Hello People,
I have got the required user-exit.
On a particular condition I need to stop the execution of the MIGO transaction.
Please help me on how to do it.
When I am writing EXIT in the condition, Its not working as its just moving out of the exit and not MIGO Transaction.
Please help me.
Regards,
Roshan.
Moderator Message: You have the Exit and BADI name. Constructing the code is what your employer pays you for.
Edited by: kishan P on Sep 13, 2010 2:55 PM
Hello People,
I have got the required user-exit.
On a particular condition I need to stop the execution of the MIGO transaction.
Please help me on how to do it.
When I am writing EXIT in the condition, Its not working as its just moving out of the exit and not MIGO Transaction.
Please help me.
Regards,
Roshan.
Moderator Message: You have the Exit and BADI name. Constructing the code is what your employer pays you for.
Edited by: kishan P on Sep 13, 2010 2:55 PM
2010 Sep 13 9:39 AM
MIGO don't use many customer function.
You should implement ME_PROCESS_PO BADI
2010 Sep 13 9:45 AM
Hi there,
In there also I need to write the code, Please tell me the code which will stop the saving of MIGO.
Thanks in advance.
Regards,
Roshan.
2010 Sep 13 9:53 AM
If you put a message type e, the report stops.
It's not the finest solution, but for sure it works.
Everything depends on what you need to do (avoid some insert? check some conditions and give to the user the option to change? and so on..).
2010 Sep 13 10:24 AM
Use MB_MIGO_BADI and create its implementation and use its post_document its save event method and u can stop wat u want.
Regards,
Nainesh.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |