ABAP Keyword Documentation →  ABAP − Short Reference → 

TYPES - OCCURS - Short Reference

Reference

Syntax

TYPES dtype { {TYPE [REF TO] type}
            | {LIKE [REF TO] dobj} } OCCURS n.


Effect

Obsolete: Declares a standard table type with standard key and the initial memory requirements n.

Additions