ABAP Keyword Documentation → ABAP - Reference → Processing Internal Data → Assignments → Assignment and Conversion Rules
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:
- Their node structure must be identical (including the names of the nodes).
- The associations of each node must match in full, which means that
- They must have the same name.
- The same
ON
conditions must be specified.
- The same table key must be used.
Other versions:
7.31 | 7.40 | 7.54
Note
MOVE-CORRESPONDING
can also be used to assign incompatible meshes or structures and meshes to each other.