/AWS1/CL_BDKAUTOMATEDRSNINGP54¶
Represents a message generated during a build step, providing information about what happened or any issues encountered.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_message TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
The content of the message, describing what occurred during the build step.
iv_messagetype TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB06 /AWS1/BDKAUTOMATEDRSNINGPLYB06¶
The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.
Queryable Attributes¶
message¶
The content of the message, describing what occurred during the build step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
messageType¶
The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGETYPE() |
Getter for MESSAGETYPE, with configurable default |
ASK_MESSAGETYPE() |
Getter for MESSAGETYPE w/ exceptions if field has no value |
HAS_MESSAGETYPE() |
Determine if MESSAGETYPE 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_AUTOMATEDRSNINGPLYBLDSTEP01¶
TYPES TT_AUTOMATEDRSNINGPLYBLDSTEP01 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP54 WITH DEFAULT KEY
.