ABAP Keyword Documentation → ABAP − Short Reference
TRANSFER - Short Reference
Other versions: 7.31 | 7.40 | 7.54
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
-
LENGTH len
Restricts the number of characters or bytes to be transferred tolen
. -
NO END OF LINE
Prevents the attachment of end of line separators for text files or legacy text files.