ABAP Keyword Documentation → ABAP - Short Reference
COMPUTE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
[COMPUTE] [EXACT] result = arith_exp |
bit_exp | string_exp.
Effect
Assigns the result of an arithmetic expression
arith_exp, a bit expression bit_exp
,
or a string expression string_exp
to the variable result
.
Addition
-
EXACT
Forces a lossless calculation in which no rounding is permitted.