/AWS1/CL_SAGBTCDELCODEREVWSOUT¶
Output for the BatchDeleteCodeReviews operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deleted TYPE /AWS1/CL_SAGCODEREVIEWIDLIST_W=>TT_CODEREVIEWIDLIST TT_CODEREVIEWIDLIST¶
The list of identifiers of the code reviews that were successfully deleted.
it_failed TYPE /AWS1/CL_SAGDELCODEREVIEWFAIL=>TT_DELETECODEREVIEWFAILURELIST TT_DELETECODEREVIEWFAILURELIST¶
The list of code reviews that failed to delete, including the reason for each failure.
Queryable Attributes¶
deleted¶
The list of identifiers of the code reviews that were successfully deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETED() |
Getter for DELETED, with configurable default |
ASK_DELETED() |
Getter for DELETED w/ exceptions if field has no value |
HAS_DELETED() |
Determine if DELETED has a value |
failed¶
The list of code reviews that failed to delete, including the reason for each failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |