SAP ASSIGNMENT - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ABAP_MORE_INFO