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