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 help for MIGO

Former Member
0 Kudos

Hi friends,

Facing problem in USER EXIT for MIGO...

My requirement is...

I want to give a error message for good issue or it should not be posted in MIGO, if the Item OK check has not been made for all the available materials corresponding to Order no while posting goods issue.

the structure and field names are: GODYNPRO-DETAIL_TAKE

i.e., If the user omits to do the item-check for any materials while posting Good issue(after the Production order made),one popup(error) message will come/display b4 posting the document (by way to alert him).

If anyone have solution or worked on this previously...pls post ur example by reply or let me know which is the corresponding USER EXIT to include my coding part.

I've tried in MB_CF001 and MBCF0005 and its not working.

Pls do the needful at the earliest.

Thanks & regards

sankar.

1 REPLY 1

Former Member
0 Kudos

Hi sankar,

I believe if the 'OK' check box is not clicked a status message "Item has not been flagged ok" is displayed by SAP in MIGO and stops processing of the item...which serves the purpose you have mentioned.But again please try the badi MB_MIGO_BADI with

method POST_DOCUMENT

Regards

Byju