SAP CORRESPONDING



Get Example source ABAP code based on a different SAP table
  



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 identically named components.
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.