DATA - OCCURS
Reference
Syntax
DATA itab { {TYPE [REF TO] type}
| {LIKE [REF TO] dobj} } OCCURS n
[WITH HEADER LINE].
Effect
Obsolete: Declares a standard table with a
standard key and the initial storage requirementn.
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.