SAP CDS COND EXPR ON ASSOC V1



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS_DDL - DDIC-Based View, cds_cond, ON, CDSAssociation
Rules for conditions cds_cond in an ON condition of a CDS association of a ABAP_CDS_V1_VIEW :
All relational operators are allowed.
A field of one of the two data sources data_source of the CDS association can be specified for lhs.
A field of both data sources data_source of the CDS association, a literal with optional domain prefix, a parameter, or a session variable can be specified for rhs (with the exception of the operator LIKE).
A field of the association source can also be specified by an alternative element name (defined using AS) of the current CDS view.
At least one comparison for equality between a field of the initial data source and a field of the association target of the CDS association must be performed.
No path expressions or other expressions or function calls can be specified.