ABAP Keyword Documentation → ABAP Glossary
basic arithmetic operation
The four basic arithmetic operations addition, subtraction, multiplication and division are realized in ABAP via the arithmetic operators
(+
,
-
, *
and /
) in
arithmetic expressions,
and via the statements ADD
,
SUBTRACT
, MULTIPLY
and DIVIDE
.