SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SELECT-OPTIONS - Short Reference
Syntax
SELECT-OPTIONS selcrit FOR {dobj|(name)}
[OBLIGATORY|NO-DISPLAY]
[VISIBLE LENGTH vlen]
[NO-EXTENSION]
[NO INTERVALS]
[MODIF ID modid]
[DEFAULT val1 [TO val2] [OPTION opt] [SIGN sign]]
[LOWER CASE]
[MATCHCODE OBJECT search_help]
[MEMORY ID pid]
[NO DATABASE SELECTION]
[HELP-REQUEST [FOR {LOW|HIGH}]]
[VALUE-REQUEST [FOR {LOW|HIGH}]].
Effect
Declares an internal selection table selcrit for a
selection criterion and creates the corresponding input fields on the current
selection screen.
Additions