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
These classes are subclasses of the abstract superclasses
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