Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

Stream

Sequential order of data records whose end cannot be foreseen. Streams are divided into the stream kinds data stream and filter stream. A stream is either a read stream or a write stream and therefore always has exactly one stream direction. Furthermore, a distinction is made between the stream types binary stream and character stream. Multiple streams with matching properties can be combined in one stream. In ABAP, streams are implemented using instances of special classes. The transfer of streams is called streaming.

More

Other versions: 7.31 | 7.40 | 7.54