2009 Aug 04 10:01 AM
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
2009 Aug 04 3:44 PM
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