ABAP Keyword Documentation →  ABAP − Short Reference → 

arith_exp - Short Reference

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