‎2008 May 16 5:22 PM
how to keep a field in selection screen invisible for ever.
kindly send me the code.
‎2008 May 16 5:29 PM
hi naresh ,
use NO-DISPLAY extension with parameters or select-options.
reward if useful,
regards,
chandu
‎2008 May 16 5:25 PM
‎2008 May 16 5:29 PM
hi naresh ,
use NO-DISPLAY extension with parameters or select-options.
reward if useful,
regards,
chandu
‎2008 May 16 5:30 PM
Hi,
do like this.
parameters : p_field.
At selection-screen output.
Loop at screen.
If screen-name = p_field.
screen-active = 0.
endif.
modify screen.
endloop.
reward points if helpful.
Regards
Sandeep Reddy
Edited by: Sandeep Reddy on May 16, 2008 6:30 PM