cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for Delivery note no. in MIGO

Former Member
0 Kudos

Hello all,

I have made delivery note no. field mandatory in MIGO. Now, against that delivery note no. system should generate only one material document no. (Only one GR), but now system generating multiple GR's against one delivery note no. Can anybody suggest solution?? Please suggest User exit.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

sudeep_a
Active Contributor
0 Kudos

Hi,

You can go for BAdI MB_MIGO_BADI and write suitable code to throw error message if the delivery note already exists.

Regards,

Sudeep

Former Member
0 Kudos

thanks a lot sir..!!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kapil,

You can bulid an check in Exit EXIT_SAPMM07M_001 while posting MIGO check in SE37.

Which is having Include  ZXMBCU02.

Rgds,

Former Member
0 Kudos

ok sir.... thanks a lot..!!!

former_member183424
Active Contributor
0 Kudos

Addition to sudeep reply

you can use the method CHECK_HEADER for checking when you press check buttons. and use the method POST_DOCUMENT for Post buttons.

You can also restrict this through a Z message

As my company also did this.

Former Member
0 Kudos

thank u sir.!