SAP SELECTION-SCREEN INCL - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SELECTION-SCREEN

ABAP Code Snippet

ABAP Code Snippet
ABAP Code Snippet

ABAP Code Snippet
[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].
ABAP Code Snippet

What does it do? Copies screen elements from a different selection screen.

ABAP Addition ABAP Code Snippet
Copies the screen elements from a parameter parameter.
ABAP Code Snippet
Copies the screen elements from a selection criterion selcrit.
ABAP Code Snippet
Copies an output field in the position specified in pos and len.
ABAP Code Snippet button_text [USER-COMMAND fcode]
Copies a pushbutton in the position specified in pos and len . The function code is either copied or specified as fcode.
ABAP Code Snippet
Copies a block block or a tabstrip area with all its elements.
ABAP Code Snippet INTERVALS [OFF]] [MODIF ID modid] [FOR FIELD sel]
Overwrite the corresponding properties of the element copied.
ID id
Defines an ID id of a maximum of three characters on a logical database for the screen element copied.

Return to menu