SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.