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