ABAP Keyword Documentation → ABAP - Quick Reference
SELECTION-SCREEN INCLUDE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SELECTION-SCREEN INCLUDE { { PARAMETERS parameter
[OBLIGATORY [OFF]]
[MODIF ID modid] }
| { SELECT-OPTIONS selcrit
[OBLIGATORY [OFF]]
[NO INTERVALS [OFF]]
[NO-EXTENSION [OFF]]
[MODIF ID modid] }
| { COMMENT [/][pos](len) text
[FOR FIELD sel]
[MODIF ID modid] }
| { PUSHBUTTON [/][pos](len) button_text
[USER-COMMAND fcode]
[MODIF ID modid] }
| { BLOCKS block } }
[ID id].
Effect
Inherits screen elements from a different selection screen.
Additions
-
PARAMETERS parameter
Inherits the screen elements from a parameterparameter
. -
SELECT-OPTIONS selcrit
Inherits the screen elements from a selection criterionselcrit
. -
COMMENT [/][pos](len) text
Inherits an output field in the position specified inpos
andlen
. -
PUSHBUTTON [/][pos](len) button_text [USER-COMMAND fcode]
Inherits a pushbutton in the position specified inpos
andlen
. The function code is either inherited or specified asfcode
. -
BLOCKS block
Inherits a blockblock
or a tabstrip area with all its elements. -
[OBLIGATORY [OFF]] [NO INTERVALS [OFF]] [MODIF ID modid] [FOR FIELD sel]
Overwrites the corresponding properties of the inherited element. -
ID id
Defines an IDid
with a maximum of three characters on a logical database for the inherited screen element.