Ansicht
Dokumentation

ABENLOGEXP_ANY_OPERAND - LOGEXP ANY OPERAND

ABENLOGEXP_ANY_OPERAND - LOGEXP ANY OPERAND

ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

- Binary Comparison Operators

The following table shows the binary comparison operators for comparisons between two operands (data objects or return values or calculation expressions) of any data types in comparison expressions.

operator Meaning
=, EQ Equal: True, if the value of operand1 is equal to the value of operand2.
<>, NE Not Equal: True, if the value of operand1 is not equal to the value of operand2.
, LT Less Than: True, if the value of operand1 is less than the value of operand2.
>, GT Greater Than: True, if the value of operand1 is greater than the value of operand2.
=, LE Less Equal: True, if the value of operand1 is less than or equal to the value of operand2.
>=, GE Greater Equal: True, if the value of operand1 is greater than or equal to the value of operand2.

The values are compared in accordance with the comparison rules.

Use consistent spelling

Notes

  • The operators =, <>, , >, =, and >= are equivalent to EQ, NE, LT, GT, LE, and GE respectively. It is recommended that only one or the other set of operators is used within the context of a program. If in doubt, the variant with the characters =, , and > is considered to be more up-to-date, however this also contributes to the overload of these characters. Comparison operators that consist of two letters, on the other hand, are better suited to other comparison operators such as CO, CN, and so on, for which there are no alternative forms.
  • Due to the comparison rules, the size comparisons shown here are not suitable for determining the textual order of character-like data objects.
  • The obsolete forms >, =<, and => of comparison operators may still appear outside of classes.

Logical expression as a termination condition of an unlimited DO loop.






TXBHW - Original Tax Base Amount in Local Currency   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 4176 Date: 20240419 Time: 011530     sap01-206 ( 56 ms )