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

SELECTION SCREEN REQ

Former Member
0 Likes
504

how to keep a field in selection screen invisible for ever.

kindly send me the code.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

hi naresh ,

use NO-DISPLAY extension with parameters or select-options.

reward if useful,

regards,

chandu

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
466

hi naresh ,

use NO-DISPLAY extension with parameters or select-options.

reward if useful,

regards,

chandu

Read only

Former Member
0 Likes
465

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