/AWS1/CL_GLUANNOTATIONERROR¶
A failed annotation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profileid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Profile ID for the failed annotation.
iv_statisticid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Statistic ID for the failed annotation.
iv_failurereason TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
The reason why the annotation failed.
Queryable Attributes¶
ProfileId¶
The Profile ID for the failed annotation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
StatisticId¶
The Statistic ID for the failed annotation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICID() |
Getter for STATISTICID, with configurable default |
ASK_STATISTICID() |
Getter for STATISTICID w/ exceptions if field has no value |
HAS_STATISTICID() |
Determine if STATISTICID has a value |
FailureReason¶
The reason why the annotation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON 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_ANNOTATIONERRORLIST¶
TYPES TT_ANNOTATIONERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUANNOTATIONERROR WITH DEFAULT KEY
.