<?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 FTP_COMMAND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/6946213#M1487980</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;       i am kevin,i found this FM &lt;DEL&gt;ftp_command need another process which is coded in another program,but i found this FM occupys a dialog process other than a background process,even though the program where the  FM&lt;/DEL&gt;ftp_command-- is is running in background process.&lt;/P&gt;&lt;P&gt;      am i correct,guys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regard,kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jun 2010 07:17:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-03T07:17:20Z</dc:date>
    <item>
      <title>FTP_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/6946213#M1487980</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;       i am kevin,i found this FM &lt;DEL&gt;ftp_command need another process which is coded in another program,but i found this FM occupys a dialog process other than a background process,even though the program where the  FM&lt;/DEL&gt;ftp_command-- is is running in background process.&lt;/P&gt;&lt;P&gt;      am i correct,guys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regard,kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/6946213#M1487980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/6946214#M1487981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you refer program :RSFTP002 provided by sap you wll get more idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'FTP_CONNECT'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    user            = user&lt;/P&gt;&lt;P&gt;    password        = pwd&lt;/P&gt;&lt;P&gt;    host            = host&lt;/P&gt;&lt;P&gt;    rfc_destination = dest  " remote destination&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    handle          = hdl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if cmd1 ne ' '.&lt;/P&gt;&lt;P&gt;  call function 'FTP_COMMAND'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      handle        = hdl&lt;/P&gt;&lt;P&gt;      command       = cmd1&lt;/P&gt;&lt;P&gt;      compress      = compress&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data          = 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;  loop at result.&lt;/P&gt;&lt;P&gt;    write at / result-line.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  refresh result.&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;Creating RFC Destination for FTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run program: RSFTP005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC destinations SAPFTP and SAPFTPA will be created automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFTP (for local system)&lt;/P&gt;&lt;P&gt;SAPFTPA (for running in Application server)(This is used for file transfer in background.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 08:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-command/m-p/6946214#M1487981</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-06-03T08:51:29Z</dc:date>
    </item>
  </channel>
</rss>

