select-options: so_os for zwimo_status-code0 modif id os.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
CASE screen-group1.
WHEN 'OS'.
screen-active = '0'.
MODIFY SCREEN.
ENDCASE.
ENDLOOP.
SAP Technical
ABAP
Hiding Select options on a selection screen

Written by Kevin Wilson
select-options: so_os for zwimo_status-code0 modif id os.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
CASE screen-group1.
WHEN 'OS'.
screen-active = '0'.
MODIFY SCREEN.
ENDCASE.
ENDLOOP.
©2001-2011 Genieholdings.COM, Inc. All rights reserved. ERPGenie.COM, EDIGenie.COM, myPIgenie.COMand ESAGenie.COM are Trademarks of Genieholdings.COM, Inc. All product names are trademarks of their respective companies. GenieHoldings.COM, Inc. and it's websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks are registered trademarks of SAP AG in Germany and in several other countries. Every effort is made to ensure content integrity. Use information on this site at your own risk.
