SAP CONVERSION MESH



Get Example source ABAP code based on a different SAP table
  



Conversion Rules for Meshes
Meshes are not converted. Meshes can only be assigned to meshes and meshes can be assigned to each other only if they are fully compatible, that is:
Their node structure must be identical, including the names of the nodes.
The mesh associations of each node are completely identical, which means that
They must have the same name.
The same ON conditions must be specified.
The same table key must be used.
Assignments between meshes and data objects that cannot be assigned to meshes lead to a syntax error or the runtime error OBJECTS_MOVE_NOT_SUPPORTED.



Latest notes:

MOVE-CORRESPONDING can also be used to assign incompatible meshes or structures and meshes to each other.
NON_V5_HINTS
ABAP_HINT_END

ABAP_EXAMPLE_VX5
See Comparing Meshes
ABAP_EXAMPLE_END