Ansicht
Dokumentation

ABAPDATA_BEGIN_OF_SHORTREF - DATA BEGIN OF SHORTREF

ABAPDATA_BEGIN_OF_SHORTREF - DATA BEGIN OF SHORTREF

PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

DATA BEGIN OF

Reference



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 DATA creates a structure whose components can be declared using any DATA statements or adopted from other structures using INCLUDE.

Additions

  • READ-ONLY
    Protects a non-private structure against writes from outside its own class.





PERFORM Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1960 Date: 20240517 Time: 100725     sap01-206 ( 29 ms )