Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

TYPES - OCCURS - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


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

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.