SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
TYPES - OCCURS - Short 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