Ansicht
Dokumentation

ABENLOGEXP_AND - LOGEXP AND

ABENLOGEXP_AND - LOGEXP AND

PERFORM Short Reference   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

- AND

... log_exp1 AND log_exp2 AND log_exp3 ...

Effect

The combination of multiple logical expressions log_exp using AND creates a new logical expression that is true if all logical expressions log_exp are true. If one of the logical expressions is false, the combined expression is also false.

Notes

  • The operator AND binds weaker than NOT and stronger than OR and EQUIV.
  • The operator AND implements an AND operation. Using NOT to negate such a operation is the same as using a NAND operation. It is true if at least one expression is false.

Example

Check of an assignment to an interval, ignoring interval boundaries.

IF operand > limit1 AND operand < limit2.
  ...
ENDIF.






Vendor Master (General Section)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1600 Date: 20240424 Time: 010326     sap01-206 ( 25 ms )