‎2010 May 20 12:44 PM
Hi all,
In standard transaction FKMT, I have added one screen field AUFNR. But it is displaying in grey mode(disabled). Please guide me how to make the field into enable mode.
My approach : in layout, under program tab, I have set input field , output field and possible. But still it is geting displayed in grey mode.
Please guide me in this regard,
Thanks and regards,
Murali Krishna T.
‎2010 May 20 12:53 PM
Hi Murali,
If you have set Input Field as 'X' and not marked Output Only in Program tab ... then ....
Please check whether there is any LOOP AT SCREEN statement in the standard module flow logic which is turning the field to SCREEN-INPUT = '0' mode.
The standard logic might be turning all but afew screen fields to INPUT disabled and your new field might be getting disabled due to this reason.
Hope this helps!
Cheers,
Aditya