ABAP Keyword Documentation → ABAP - Quick Reference
DATA - OCCURS - Quick 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 row type with a reference to a data type. -
LIKE
Defines the row type with a reference to a data object. -
REF TO
Creates the row type as a reference type. -
WITH HEADER LINE
Defines a header line with the same name.