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: 

To Disable Batch Field in MIGO

Former Member
0 Kudos

Hi All,

I have a requirement to disable the batch field from editing in MIGO tcode for GR against Outbound delivery for certain plants only, when i checked the MIGO program i see it is using a local class lcl_migo_screenmodification to set and to get the screen attributes. but i am not able to use that local class in any of the exits or BADI.

Also i tried to set the program variable from an exit using field symbol but could not succeed. again i gues screen varient is one way to achieve but i am not sure if i can use that to restrict based on the plant.

<removed_by_moderator>

Any input will be greatly appreciated.

Regards,

Venkatesh.

Edited by: Julius Bussche on Dec 22, 2009 11:51 AM

1 REPLY 1

Former Member
0 Kudos

Use LINE_MODIFY from the MB_MIGO_BADI Business Add-ins SE18. create an implementation and use the LINE_MODIFY method to restrict the plants. As for disabling why dont you try the loop at screen command and check what screens will be turned off from the other BADI methods. you can mostly find these screens in the PAI and PBO detail methods.