ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.54
Assignments in Release 7.54
Other versions:
7.31 | 7.40 | 7.54
Modification 1
Calculation Assignments
A calculation assignment is an assignment with an
-
addition assignment operator (
+=) -
subtraction assignment operator (
-=) -
multiplication assignment operator
(
*=) -
division assignment operator (
/=) -
concatenation assignment operator
(
&&=).
A calculation takes place when the assignment is made. These new operators make the statements
ADD, SUBTRACT,
MULTIPLY, and DIVIDE obsolete.