Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  ABAP CDS in ABAP Dictionary →  ABAP CDS - Data Definitions →  ABAP CDS - DDL for Data Definitions →  ABAP CDS - DEFINE VIEW →  ABAP CDS - SELECT →  ABAP CDS - SELECT, Operands and Expressions →  ABAP CDS - cond_expr →  ABAP CDS - cond_expr, Operands 

ABAP CDS - cond_expr, CASE

Rules for conditions cond_exp in a complex case distinction of a CDS view:

  • All relational operators are allowed.
  • A field of a data source can be specified using a path expression path_expr.element, as long as the CDS associations of the expression do not have any abstract target data sources and the expression is not polyvalent:
element can be used to specify an element of the target data source of the last CDS association of the path.
  • Other expressions and function calls are not allowed.

Other versions: 7.31 | 7.40 | 7.54