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: 

MIGO: Delivery note field mandatory only for specific plant - MB_MIGO_BADI

makluwi
Explorer
0 Kudos

Hi,

I would like to ask for help on how to make the Delivery note field from transaction MIGO as mandatory. I tried using transaction OMJX but there 's an additional requirement that it should only be mandatory for specific plants. I think BADI MB_MIGO_BADI can be used instead of transaction OMJX.

Can someone assist me on how to do this thru screen exit? Also, the Delivery note text should also be in color blue just the same if it is done in OMJX.

Delivery note field is in screen 0110 of program SAPLMIGO.

Thanks and regards,

makluwi

1 REPLY 1

Former Member
0 Kudos

Hi,

If you look at the method >PAI_HEADER of the BADI MB_MIGO_BADI you have structure >GOHEAD which has field LFSNR which is the delievry number so if you create an implementation of this BADI and you can put a check in this method to make it mandatory.

Regards,

Himanshu