Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

arith_exp - Short 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 reader positions of certain statements.

Additions