Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing Internal Data →  Meshes →  Meshes - Mesh Paths →  Meshes - Mesh Path Result 

Meshes - Result of a Path Extension

A path extension with the Syntax

...\assoc1[ [cond] ]\assoc2[ [cond] ] ...

describes a set of rows in the last path node. Each association specified in a mesh path with path extension describes a set of rows in its follow-on node. This set is used as a starting point for their follow-on nodes of the rows and meets the following conditions:

  • All rows meet the ON condition of the association used with respect to the set of rows described in the preceding association. Every tcomp column specified in the ON condition has the same content as in the scomp column (of the root node a row of its result) assigned to the ON condition.
  • Depending on the mesh path usage, the set of rows can be further restricted by using additional cond conditions.

In the set of rows described by a path extension, each row occurs only once, even if it was found more than once in the evaluation of the mesh path.

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.