SAP BYTE ORDER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

byte order
Determines the order in which the binary representation of a number of the data types i, int8, decfloat16, decfloat34, f, s, or a character is stored in the memory. A distinction is made between big and little endian. In the former case, the system writes the byte with the highest level to the first position in the memory and in the latter case it writes the byte with the lowest level.
ABAP_MORE_INFO