ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Release 7.40 and Its SPs → Changes in Release 7.40, SP05
Meshes in Release 7.40, SP05
The meshes (introduced in Release 7.40 SP05) are special structures whose components are internal tables, which can be linked to each other using mesh associations. Mesh associations are evaluated by specifying mesh paths in suitable expressions and statements.
Other versions:
7.31 | 7.40 | 7.54
Modification 1
Data Types for Meshes
Mesh types can be created using the following new variant of the TYPES
statement:
...
TYPES snode ... ASSOCIATION _assoc
TO tnode ON tcomp1 = scomp1 [AND ...].
...
TYPES END OF MESH
Meshes are instances of these types and can be used in suitable expressions and statements.
Modification 2
Processing Meshes
These relationships (defined using mesh associations) between mesh nodes in a mesh can be evaluated in mesh paths. These mesh paths can be used in the following expressions and statements: