Skip to Content
0
Former Member
Jun 08, 2009 at 07:03 AM

Issue in Uploading file to application server

49 Views

Hi folks,

I need to transfer data to excel file on application server but i am facing issues while doing so.

I am working on ECC6.0 system.

I am trying with this code and it giving dump error on transfer command.

w_file = '/usr/data/020//varun.xls'.

OPEN DATASET w_file for input in text mode encoding non-unicode.

LOOP AT T_MARD.

TRANSFER string to w_file.

endloop.

CLOSE DATASET w_file.

Please help.

Is there any other way to do so please let me know