Skip to Content
0
Former Member
Jun 16, 2009 at 12:03 PM

ABAP Streaming

333 Views

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