ABAP Keyword Documentation → ABAP - Quick Reference
SELECTION-SCREEN TAB - Quick 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 dynprodynnr
in the programprog
. -
MODIF ID modid
Assigns the screen element to the modification groupmodid
. -
FOR {TABLE|NODE} node
Assigns the screen element in a logical database to a nodenode
of the associated structure. -
ID id
Defines a maximum three-character IDid
for the screen element in a logical database.