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

The following rules apply when specifying the operands lhs and rhs in the relational expressions of the SELECT statement in a CDS view:

  • General Rules
  • Numeric literals that represent a value outside the value range of INT4 must be specified as floating point literals with a decimal point.
  • Rules for use in a WHERE condition
  • Rules for use in a HAVING condition
  • Rules for use in an ON condition of a join expression
  • Rules for use in an ON condition of a CDS association
  • Rules for use in a filter condition of a path expression
  • Rules for use in a complex case distinction.

Other versions: 7.31 | 7.40 | 7.54


Note

For comparisons, the tables of comparable types show which data types can be compared with each other.

Continue

ABAP CDS - cond_expr, WHERE

ABAP CDS - cond_expr, HAVING

ABAP CDS - cond_expr, ON, Join

ABAP CDS - cond_expr, ON, CDS Association

ABAP CDS - cond_expr, Filter

ABAP CDS - cond_expr, CASE