Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem while writing a file to FTP server

former_member206396
Active Participant
0 Likes
735

hi SDNs,

when i am writing an internal table to FTP server as a file...

in my internal table, some columns data is missing. so the contents of the file are not coming in a proper way..

so i have to do formatting before writing to ftp.

could any one please help me out...

thanking you.,

hi SDNs,

when i am writing an internal table to FTP server as a file...

in my internal table, some columns data is missing. so the contents of the file are not coming in a proper way..

so i have to do formatting before writing to ftp.

could any one please help me out...

thanking you.,

3 REPLIES 3
Read only

Former Member
0 Likes
642

Hi Rama Krishna

I guess you are worrying about the line formatting of

the data. To be able to see data in aligned format, you

can use tab delimeted and download as an excel file.

This should be ok for your formatting problem.

Kind Regards

Eswar

Read only

0 Likes
642

i have separated by ','...

when send that table to ftp FM,

it is giving error, parameter C function missing...

Read only

0 Likes
642

Hi Rama Krishna

Are you saying that you are transferring data of your

internal table to another server using a FM??? Am not

sure if that can be done.

How about trying this way????

Download the data to a file on your application

server, using open dataset statement. Then transfer this

file to the other server using FM's FTP_CONNECT, FTP_COMMAND ....

Kind Regards

Eswar