ABAP - Keyword Documentation →  ABAP - Reference →  Predefined Types, Data Objects, Functions, and Constructors →  Predefined Data Types →  Predefined ABAP Types → 

Predefined Byte-Like Types

The data objects of the byte-like data types are used to include byte strings.

Attributes

Type Length Standard Length Name
x 1 to 524,287 bytes 1 byte Byte field
xstring Variable   Byte string

Value Ranges and Initial Values

Type Value Range Initial Value
x Any byte values, hexadecimal 00 to FF Hexadecimal 00
xstring As for type x Empty string with length 0

Notes