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: 

Stop Saving in MIGO

Former Member
0 Kudos

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

4 REPLIES 4

SimoneMilesi
Active Contributor
0 Kudos

MIGO don't use many customer function.

You should implement ME_PROCESS_PO BADI

0 Kudos

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.

0 Kudos

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..).

Former Member
0 Kudos

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.