SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
MOVE PERCENTAGE - Short Reference
Syntax
MOVE source TO destination PERCENTAGE perc [LEFT|RIGHT].
Effect
Obsolete: Assigns the first percentage perc of
the character-type data object source to the data object destination.
Additions