ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.40 and its SPs →  News for ABAP Release 7.40, SP05 → 
Mail Feedback

Meshes in ABAP Release 7.40, SP05


1. Data Types for Meshes

2. Processing Meshes



The meshes (introduced in ABAP 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.



Modification 1  

Data Types for Meshes

Mesh types can be created using the following new variant of the TYPES statement:

TYPES BEGIN OF MESH
  ...
  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: