SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
MOVE-CORRESPONDING - Short Reference
Syntax
MOVE-CORRESPONDING [EXACT] { struc1 TO struc2 [EXPANDING NESTED TABLES] }
| { itab1 TO itab2 [EXPANDING NESTED TABLES]
[KEEPING TARGET LINES] }.
Effect
Assigns components of a structure struc1 or an internal table itab1 to components with the same name in structure struc2 or internal table itab2.
The variants for internal tables are not yet released and cannot be used.
Additions