<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem while writing a file to FTP server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581850#M262492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Are you saying that you are transferring data of your&lt;/P&gt;&lt;P&gt;internal table to another server using a FM??? Am not &lt;/P&gt;&lt;P&gt;sure if that can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  How about trying this way????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Download the data to a file on your application &lt;/P&gt;&lt;P&gt;server, using open dataset statement. Then transfer this&lt;/P&gt;&lt;P&gt;file to the other server using FM's FTP_CONNECT, FTP_COMMAND .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2006 15:55:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-13T15:55:00Z</dc:date>
    <item>
      <title>problem while writing a file to FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581847#M262489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SDNs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am writing an internal table to FTP server as a file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my internal table, some columns data is missing. so the contents of the file are not coming in a proper way..&lt;/P&gt;&lt;P&gt;so i have to do formatting before writing to ftp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one please help me out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking you.,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581847#M262489</guid>
      <dc:creator>former_member206396</dc:creator>
      <dc:date>2006-09-13T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem while writing a file to FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581848#M262490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I guess you are worrying about the line formatting of&lt;/P&gt;&lt;P&gt;the data. To be able to see data in aligned format, you&lt;/P&gt;&lt;P&gt;can use tab delimeted and download as an excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This should be ok for your formatting problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581848#M262490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T15:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem while writing a file to FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581849#M262491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have separated by ','...&lt;/P&gt;&lt;P&gt;when send that table to ftp FM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is giving error, parameter C function missing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581849#M262491</guid>
      <dc:creator>former_member206396</dc:creator>
      <dc:date>2006-09-13T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem while writing a file to FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581850#M262492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Are you saying that you are transferring data of your&lt;/P&gt;&lt;P&gt;internal table to another server using a FM??? Am not &lt;/P&gt;&lt;P&gt;sure if that can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  How about trying this way????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Download the data to a file on your application &lt;/P&gt;&lt;P&gt;server, using open dataset statement. Then transfer this&lt;/P&gt;&lt;P&gt;file to the other server using FM's FTP_CONNECT, FTP_COMMAND .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-writing-a-file-to-ftp-server/m-p/1581850#M262492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T15:55:00Z</dc:date>
    </item>
  </channel>
</rss>

