/AWS1/CL_BDKAUTOMATEDRSNINGP39¶
Represents a single entry in the policy build log, containing information about a specific step or event in the build process.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_annotation TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP09 /AWS1/CL_BDKAUTOMATEDRSNINGP09¶
The annotation or operation that was being processed when this log entry was created.
iv_status TYPE /AWS1/BDKAUTOMATEDRSNINGPLYA03 /AWS1/BDKAUTOMATEDRSNINGPLYA03¶
The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).
it_buildsteps TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP40=>TT_AUTOMATEDRSNINGPLYBLDSTEP00 TT_AUTOMATEDRSNINGPLYBLDSTEP00¶
Detailed information about the specific build steps that were executed, including any sub-operations or transformations.
Queryable Attributes¶
annotation¶
The annotation or operation that was being processed when this log entry was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANNOTATION() |
Getter for ANNOTATION |
status¶
The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
buildSteps¶
Detailed information about the specific build steps that were executed, including any sub-operations or transformations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDSTEPS() |
Getter for BUILDSTEPS, with configurable default |
ASK_BUILDSTEPS() |
Getter for BUILDSTEPS w/ exceptions if field has no value |
HAS_BUILDSTEPS() |
Determine if BUILDSTEPS 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_AUTOMATEDRSNINGPLYBLDLOGE00¶
TYPES TT_AUTOMATEDRSNINGPLYBLDLOGE00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP39 WITH DEFAULT KEY
.