Ansicht
Dokumentation

ABAPDATA_SIMPLE - DATA SIMPLE

ABAPDATA_SIMPLE - DATA SIMPLE

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

DATA, TYPE abap_type

Short Reference



DATA ${ ${var$[(len)$] TYPE abap_type $[DECIMALS dec$]$}
     $| ${var $[TYPE abap_type $[LENGTH len$] $[DECIMALS dec$]$]$} $}
     $[VALUE val$|${IS INITIAL$}$]
     $[READ-ONLY$].

Effect

By specifying a built-in data type abap_type, an elementary variable var is defined. For abap_type, all built-in data types can be used, except for the internal types b and s.

The syntax and meaning of LENGTH, len, DECIMALS, and dec are identical to the definition of elementary data types using TYPES and must be specified within the specified areas. Here, however, they are used to create a bound data type. If len or dec are not specified for the ABAP types c, n, p, and x, the bound type is created using the type-specific standard length and, for p, without decimal places.

Notes

  • For reasons of legibility, it is best to include all information and always use the addition LENGTH instead of parentheses to specify the length len.
  • The non-specifiable internal types b and s can be applied by referencing the built-in data types INT1 and INT2 from the ABAP Dictionary.

These statements declare three variables and set their start values.








BAL Application Log Documentation   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 2730 Date: 20240329 Time: 153838     sap01-206 ( 44 ms )