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: 

My requirement is to disable the expansion in MIGO transaction. OR to make

Former Member
0 Kudos

Hello All,

My requirement is to disable the expansion in MIGO transaction. OR to make the QTY field read only

CS_GOITEM-ERFMG.

I tried using the BADI MB_MIGO_BADI and kept the following code in the LINE_MODIFY methods

CS_GOITEM-EXPAND = '@3S@'.

CS_GOITEM-DEPTH = '00'.

CS_GOITEM-PARENT = '000000'.

and

loop at screen.

screen-name = 'GOITEM-ERFMG'.

screen-input = '0'.

modify screen.

endscreen.

I have kept the loop at screen code in PAI and PBO mehtods as well but still not working.

Please let me know how to make the whole QTY column read only.

Thanks & Regards,

P S Sagar.

1 REPLY 1

Former Member
0 Kudos

Use Transaction Variants SHD0.

Regards

Ahsan