ABAP Keyword Documentation →  ABAP − Short Reference → 

DATA - OCCURS - Short Reference

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 memory requirement n.

Additions