DESCRIBE TABLE
Reference
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 in knd.
-
LINES lin
Returns the number of lines in lin.
-
OCCURS n
Returns the initial storage area in n.