ABAP Keyword Documentation → ABAP - Reference → Processing Internal Data → Meshes → Meshes - Mesh Paths → Meshes - Mesh Path Result
Meshes - Result of Initial Association
An initial association of the syntax
...rnode\associ[ source [cond] ] ...
describes a set of rows, in the follow-on node of the used association, which fulfills the following conditions:
- All rows fulfill the
ON
condition of the used association regarding the specified structuresource
. Everytcomp
column listed in theON
condition has the same content as in thescomp
column (of the root node in thesource
structure) assigned to theON
condition.
- Depending on the mesh path usage, the set of
rows can be further restricted by using additional
cond
conditions.
Other versions:
7.31 | 7.40 | 7.54
Note
The set of rows described by the result can be either one single row or multiple rows.
Examples
See Mesh Path Results.