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/badi to add items to a material document

godbole_yogesh
Explorer
0 Kudos

Hi,

Is there any user exit/badi which can be used to add an item while creating a goods receipt document in MIGO. The requirement is that when user does a GR against a PO, the exit should check if there is a returnable packaging material for the material in the PO, and then include this packaging material in the GR. We found user exits/badis which allow changes to an existing item, but didnt find any which can be used to append an item.

Let us know if there is any way to do this.

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos

Do you have check the BADI : MB_MIGO_BADI ?

I have use it to modify the MIGO screen (add a new tab) create an input field and use this field to modify the material master data.

Maybe you could use for your work.

Fred