SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
DESCRIBE DISTANCE - Short Reference
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.