Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Assignments →  Value Assignments →  MOVE →  MOVE EXACT 

MOVE EXACT # Structures

When the EXACT addition is used, only compatible structures can be assigned to one another. Full compatibility is not required for the following deep components, for which the specified requirements apply:

Other versions: 7.31 | 7.40 | 7.54


Notes

  • When the EXACT addition is used, the assignment rules for flat structures are the same as those for deep structures. It is not possible to make assignments between structures and elementary data objects.

  • No additional content checks are made before assignments are made for compatible structures. If the source structure contains invalid data, this data is assigned to a compatible target structure, even when the EXACT addition is used.