Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

logical expression

Formulation of a condition for operands. A logical expression is a single relational expression or is constructed of multiple relational expressions joined using Boolean operators. The result of a logical expression is a truth value, either true or false. Logical expressions are used in control statements or other statements that contain conditions, and in conditional expressions and boolean functions.

More

Other versions: 7.31 | 7.40 | 7.54