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.