Application Development 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: 

How to set NO-EXTENSION by Modify screen for Select-options

Former Member
0 Kudos

Hi Experts,

I would like to set NO-EXTENSION by modify screen for select-options. I use system-structur SCREEN, but I dont know, how can I set this property. Can anyone help me?

Thanks a lots!

2 REPLIES 2

Former Member
0 Kudos

Hi all,

I found it

screen-name = '%_S_RECEIV_%_APP_%-OPTI_PUSH'.

screen-invisible = 1.

thanks!

0 Kudos

Try to right-click on the select-option fields and select Multiple selection...

If you only want to restrict this only once at start of transaction (eg. if user not allowed, or depending on transaction code) check FM [SELECT_OPTIONS_RESTRICT|http://www.sdn.sap.com/irj/scn/advancedsearch?query=select_options_restrict] - but usually only called once at INITIALIZATION..

Regards,

Raymond