SAP BUILTIN TYPES BYTE

Get Example source ABAP code based on a different SAP table
  


ARTICLE
• x ABAP_TYPE
• xstring ABAP_TYPE

Predefined Byte-Like Types
The data objects of the byte-like data types are used to include byte strings.

Properties TypeLengthStandard LengthName ABAP_KEY x1 to 524,287 bytes1 byte Byte field ABAP_KEY xstringVariable Byte string

Value Ranges and Initial Values TypeValue RangeInitial Value xAny byte values, hexadecimal 00 to FFHexadecimal 00 xstringAs for type xEmpty string with length 0

Notes
The byte-like data types are used for byte string processing.
The type x, for which a length interval is specified in the second column in the first table, is generic, which means that the length is not part of the type description. The entry in the Standard Length column specifies the length used in declarations of data objects when using types with generic lengths, if no explicit length is specified in the relevant statement.