/AWS1/CL_BDCINSIGHTSFAILIGNAL¶
A signal indicating a detected failure within a span.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_category TYPE /AWS1/BDCINSGHTSFAILURECAT /AWS1/BDCINSGHTSFAILURECAT¶
The failure category classification for this signal.
iv_evidence TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The evidence supporting the failure detection.
iv_confidence TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The confidence score of the failure detection.
Queryable Attributes¶
category¶
The failure category classification for this signal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
evidence¶
The evidence supporting the failure detection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVIDENCE() |
Getter for EVIDENCE, with configurable default |
ASK_EVIDENCE() |
Getter for EVIDENCE w/ exceptions if field has no value |
HAS_EVIDENCE() |
Determine if EVIDENCE has a value |
confidence¶
The confidence score of the failure detection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
STR_CONFIDENCE() |
String format for CONFIDENCE, with configurable default |
HAS_CONFIDENCE() |
Determine if CONFIDENCE 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_INSIGHTSFAILURESIGNALLIST¶
TYPES TT_INSIGHTSFAILURESIGNALLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCINSIGHTSFAILIGNAL WITH DEFAULT KEY
.