ABAP Keyword Documentation →  ABAP Glossary → 

assignment

Passes the value of a data object, a return value or result of a functional method, a predefined function, a constructor expression, a table expression, or the result of a calculation expression to a target data object. If the data types are compatible, the content is copied unchanged. If they are incompatible and there is a suitable conversion rule, the content is converted.

More