Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

SELECTION-SCREEN - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


SELECTION-SCREEN  { { COMMENT [/]pos|POS_LOW|POS_HIGH 
                      { text | {[text] FOR FIELD sel} }
                      [VISIBLE LENGTH vlen]
                      [MODIF ID modid] }
                  | { FUNCTION KEY n }
                  | { POSITION {pos|POS_LOW|POS_HIGH} }
                  | { PUSHBUTTON [/]pos|POS_LOW|POS_HIGH
                      button_text USER-COMMAND fcode
                      [VISIBLE LENGTH vlen]
                      [MODIF ID modid] }
                  | { SKIP [n] }
                  | { ULINE [[/]pos|POS_LOW|POS_HIGH]
                      [MODIF ID modid] } }
                  [FOR {TABLE|NODE} node [ID id]].

Effect

Creates basic screen elements on the current selection screen.

Additions