Skip to content

/AWS1/CL_BDRIMAGEBLOCKDELTA

A streaming delta event that contains incremental image data during streaming responses.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_source TYPE REF TO /AWS1/CL_BDRIMAGESOURCE /AWS1/CL_BDRIMAGESOURCE

The incremental image source data for this delta event.

io_error TYPE REF TO /AWS1/CL_BDRERRORBLOCK /AWS1/CL_BDRERRORBLOCK

Error information if this image delta could not be processed.


Queryable Attributes

source

The incremental image source data for this delta event.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

error

Error information if this image delta could not be processed.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR