ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Assignments
Assigning Structure Components
The following special language constructs are used to assign components from structures or columns of internal tables:
MOVE-CORRESPONDING
for the assignment of components with the same name
- Component operator
CORRESPONDING
for the assignment of components using identical names or a static mapping rule.
- System class CL_ABAP_CORRESPONDING for dynamic mapping rules
Other versions:
7.31 | 7.40 | 7.54
Continue
CORRESPONDING - Component Operator