Get Example source ABAP code based on a different SAP table
Logical Expressions in ABAP Release 7.0, EhP2 ITOC
Latest notes: The program DEMO_EXPRESSIONS >> shows examples of the logical expressions in ABAP_RELEASE 7.0, EhP2. ABAP_HINT_END
ABAP_MODIFICATION_NN Boolean Functions>
The new built-in Boolean functions> boolc> and boolx> accept logical expressions as arguments and return their truth values in the form of character strings or byte strings.
ABAP_MODIFICATION_NN Predicate Functions>
The new predicate functions> return truth values and can be used like relational expressions. Predicate functions for character-like arguments were introduced in ABAP_RELEASE 7.0, EhP2.
ABAP_MODIFICATION_NN New Boolean Operator EQUIV>>
The new Boolean operator EQUIV>> enables an equivalence relationship between two logical expressions>.