sapdev logo background
sapdev logo sapdev logo
Comments

SAP LOGEXP AND documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

log_exp - AND

Syntax
ABAP_KEY ... log_exp1 AND log_exp2 AND log_exp3 ...

Effect
The joining of multiple logical expressions log_exp
using AND creates a new logical expression that is true when all logical expressions log_exp are true. If one of the logical expressions is false, then the join is also false.

Notes
  • The operator AND is a weaker join than NOT and stronger than OR and EQUIV .

  • The operator AND realizes an AND join. The negation of a join like this NOT corresponds to a NAND

  • join ( Not AND ). It is true if at least one expression is false.
  • The Boolean operator AND should not be confused with the addition

  • AND of the relational operator BETWEEN .
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    LOGEXP
    LOGEXP_ANY_OPERAND




    comments powered by Disqus