Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Assignments →  Assignment Rules 

Conversions - Performance Note

Conversions in assignments between data objects with different data types, or the specification of a data object in an operand position where a different data type is expected, lead to runtime costs. To avoid these costs, conversions should be avoided where possible and only data objects of the same type should be assigned to one another.

Other versions: 7.31 | 7.40 | 7.54


Example

See conversion costs

Continue

Conversion Costs