/AWS1/CL_EKSADDONISSUE¶
An issue related to an add-on.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_code TYPE /AWS1/EKSADDONISSUECODE /AWS1/EKSADDONISSUECODE¶
A code that describes the type of issue.
iv_message TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
A message that provides details about the issue and what might cause it.
it_resourceids TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The resource IDs of the issue.
Queryable Attributes¶
code¶
A code that describes the type of issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
A message that provides details about the issue and what might cause it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
resourceIds¶
The resource IDs of the issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEIDS() |
Getter for RESOURCEIDS, with configurable default |
ASK_RESOURCEIDS() |
Getter for RESOURCEIDS w/ exceptions if field has no value |
HAS_RESOURCEIDS() |
Determine if RESOURCEIDS 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_ADDONISSUELIST¶
TYPES TT_ADDONISSUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSADDONISSUE WITH DEFAULT KEY
.