SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
TRANSFER - Short Reference
Syntax
TRANSFER dobj TO dset [LENGTH len]
[NO END OF LINE].
Effect
Transfers the data of the data object dobj to the file specified in dset.
Additions