<?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: Open Data Set Error while trying to read file from non SAP server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697071#M1294290</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;No need to create any RFC destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the destination SAPFTP for foreground and SAPFTPA for background programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several programs starting in RSFTP which have different examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2009 11:52:22 GMT</pubDate>
    <dc:creator>former_member189059</dc:creator>
    <dc:date>2009-06-03T11:52:22Z</dc:date>
    <item>
      <title>Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697064#M1294283</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;is it possible to read data from non-SAP application Sever?&lt;/P&gt;&lt;P&gt;I'm using OPEN DATASET p_filin FOR INPUT IN LEGACY TEXT MODE CODE PAGE '1504',&lt;/P&gt;&lt;P&gt;Where p_filin is other Windows server.Our applicition server is under Unix.Is it a problem?&lt;/P&gt;&lt;P&gt;I make test to read file from SAP application server and it was ok.So how to call other server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697064#M1294283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697065#M1294284</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;U can do it if the other server can be seen by SAP server: in this case both servers will belong to Application sever and u can use OPEN DATASET statament.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the other server can be reached by server SAP, it'll be Presentation sever and u need to use fm like GUI_UPLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697065#M1294284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697066#M1294285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i can not use Gui_upload because, i want to make my program run as background job.So do you have any idea how to make SAP server to see other non - SAP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697066#M1294285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697067#M1294286</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;U should ask a little help to your basis: this is a network problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your basis could make the other server or that particular path of the other server available for SAP: so u can use unix stataments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try to reach the other sever by ftp command&lt;/P&gt;&lt;P&gt;Or that file has to be transfered to server SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697067#M1294286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697068#M1294287</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;Yes it is possible to read data from a non SAP server through the statement OPEN DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important thing to check is that the SAP Server got enough access to the non SAP server so it can perform a reading/writing process depending on your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should contact your network administrator and BASIS to help you check the permissions. This can be pretty tricky, specially if the servers are in different domains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697068#M1294287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697069#M1294288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Borislava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you can achieve this using the SAP standard Function Modules FTP_CONNECT and FTP_COMMAND. Please refer program RSFTP003 for more details on this.&lt;/P&gt;&lt;P&gt;Let me know if you need more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sabu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697069#M1294288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697070#M1294289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabu,&lt;/P&gt;&lt;P&gt;thank you for your suggestion.I think that i can do the following scenario:&lt;/P&gt;&lt;P&gt;Take the file from FTP Server with frp_conect and ftp_command i guess&lt;/P&gt;&lt;P&gt;and then took the file in our application server where i can read the data with open dataset.&lt;/P&gt;&lt;P&gt;Am i wrong?&lt;/P&gt;&lt;P&gt;Please provide me more information for frp_conect.What i have to do - first make frc destination( through sm59) and then call ftp_connect in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Borislava&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Borislava Bahchevanska on Jun 3, 2009 12:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 10:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697070#M1294289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T10:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Error while trying to read file from non SAP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697071#M1294290</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;No need to create any RFC destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the destination SAPFTP for foreground and SAPFTPA for background programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several programs starting in RSFTP which have different examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 11:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-error-while-trying-to-read-file-from-non-sap-server/m-p/5697071#M1294290</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2009-06-03T11:52:22Z</dc:date>
    </item>
  </channel>
</rss>

