/AWS1/CL_DOAPENDINGMESSAGE¶
Represents a pending message in an agent execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_messageid TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
The unique identifier for this pending message.
io_message TYPE REF TO /AWS1/CL_DOAMESSAGE /AWS1/CL_DOAMESSAGE¶
The message content.
Queryable Attributes¶
messageId¶
The unique identifier for this pending message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
message¶
The message content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PENDINGMESSAGES¶
TYPES TT_PENDINGMESSAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOAPENDINGMESSAGE WITH DEFAULT KEY
.