ABAP Keyword Documentation → ABAP - Reference → Obsolete Language Elements → Obsolete Program Flow → Obsolete Logical Expressions
Obsolete logical operators
The left-hand side of the following table shows obsolete relational operators that from now on can be used only outside classes. This applies to comparisons
- In
WHERE
conditions of Open SQL
The right-hand side shows which valid operators replace the obsolete operators.
Obsolete operator | Valid operator |
---|---|
>< |
<> , NE |
=< |
<= , LE |
=> |
>= , GE |