SAP LOGICAL EXPRESSION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

logical expression
Formulation of a condition for operands . A logical expression is a single relational expression or is made up of multiple relational expressions combined by Boolean operators. The result of a logical expression is a truth value, that is, either true or false. Logical expressions are used in control statements or other statements that contain conditions, as well as in conditional expressions and Boolean functions.
ABAP_MORE_INFO