ABAP Keyword Documentation → ABAP - Short Reference
DATA - OCCURS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DATA itab { {TYPE [REF TO] type}
| {LIKE [REF TO] dobj} } OCCURS n
[WITH HEADER LINE].
Effect
Obsolete
Additions
-
TYPE
Defines the line type with a reference to a data type. -
LIKE
Defines the line type with a reference to a data object. -
REF TO
Defines the line type as a reference type. -
WITH HEADER LINE
Defines a header line with the same name.