Application Development and Automation 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: 
Read only

Disabling of Batch field in MIGO

Former Member
0 Kudos
721

hi all,

I added one tab in MIGO at item details. i created one program and designed one screen. here i am calculating batch code based upon screen fields and i updated batch field that is in different tab. Here i need to disable batch field that is in different tab(Btach tab) . How can i disable the field dynamically.

Please suggest.

Regards,

Rami Reddy

3 REPLIES 3
Read only

Former Member
0 Kudos
319

Hi Ramireddy,

I have the same reqiirement as to disable the Batch field in MIGO for GR, can you please let me know if you have any solution for this.

Read only

0 Kudos
319

hi ,

Use this include LMIGOKS4 and method Method Screen_modify_line.......... Endmethod.

It will be useful to you.

Regards,

Rami Reddy

Read only

former_member778253
Active Participant
0 Kudos
319

Try using enhancement framework concept.

Hope this will work