ABAP Keyword Documentation → ABAP - Quick Reference
arith_exp - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
... { [+|-] operand1
[{+|-||/|DIV|MOD|} [+|-] operand2
[{+|-||/|DIV|MOD|**} [+|-] operand3
... ]] } ...
Effect
Arithmetic expression for calculating a numeric result from the operand operand
.
Arithmetic expressions can be parenthesized explicitly using (
) and can occur in the reading positions of certain statements.
Additions
-
+|-
Sign of an operandoperand
. -
+|-|*|/|DIV|MOD|**
Arithmetic operators.