ABAP Keyword Documentation → ABAP - Short Reference
SELECTION-SCREEN EXCLUDE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SELECTION-SCREEN EXCLUDE { {PARAMETERS parameter}
| {SELECT-OPTIONS selcrit}
| {RADIOBUTTON GROUPS group}
| {BLOCKS block}
| {IDS id} }.
Effect
Deletes the specified element from a version of the standard selection screen in a logical database.
Additions
-
PARAMETERS parameter
Deletes a parameterparameter
. -
SELECT-OPTIONS selcrit
Deletes a selection criterionselcrit
. -
RADIOBUTTON GROUPS group
Deletes a radio button groupgroup
. -
BLOCKS block
Deletes a blockblock
. -
IDS id
Deletes all elements of the IDid
.