ABAP Keyword Documentation → ABAP Glossary
assignment operator
Operator for assigning the content of a
data object to a
variable. In ABAP, the general assignment operator is the equals sign
(=
). The casting operator
(?=
) is a special assignment operator.