ABAP Keyword Documentation →  ABAP − Short Reference → 

TRANSFER - Short Reference

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