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

Stop Saving in MIGO

Former Member
0 Likes
961

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

4 REPLIES 4
Read only

SimoneMilesi
Active Contributor
0 Likes
773

MIGO don't use many customer function.

You should implement ME_PROCESS_PO BADI

Read only

0 Likes
773

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.

Read only

0 Likes
773

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

Read only

Former Member
0 Likes
773

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.