/AWS1/CL_BDCHARNESSMESSAGE¶
A message in the conversation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_role TYPE /AWS1/BDCHARNESSCONVRSTNROLE /AWS1/BDCHARNESSCONVRSTNROLE¶
The role of the message sender.
it_content TYPE /AWS1/CL_BDCHARNCONTENTBLOCK=>TT_HARNESSCONTENTBLOCKS TT_HARNESSCONTENTBLOCKS¶
The content blocks of the message.
Queryable Attributes¶
role¶
The role of the message sender.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLE() |
Getter for ROLE, with configurable default |
ASK_ROLE() |
Getter for ROLE w/ exceptions if field has no value |
HAS_ROLE() |
Determine if ROLE has a value |
content¶
The content blocks of the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HARNESSMESSAGES¶
TYPES TT_HARNESSMESSAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCHARNESSMESSAGE WITH DEFAULT KEY
.