SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
arith_exp - Short Reference
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 reader positions of certain statements.
Additions