SAP CONVERSION PERFO



Get Example source ABAP code based on a different SAP table
  



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

ABAP_EXAMPLE_ABEXA
Conversion Costs
ABAP_EXAMPLE_END