/AWS1/CL_SAGDELETEPNTSTFAILURE¶
Information about a failed pentest deletion attempt
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pentestid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Identifier of the pentest that failed to delete
iv_reason TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Reason for the deletion failure
Queryable Attributes¶
pentestId¶
Identifier of the pentest that failed to delete
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENTESTID() |
Getter for PENTESTID, with configurable default |
ASK_PENTESTID() |
Getter for PENTESTID w/ exceptions if field has no value |
HAS_PENTESTID() |
Determine if PENTESTID has a value |
reason¶
Reason for the deletion failure
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_DELETEPENTESTFAILURELIST¶
TYPES TT_DELETEPENTESTFAILURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGDELETEPNTSTFAILURE WITH DEFAULT KEY
.