SAP STRING STREAMS



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN
• CL_ABAP_STRING_C_READER ABAP_CLASS
• CL_ABAP_STRING_C_WRITER ABAP_CLASS
• CL_ABAP_STRING_X_READER ABAP_CLASS
• CL_ABAP_STRING_X_WRITER ABAP_CLASS

Streaming for Strings
The specific classes for streaming for strings are:
CL_ABAP_STRING_C_READER
CL_ABAP_STRING_C_WRITER
CL_ABAP_STRING_X_READER
CL_ABAP_STRING_X_WRITER
These classes are subclasses of the abstract superclasses CL_ABAP_MEMORY_....

ABAP_EXAMPLE_VX5
A writer stream is used to fill a string and then pass it to a reader stream. The reader stream skips three characters and then reads the remaining characters.
ABEXA 01307
ABAP_EXAMPLE_END