<?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>Question Re: ABAP Streaming in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823347#M2151237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But acting as a webserver, also an ABAP system should somehow be able to provide larger amounts of data not limited to the maximum space for an internal table. How does SAP Marketplace do it? Isn't that an ABAP system as well (and you can download complete DVDs)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2009 14:23:13 GMT</pubDate>
    <dc:creator>Hansi_Richstein</dc:creator>
    <dc:date>2009-06-16T14:23:13Z</dc:date>
    <item>
      <title>ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaq-p/5823345</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;is there any way of writing an ICF HTTP GET handler (ABAP) that streams data like any Java servlet, i.e. connects a data source (DB table/Blob) to the response stream w/o the need of loading the complete resource content into an internal table first? Providing large data for download this way will be impossible else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Hans-Juergen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 12:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaq-p/5823345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823346#M2151236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; is there any way of writing an ICF HTTP GET handler (ABAP) that streams data like any Java servlet, i.e. connects a data source (DB table/Blob) to the response stream w/o the need of loading the complete resource content into an internal table first? Providing large data for download this way will be impossible else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ABAP system was never designed to "stream" a huge amount of data. On top, doing so, would keep the workprocess busy all time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 13:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823346#M2151236</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2009-06-16T13:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823347#M2151237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But acting as a webserver, also an ABAP system should somehow be able to provide larger amounts of data not limited to the maximum space for an internal table. How does SAP Marketplace do it? Isn't that an ABAP system as well (and you can download complete DVDs)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 14:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823347#M2151237</guid>
      <dc:creator>Hansi_Richstein</dc:creator>
      <dc:date>2009-06-16T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823348#M2151238</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;The ABAP ICM (internal web server) can do it because it is able to publish filesystem directories and files. You can publish full DVDs like this...&lt;/P&gt;&lt;P&gt;If the data comes from a database table, I don't know.&lt;/P&gt;&lt;P&gt;When you speak about the restriction of an internal table, remember that an internal table size may be several GBytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823348#M2151238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T11:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823349#M2151239</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;seemingly ICM is really the answer we are looking for -- a colleague pointed this out as well and we are already in contact with that team to clarify the details.&lt;/P&gt;&lt;P&gt;And right, internal tables can grow to that size, however we are talking about a multi tenant, multi user system. And the largest data we need to deliver right now is ~200MB. Supposing only a few users of a few tenants concurrently download it might soon blow up the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx, Hans-Juergen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823349#M2151239</guid>
      <dc:creator>Hansi_Richstein</dc:creator>
      <dc:date>2009-06-17T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823350#M2151240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;But acting as a webserver, also an ABAP system should somehow be able to provide larger amounts of data not limited to the maximum space for an internal table. How does SAP Marketplace do it? Isn't that an ABAP system as well (and you can download complete DVDs)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes - and that's why certain files have to split up &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not saying it's not possible. Downloading something à la http "GET /DVD.iso" should certainly work, I am just not sure, if the ICM can handling a streaming (as in Youtube).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 14:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823350#M2151240</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2009-06-17T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823351#M2151241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans-Juergen,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if you need to download huge tables from SAP via RFC you may try &lt;A href="http://remoteopensql.codeplex.com/"&gt;RemoteOpenSQL&lt;/A&gt;, a little open source project to run queries against SAP DB Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filippo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 22:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-streaming/qaa-p/5823351#M2151241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-21T22:22:39Z</dc:date>
    </item>
  </channel>
</rss>

