ABAP Keyword Documentation →  ABAP − Reference →  Processing Internal Data →  Assignments →  Special Assignments → 

MOVE-CORRESPONDING  Syntax Diagram

Short Reference

Syntax Forms


Variant for Structures

1. MOVE-CORRESPONDING [EXACT] struc1 TO struc2
    [EXPANDING NESTED TABLES].


Variant for Internal Tables

2. MOVE-CORRESPONDING [EXACT] itab1 TO itab2
    [EXPANDING NESTED TABLES] [KEEPING TARGET LINES].
(not yet released)

Effect

The statement MOVE-CORRESPONDING is used to assign components with the same name in structured data objects to each other. There are two variants of the statements, which can call each other internally:

No other combinations of operand types are possible. Field symbols typed with the generic type ANY or formal parameters can also be used as operands. An operand of this type must be either a structure or an internal table (planned) when the statement is executed and match the other operands; if not, an unhandleable exception is raised. struc1 and itab1 are functional operand positions.

Note

If an internal table with a header line is specified for one of the operands, the header line is used as an operand in accordance with its data type, not the table body (planned).

Non-Catchable Exceptions




Continue
MOVE-CORRESPONDING - structure
MOVE-CORRESPONDING - itab
MOVE-CORRESPONDING for Internal Tables