SAP ASSIGNMENT OPERATOR - Glossary



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55
VERSION 5 IN

assignment operator
Operator for assigning the content of a data object to a variable. The general assignment operator in ABAP is the equal sign (=). The casting operator ( ?=) is a special assignment operator. Furthermore, there is the addition assignment operator (+=), the subtraction assignment operator (-=), the multiplication assignment operator (*=), the division assignment operator ( /=), and the concatenation assignment operator (**=) for calculation assignments.