Skip to Content
0
Former Member
Jun 03, 2008 at 11:29 AM

How to transfer data to file

1383 Views

Hi all,

Program:

loop at all_emp.

transfer all_emp to 'D:\usr\sap\tmp\filename'.

endloop.

at the above specified location theres is a file created like testfile.dat

I have to transfer data from my database table to this file. But while I am trying to do this it is showing error.

how can I transfer data into D:\usr\sap\tmp\filename Location.

Error is : Field all_emp is unkown it is neaither one of the specified tables nor defined by "DATA" statement.

Thanks and Regards,

Ashok.