Get Example source ABAP code based on a different SAP table
VERSION 5 IN
stream Sequential succession of data records, the end of which cannot be predicted. BEGIN_SECTION VERSION 5 OUT Streams are divided into the stream kinds> data stream> and filter stream>. END_SECTION VERSION 5 OUT A stream is either a reader stream> or a writer stream> and therefore always has exactly one stream direction>. Furthermore, a distinction is made between the binary stream> and character stream>. Multiple streams with matching properties can be combined into one stream. In ABAP, streams are implemented using instances> of special classes>. The transfer of streams is called streaming>. ABAP_MORE_INFO >