ABAP Keyword Documentation → ABAP - Quick Reference
DESCRIBE TABLE - Quick 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 category inknd
. -
LINES lin
Returns the number of rows inlin
. -
OCCURS n
Returns the initial memory requirements inn
.