SAP DATA OBJECTS STREAMS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Streaming for Data Objects
The abstract superclasses for streaming for data objects are:
CL_ABAP_MEMORY_C_READER
CL_ABAP_MEMORY_C_WRITER
CL_ABAP_MEMORY_X_READER
CL_ABAP_MEMORY_X_WRITER
Streaming is possible for strings and internal tables:
Streaming for strings
Streaming for internal tables

Note
Another important application for streaming is when using Open SQL to access LOBs in database tables.