<?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: Function Module 'FTP_R3_TO_SERVER' Not Working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-ftp-r3-to-server-not-working/m-p/7296859#M1533552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check program RSFTP007 to see the use of 'FTP_SERVER_TO_R3'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 09:56:01 GMT</pubDate>
    <dc:creator>former_member188827</dc:creator>
    <dc:date>2010-09-23T09:56:01Z</dc:date>
    <item>
      <title>Function Module 'FTP_R3_TO_SERVER' Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-ftp-r3-to-server-not-working/m-p/7296858#M1533551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to get data from a FILE server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 2 function modules &lt;/P&gt;&lt;P&gt;1)   CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;2)   CALL FUNCTION 'FTP_SERVER_TO_R3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first function  'FTP_COMMAND' is working fine and connection isestablished .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to view the data in internal Table in Program or in SAP system  using CALL FUNCTION 'FTP_SERVER_TO_R3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        handle        = g_hdl&lt;/P&gt;&lt;P&gt;        command       = g_temp2&lt;/P&gt;&lt;P&gt;        compress      = 'N'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        data          = gi_result&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        command_error = 1&lt;/P&gt;&lt;P&gt;        tcpip_error   = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'FTP_SERVER_TO_R3'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          handle         = g_hdl&lt;/P&gt;&lt;P&gt;          fname          = '/usr/sap/tmp/avi.txt'&lt;/P&gt;&lt;P&gt;          character_mode = 'X'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          text           = gi_text&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          tcpip_error    = 1&lt;/P&gt;&lt;P&gt;          command_error  = 2&lt;/P&gt;&lt;P&gt;          data_error     = 3&lt;/P&gt;&lt;P&gt;          OTHERS         = 4.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Avi on Sep 23, 2010 3:02 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Avi on Sep 23, 2010 3:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 09:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-ftp-r3-to-server-not-working/m-p/7296858#M1533551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module 'FTP_R3_TO_SERVER' Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-ftp-r3-to-server-not-working/m-p/7296859#M1533552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check program RSFTP007 to see the use of 'FTP_SERVER_TO_R3'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 09:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-ftp-r3-to-server-not-working/m-p/7296859#M1533552</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2010-09-23T09:56:01Z</dc:date>
    </item>
  </channel>
</rss>

