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: 

User Exit for MIGO after save

Former Member
0 Kudos

Hi

I want to print a label for the items in MIGO once the document is posted but I am unable to find a user exit after save of the MIGO transaction.

Please guide me in this aspect

regards

Grame Smith

1 ACCEPTED SOLUTION

shishupalreddy
Active Contributor
0 Kudos

Check MB_MIGO_BADI and MB_DOCUMENT_BADI

5 REPLIES 5

Former Member
0 Kudos

Hello,

check the exits MBCF0007 and MB_CF001.

Thanks,

Sowmya

0 Kudos

hi

I checked both of them... they do not get triggered after SAVE

0 Kudos

Use this Badi.

MB_DOCUMENT_BADI

Read the documentation in Se18.

shishupalreddy
Active Contributor
0 Kudos

Check MB_MIGO_BADI and MB_DOCUMENT_BADI

Former Member
0 Kudos

Thanks