Skip to content

/AWS1/CL_BDRIMAGEBLOCK

Image content for a message.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_format TYPE /AWS1/BDRIMAGEFORMAT /AWS1/BDRIMAGEFORMAT

The format of the image.

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

The source for the image.

Optional arguments:

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

Error information if the image block could not be processed or contains invalid data.


Queryable Attributes

format

The format of the image.

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

source

The source for the image.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

error

Error information if the image block could not be processed or contains invalid data.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR