Operator | Description |
=, EQ | Equal: True, if the content of operand1 matches the content of operand2. |
<>, NE | Not Equal: True, if the content of operand1 does not match the content of operand2. |
<, LT | Lower Than: True, if the content of operand1 is smaller than the content of operand2. |
>, GT | Greater Than: True, if the content of operand1 is greater than the content of operand2. |
<=, LE | Lower Equal: True, if the content of operand1 is lower than or equal to the content of operand2. |
>=, GE | Greater Equal: True, if the content of operand1 is greater than or equal to the content of operand2. |
Monday, April 14, 2014
ABAP - Operands
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment