SAP NetWeaver AS ABAP Release 752, ©Copyright 2017 SAP AG. All rights reserved.
ABAP - Keyword Documentation → ABAP - Reference → Obsolete Language Elements → Obsolete Declarations → Internal Tables → Internal Tables with Header Line →
RANGES
Obsolete Syntax
RANGES rtab FOR dobj [OCCURS n].
Effect
Obsolete declaration of a ranges table. This statement (not allowed in classes) is a short form of the following statement sequence which is also not allowed in classes:
Declares an internal table rtab with the structure of a
selection table and a
header line. Without the
addition OCCURS, the initial
memory requirement of the ranges table is set to ten rows. The addition OCCURS
can be used to specify a numeric literal or a numeric constant n to determine a different initial memory requirement.
Notes