/AWS1/CL_SAGDELCODEREVIEWFAIL¶
Contains information about a code review that failed to delete.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_codereviewid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the code review that failed to delete.
iv_reason TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The reason the code review failed to delete.
Queryable Attributes¶
codeReviewId¶
The unique identifier of the code review that failed to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWID() |
Getter for CODEREVIEWID, with configurable default |
ASK_CODEREVIEWID() |
Getter for CODEREVIEWID w/ exceptions if field has no value |
HAS_CODEREVIEWID() |
Determine if CODEREVIEWID has a value |
reason¶
The reason the code review failed to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_DELETECODEREVIEWFAILURELIST¶
TYPES TT_DELETECODEREVIEWFAILURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGDELCODEREVIEWFAIL WITH DEFAULT KEY
.