ABAP Keyword Documentation → ABAP − Short Reference
SELECTION-SCREEN TAB - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SELECTION-SCREEN TAB (len) tab USER-COMMAND fcode
[DEFAULT [PROGRAM prog] SCREEN dynnr]
[MODIF ID modid]
[FOR {TABLE|NODE} node [ID id]].
Effect
Defines a tab title with the name tab
, the length len
, and the
function code fcode
in a
tabstrip area.
Addition
-
DEFAULT [PROGRAM prog] SCREEN dynnr
Assigns the tab title a subscreen screendynnr
in programprog
. -
MODIF ID modid
Assigns the screen element to the modifiation groupmodid
. -
FOR {TABLE|NODE} node
Assigns the screen element in a logical database to a nodenode
of the relevant structure. -
ID id
Defines a maximum three-character IDid
for the screen element in a logical database.