SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
MOVE - Short Reference
Syntax
MOVE {[EXACT] source TO destination}
| { source ?TO destination}.
Effect
Obsolete: Assigns the content of source to
destination. To assign a general reference variable to a more specialized one, ?TO must be used.