Get Example source ABAP code based on a different SAP table
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>.