Hi,
If u wnt to not to display only in the run tme means u can do by
loop at screen.
if screen-name = 'Fieldname'.
screen-invisible = 1.
modify screen.
endif.
endloop.
If u wnt always not to display the field means,u can give it in the designing part itself..
Goto the properties of the test field and there will be a tab called display..click tht tab and u can see a checkbox called invisible,u can also use tht..
REWARD IF USEFUL
Add a comment