ABAP Keyword Documentation → ABAP - Short Reference
DESCRIBE TABLE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DESCRIBE TABLE itab [KIND knd] [LINES lin] [OCCURS n].
Effect
Defines the properties of an internal table itab
.
Additions
-
KIND knd
Returns the table type inknd
. -
LINES lin
Returns the number of lines inlin
. -
OCCURS n
Returns the initial storage area inn
.