SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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 logical value, which means that it is either true or false. Logical expressions are used in control statements or other statements that contain conditions, and in conditional expressions and boolean functions.