ABAP Keyword Documentation → ABAP - Short Reference
ADD - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
ADD dobj1 TO dobj2.
Effect
Adds the content of a numeric data object dobj1
to the content of a numeric data object dobj2
and assigns the result to dobj2
.