ABAP Keyword Documentation → ABAP − Short Reference
DESCRIBE DISTANCE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DESCRIBE DISTANCE BETWEEN dobj1 AND dobj2 INTO dst
IN {BYTE|CHARACTER} MODE.
Effect
Defines the contents of two data objects dobj1
and dobj2
in the storage area in bytes or characters. It returns the result in dst
.
Addition
-
IN {BYTE|CHARACTER} MODE
Defines whether the distance is determined in bytes or characters.