Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

arith_exp - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


... { [+|-] operand1 
      [{+|-||/|DIV|MOD|} [+|-] operand2
      [{+|-|
|/|DIV|MOD|**} [+|-] operand3
      ... ]] } ... .

Effect

Arithmetical expression for calculating a numerical result from operands operand. Arithmetical expressions can be explicitly bracketed using ( ) and can occur in the COMPUTE statement and in the read positions of certain statements.

Additions