SAP MOVE ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• = ABAP_DATA_VALUE

=, Assign Data Objects

ABAP_SYNTAX
destination = dobj.

What does it do?
In the simplest assignment case, a data object dobj is on the right side of the assignment operator = and can be specified as described under Read Positions. The content of the data object is assigned to the left side, destination. If necessary, type-dependent conversions are made in accordance with the conversion rules. The variant shown here applies to all assignments between operands that are not reference variables. Special rules apply to reference variables.
The following can be specified for destination:
Any data object that can be specified in a write position. The data type of the data object must be either compatible with the data type of dobj or the content of dobj must be convertible to the data type of destination in accordance with one of the conversion rules.
An inline declaration DATA(var) or FINAL(var). If the data type of dobj is complete, it is used for the declaration. If dobj is a generically typed field symbol or a formal parameter of this type, the following data types are used: