SAP ARITH EXP - Reference

Get Example source ABAP code based on a different SAP table
  



arith_exp

ABAP Reference
ABAP Code Snippet


ABAP Syntax ... { [+|-] operand1

[{+|-|*|/|DIV|MOD|**} [+|-] operand2
[{+|-|*|/|DIV|MOD|**} [+|-] operand3
... ]] } ... .
ABAP Code Snippet

What does it do? 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.

ABAP Addition +|-
Sign of an operand operand.
+|-|*|/|DIV|MOD|**
Arithmetic operators.