SAP ASQL COND



Get Example source ABAP code based on a different SAP table
  



AB_SQL - SQL Conditions sql_cond

ABAP_SYNTAX
... rel_exp
$| $[NOT$] sql_cond $[AND$|OR sql_cond$] ...

What does it do?
Logical expression sql_cond for formulating a condition in AB_SQL . A logical expression consists of either a single relational expression rel_exp, or an expression composed of the Boolean operators NOT , AND, or OR and one or more logical expressions, in which parentheses are possible. An atomic component of a compound logical expression is always one relational expression. There are different types of relational expressions:
Relational expressions for statements
Relational expressions for expressions