<?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: read remote file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012985#M1496995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this programs RSFTP005 is used to save data from ftp server to application server and vice verse &lt;/P&gt;&lt;P&gt;RSFTP001&lt;/P&gt;&lt;P&gt;RSFTP002&lt;/P&gt;&lt;P&gt;RSFTP003&lt;/P&gt;&lt;P&gt;RSFTP004&lt;/P&gt;&lt;P&gt;RSFTP005&lt;/P&gt;&lt;P&gt;RSFTP006&lt;/P&gt;&lt;P&gt;RSFTP007&lt;/P&gt;&lt;P&gt;RSFTP008&lt;/P&gt;&lt;P&gt;RSFTP009&lt;/P&gt;&lt;P&gt;RSFTP011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2010 08:21:05 GMT</pubDate>
    <dc:creator>former_member561826</dc:creator>
    <dc:date>2010-06-25T08:21:05Z</dc:date>
    <item>
      <title>read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012978#M1496988</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;My requirements is  i have to read the remote file from F4 help.&lt;/P&gt;&lt;P&gt;when i press F4, it will show me the remote multiple file name in a table format, and manually i can select the file from there .&lt;/P&gt;&lt;P&gt;this remote file is secured , locked by user name and password .so we need any Fm who use the username and password also.&lt;/P&gt;&lt;P&gt;i have one FM "RZL_READ_FILE_REMOTE_SH".&lt;/P&gt;&lt;P&gt;but import parameter 'name' is  mandatory over there . But i dont hv the name, I want to select manuallly from table .&lt;/P&gt;&lt;P&gt;Hope all of u undrstnd what i m tryin to say.&lt;/P&gt;&lt;P&gt;can any one help me regarding this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jowar Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 06:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012978#M1496988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T06:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012979#M1496989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try function "RZL_READ_DIR_REMOTE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 06:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012979#M1496989</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2010-06-25T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012980#M1496990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks pole.&lt;/P&gt;&lt;P&gt;But this FM will not work , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'RZL_READ_DIR_REMOTE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FROMLINE             = 0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     name                 =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NRLINES              = 50&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SRVNAME              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   tables&lt;/P&gt;&lt;P&gt;     file_tbl             =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ARGUMENT_ERROR       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOT_FOUND            = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SEND_ERROR           = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   OTHERS               = 4&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no where i can put the user name and password , and i dont have file name  in my hand .&lt;/P&gt;&lt;P&gt;anyway thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 06:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012980#M1496990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012981#M1496991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jowar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the remote file ? In FTP server or another SAP server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012981#M1496991</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2010-06-25T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012982#M1496992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI pole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its FTP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012982#M1496992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T07:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012983#M1496993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Check the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT&lt;/P&gt;&lt;P&gt;FTP_COMMAND&lt;/P&gt;&lt;P&gt;FTP_COMMAND_LIST&lt;/P&gt;&lt;P&gt;FTP_DISCONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012983#M1496993</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2010-06-25T07:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012984#M1496994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pole,&lt;/P&gt;&lt;P&gt;Chking those FM .&lt;/P&gt;&lt;P&gt;I thnk got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012984#M1496994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: read remote file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012985#M1496995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this programs RSFTP005 is used to save data from ftp server to application server and vice verse &lt;/P&gt;&lt;P&gt;RSFTP001&lt;/P&gt;&lt;P&gt;RSFTP002&lt;/P&gt;&lt;P&gt;RSFTP003&lt;/P&gt;&lt;P&gt;RSFTP004&lt;/P&gt;&lt;P&gt;RSFTP005&lt;/P&gt;&lt;P&gt;RSFTP006&lt;/P&gt;&lt;P&gt;RSFTP007&lt;/P&gt;&lt;P&gt;RSFTP008&lt;/P&gt;&lt;P&gt;RSFTP009&lt;/P&gt;&lt;P&gt;RSFTP011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-remote-file/m-p/7012985#M1496995</guid>
      <dc:creator>former_member561826</dc:creator>
      <dc:date>2010-06-25T08:21:05Z</dc:date>
    </item>
  </channel>
</rss>

