/AWS1/CL_BLDBUILDNOTDELETED¶
Information about a build that could not be successfully deleted.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The ID of the build that could not be successfully deleted.
iv_statuscode TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
Additional information about the build that could not be successfully deleted.
Queryable Attributes¶
id¶
The ID of the build that could not be successfully deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
statusCode¶
Additional information about the build that could not be successfully deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE 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_BUILDSNOTDELETED¶
TYPES TT_BUILDSNOTDELETED TYPE STANDARD TABLE OF REF TO /AWS1/CL_BLDBUILDNOTDELETED WITH DEFAULT KEY
.