/AWS1/CL_BDKAUTOMATEDRSNINGP40¶
Represents a single step in the policy build process, containing context about what was being processed and any messages or results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_context TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP41 /AWS1/CL_BDKAUTOMATEDRSNINGP41¶
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
it_messages TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP54=>TT_AUTOMATEDRSNINGPLYBLDSTEP01 TT_AUTOMATEDRSNINGPLYBLDSTEP01¶
A list of messages generated during this build step, including informational messages, warnings, and error details.
Optional arguments:¶
io_priorelement TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP53 /AWS1/CL_BDKAUTOMATEDRSNINGP53¶
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
Queryable Attributes¶
context¶
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXT() |
Getter for CONTEXT |
priorElement¶
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORELEMENT() |
Getter for PRIORELEMENT |
messages¶
A list of messages generated during this build step, including informational messages, warnings, and error details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGES() |
Getter for MESSAGES, with configurable default |
ASK_MESSAGES() |
Getter for MESSAGES w/ exceptions if field has no value |
HAS_MESSAGES() |
Determine if MESSAGES 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_AUTOMATEDRSNINGPLYBLDSTEP00¶
TYPES TT_AUTOMATEDRSNINGPLYBLDSTEP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP40 WITH DEFAULT KEY
.