2006 Sep 13 4:17 PM
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.,
2006 Sep 13 4:21 PM
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
2006 Sep 13 4:35 PM
i have separated by ','...
when send that table to ftp FM,
it is giving error, parameter C function missing...
2006 Sep 13 4:55 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |