sapdev logo background
sapdev logo sapdev logo
Comments

SAP BUILT IN TYPES COMPLETE documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Predefined ABAP Types
The following types are predefined in every ABAP program:
  • Predefined Numeric Types

  • Predefined Character-Like Types

  • Predefined Byte-Like Types

  • All predefined ABAP types from these tables are elementary and are included in the generic type simple
    . Apart from the types b and s , the predefined ABAP types can also be used to define your own data types and data objects and for typing .
    Besides the predefined ABAP types, there is a global predefined data type cursor , which currently has the same meaning as the predefined ABAP type i . This is required for the declaration of a cursor variable for database cursor
    handling .

    Notes
  • If you do not specify a start value when creating a data object with one of the predefined ABAP types, the start value is set to the initial value specified for the relevant type.

  • The predefined data types string

  • and xstring describe data objects of variable length ( dynamic data objects ). While the length of data objects in all other elementary data types is determined for its whole lifetime, the length of text and byte strings varies according to their content (the maximum size of a string is determined by the
    profile parameter ztta/max_memreq_MB
    , see Maximum size of dynamic data objects ).
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    BUILT_IN_TYPES
    BUILT_IN_TYPES_DICTIONARY




    comments powered by Disqus