cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Streaming

Former Member
0 Likes
1,010

Hi,

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.

Thanks, Hans-Juergen

View Entire Topic
Former Member
0 Likes

Hi Hans-Juergen,

  if you need to download huge tables from SAP via RFC you may try RemoteOpenSQL, a little open source project to run queries against SAP DB Tables.

  Best regards,

    Filippo.