‎2013 Dec 11 11:24 AM
Hi,
I need to make material field, plant for material field in the header tab un-editable, please guide me how to achieve the same.
Thanks,
Shitanshu Sahai
‎2013 Dec 11 11:59 AM
Hi Shitanshu,
Check if your screen is 3010,
Try to create enhancement implementation at the end of form SET_PBO_F10..
and do it with usual..
LOOP At SCREEN...
if screen-name = 'RQM00-MATNR' OR
SCREEN-NAME = 'RQM00-MAWERK.
screen-edit = 0.
endif.
MODIFY screen.
ENDLOOP.
'
Thanks,
Chirdip
‎2015 Aug 27 9:55 PM
‎2013 Dec 11 12:37 PM