Monday, April 14, 2014

ABAP - Operands


OperatorDescription
=, EQEqual: True, if the content of operand1 matches the content of operand2.
<>, NENot Equal: True, if the content of operand1 does not match the content of operand2.
<, LTLower Than: True, if the content of operand1 is smaller than the content of operand2.
>, GTGreater Than: True, if the content of operand1 is greater than the content of operand2.
<=, LELower Equal: True, if the content of operand1 is lower than or equal to the content of operand2.
>=, GEGreater Equal: True, if the content of operand1 is greater than or equal to the content of operand2.

No comments:

Post a Comment