Get Example source ABAP code based on a different SAP table
VERSION 5 IN • IF_ABAP_READER ABAP_INTERFACE • IF_ABAP_WRITER ABAP_INTERFACE • IF_ABAP_CLOSE_RESOURCE ABAP_INTERFACE
Streaming Streaming describes how streams> are passed. Streams are represented by instances of special classes. The transfer of streams takes place by calling the relevant methods of the object.
Properties of Streams Streams are classified by the following properties:
Stream kind Data streams> BEGIN_SECTION VERSION 5 OUT and filter streams> END_SECTION VERSION 5 OUT
Stream direction Reader streams> and writer streams>
Stream type Binary streams> and character streams>