Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Processing Internal Data →  Streaming 

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:

Other versions: 7.31 | 7.40 | 7.54


Note

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

Continue

Streaming for Strings

Streaming for Internal Tables