Skip to content

/AWS1/CL_DOASENDMSGCONTBLKST01

Event emitted when a content block is complete

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_index TYPE /AWS1/DOAINTEGER /AWS1/DOAINTEGER

Zero-based index of the content block

iv_type TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The type of content in this block

iv_text TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The accumulated complete content text

iv_last TYPE /AWS1/DOABOOLEAN /AWS1/DOABOOLEAN

Whether this is the final content block in the response

iv_sequencenumber TYPE /AWS1/DOAINTEGER /AWS1/DOAINTEGER

Event sequence number


Queryable Attributes

index

Zero-based index of the content block

Accessible with the following methods

Method Description
GET_INDEX() Getter for INDEX, with configurable default
ASK_INDEX() Getter for INDEX w/ exceptions if field has no value
HAS_INDEX() Determine if INDEX has a value

type

The type of content in this block

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

text

The accumulated complete content text

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT, with configurable default
ASK_TEXT() Getter for TEXT w/ exceptions if field has no value
HAS_TEXT() Determine if TEXT has a value

last

Whether this is the final content block in the response

Accessible with the following methods

Method Description
GET_LAST() Getter for LAST, with configurable default
ASK_LAST() Getter for LAST w/ exceptions if field has no value
HAS_LAST() Determine if LAST has a value

sequenceNumber

Event sequence number

Accessible with the following methods

Method Description
GET_SEQUENCENUMBER() Getter for SEQUENCENUMBER, with configurable default
ASK_SEQUENCENUMBER() Getter for SEQUENCENUMBER w/ exceptions if field has no valu
HAS_SEQUENCENUMBER() Determine if SEQUENCENUMBER has a value