Skip to Content
0
Former Member
Feb 19, 2009 at 02:19 PM

Need to make a field inactive but still showing values

105 Views

Hello , i am adding some controls for a table maintenance( SM30)

i have two fields, fields A and B.

when i add an entry in field A the description is fetched.I need to display the description in the B column and also grey out the B column.

i have used :

loop at screen .

if screen-name = 'Znum-EMET'.

screen-active = 0.

modify screen.

endif.

endloop.

it is only greying out the field but not displaying the fetched description.