<?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 data from external website in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509052#M567366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RIch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have cretaed one website in geocities.com, i want to retreive data from there, can anyone help me out with that.....its a generic website and anyone can create a website in that.&lt;/P&gt;&lt;P&gt;i want the data in my ABAP Program.&lt;/P&gt;&lt;P&gt;Is it possible? if yes, how apart from calling FM http_get2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddhartha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 20:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T20:21:07Z</dc:date>
    <item>
      <title>data from external website</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509052#M567366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RIch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have cretaed one website in geocities.com, i want to retreive data from there, can anyone help me out with that.....its a generic website and anyone can create a website in that.&lt;/P&gt;&lt;P&gt;i want the data in my ABAP Program.&lt;/P&gt;&lt;P&gt;Is it possible? if yes, how apart from calling FM http_get2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddhartha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 20:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509052#M567366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: data from external website</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509053#M567367</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;it can be possible in bsp...BUT xml concept has to be used here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using RSS concepts we can display the contents of rss website/pages..&lt;/P&gt;&lt;P&gt;chk out these links ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=data" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=data&lt;/A&gt;&lt;EM&gt;from&lt;/EM&gt;external+website&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 07:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509053#M567367</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-07-20T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: data from external website</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509054#M567368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure about BSP or some of the web access methods but you can certainly do it easy enough in STANARD SAP provided you have EXCEL on your front end and free access to the INTERNET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  In your SAP transaction just fire up EXCEL from an application.&lt;/P&gt;&lt;P&gt;2)   Go to Get External data===&amp;gt; new Web query&lt;/P&gt;&lt;P&gt;3) Enter URL&lt;/P&gt;&lt;P&gt;4) Click on Yellow Arrow on the web page you want to get the data from. &lt;/P&gt;&lt;P&gt;5) Import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's now in your spreadsheet  and you can upload it into SAP etc etc.&lt;/P&gt;&lt;P&gt;I've used this for Stocks and shares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK not the most elegant method but it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can automate this also by using some VBA / Macros --quite useful for tracking share prices. You can also feed the data directly into graphs and update reguarly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are on Windows XP just look at the sample  *.iqy files provided with OFFICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509054#M567368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: data from external website</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509055#M567369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using a WAS (6.10 or above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ICM allows the WAS to act as either a HTTP Server or Client. Look at &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm&amp;lt;/a&amp;gt; for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have successfully made the HTTP call you will then need to parse the payload. You can use the iXML library or simple transformations but this relies on the HTML being well formed and stable. This is rarely the case so you may have to fall back on rudimentary string processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. If you are on an old Basis Release (i.e. 4.6C) then you best have a look at the SAP Business Connector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 00:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-external-website/m-p/2509055#M567369</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-07-23T00:40:14Z</dc:date>
    </item>
  </channel>
</rss>

