ABAPDATA_BEGIN_OF_SHORTREF - DATA BEGIN OF SHORTREF
General Data in Customer Master ROGBILLS - Synchronize billing plansThis documentation is copyright by SAP AG.
DATA BEGIN OF
Syntax
DATA BEGIN OF struc [READ-ONLY] [OCCURS n].
...
INCLUDE ...
...
DATA END OF struc [VALID BETWEEN intlim1 AND intlim2].
Effect
Declares a data object or instance attribute struc. This variant of the statement DATAcreates a structure whose components can be declared using DATA statements or copied from other structures using INCLUDE.
Additions
- READ-ONLY
Protects a non-private structure from write access from outside its own class. - OCCURS n
Obsolete: Creates an internal table with a structured row type,standard key, aheader line, and initial memory requirement n. - VALID BETWEEN intlim1 AND intlim2
Obsolete: Defines the columns intlim1 and intlim2 in an internal table,created using OCCURS, as interval limits for the obsolete short form of PROVIDE.
SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up General Data in Customer Master
This documentation is copyright by SAP AG.
Length: 1975 Date: 20120522 Time: 043210 triton ( 86 ms )






