ABAP Keyword Documentation → ABAP Glossary
Assignment
Transfers the content of a data object to another data object. If the data objects are
compatible, the content is copied unchanged. If the data objects are incompatible and there is a suitable
conversion
rule, the content is converted. Typical statement: MOVE
.