SAP CDS PATH EXPR ATTR V1



Get Example source ABAP code based on a different SAP table
  


• [ ] ABAP_CDS_PATH_EXPR_V1

ABAP_CDS_DDL - DDIC-Based View, path_expr, attributes

ABAP_SYNTAX
... [ $[1$|*:$] $[INNER$|${LEFT OUTER$}$] $[WHERE$] $[ cds_cond$] ] ...

What does it do?
For every CDS association _assoc of a path expression of a ABAP_CDS_V1_VIEW , attributes for this part of the path expression can be defined in square brackets [ ] . The following attributes can be specified:
With 1$|*:, the cardinality of the section can be specified.
With INNER$|${LEFT OUTER$} the join type can be specified.
With $[WHERE$] cds_cond a filter condition cds_cond can be specified.