SAP ASSIGNMENT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

assignment
Transfer of the value of a data object, a return value or result of a functional method, a built-in 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 a suitable conversion rule exists, the content is converted.
ABAP_MORE_INFO