Skip to content

/AWS1/CL_SAGDELETEPNTSTFAILURE

Contains information about a pentest that failed to delete.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pentestid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The unique identifier of the pentest that failed to delete.

iv_reason TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The reason the pentest failed to delete.


Queryable Attributes

pentestId

The unique 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

The reason the pentest 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_DELETEPENTESTFAILURELIST

TYPES TT_DELETEPENTESTFAILURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGDELETEPNTSTFAILURE WITH DEFAULT KEY
.