/AWS1/CL_BDRGDRAILCHECKSMSG¶
A message to evaluate against guardrail checks, containing a role and content blocks.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_role TYPE /AWS1/BDRGUARDRAILCHECKSROLE /AWS1/BDRGUARDRAILCHECKSROLE¶
The role of the message sender.
it_content TYPE /AWS1/CL_BDRGDRAILCHKSCONTBLCK=>TT_GDRAILCHECKSCONTBLOCKLIST TT_GDRAILCHECKSCONTBLOCKLIST¶
The content blocks for 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 for 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_GUARDRAILCHECKSMESSAGELIST¶
TYPES TT_GUARDRAILCHECKSMESSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRGDRAILCHECKSMSG WITH DEFAULT KEY
.