ABAP Keyword Documentation → ABAP - Reference → Program Flow Logic → Expressions and Functions for Conditions → log_exp - Logical Expressions → rel_exp - Predicates
rel_exp - Predicate Expressions
Other versions:
7.31 | 7.40 | 7.54
Syntax
... {operand IS [NOT] INITIAL}
| {ref IS [NOT] BOUND}
| {<fs> IS [NOT] ASSIGNED}
| {para IS [NOT] SUPPLIED} ...
Effect
A predicate expression uses the predicate operator IS
to get a
logical value from the state of an operand.
Notes
- No operand of the potential predicate expressions is a general expression position. No predicate expression can be applied to a calculation expression.
- The predicate expression IS
[NOT] REQUESTED is obsolete and was replaced by
IS [NOT] SUPPLIED
.