<?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: .csv files from network path to SAP application server using FTP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260356#M1384867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... But be aware that for ftp you need an ftp server. The rest ist easy done by a quick SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Nov 2009 15:56:35 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2009-11-29T15:56:35Z</dc:date>
    <item>
      <title>.csv files from network path to SAP application server using FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260353#M1384864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any one tell me how to get the .csv files from external location path and store it into the internal tables.&lt;/P&gt;&lt;P&gt;This should be run as a Background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with creating RFC destination and read the file. But i need it with FTP.&lt;/P&gt;&lt;P&gt;I need to read the file from external system having shared folder. External system not in same network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make with FTP and can u tell me the steps to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260353#M1384864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: .csv files from network path to SAP application server using FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260354#M1384865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this can be done with FTP.&lt;/P&gt;&lt;P&gt;Have a look at SE37 at the function modules that start with FTP_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I use this sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT&lt;/P&gt;&lt;P&gt;FTP_COMMAND (multiple times)&lt;/P&gt;&lt;P&gt;FTP_DISCONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE37 to see what parameters the different function modules use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the file is on your application server you can use OPEN DATASET and READ DATASET statements to get the data in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 19:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260354#M1384865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-15T19:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: .csv files from network path to SAP application server using FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260355#M1384866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link&amp;gt;&amp;gt;[File/FTP Adapter|http://help.sap.com/saphelp_nw04/Helpdata/EN/0b/9a50465ccf84479e39a6d50c90fb3f/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 21:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260355#M1384866</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-15T21:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: .csv files from network path to SAP application server using FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260356#M1384867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... But be aware that for ftp you need an ftp server. The rest ist easy done by a quick SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2009 15:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-files-from-network-path-to-sap-application-server-using-ftp/m-p/6260356#M1384867</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-29T15:56:35Z</dc:date>
    </item>
  </channel>
</rss>

