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

How to enable input field (step loop).

Former Member
0 Likes
507

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.

1 REPLY 1
Read only

Former Member
0 Likes
384

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