/AWS1/CL_BDCFAILURECATCLUSTER¶
A top-level failure category identified by clustering similar failure patterns across sessions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clusterid TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The unique identifier of the failure category cluster.
iv_name TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The name of the failure category.
iv_description TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
A description of the failure category pattern.
iv_affectedsessioncount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions affected by this failure category.
it_subcategories TYPE /AWS1/CL_BDCFAILUBCATCLUSTER=>TT_FAILUBCATEGORYCLUSTERLIST TT_FAILUBCATEGORYCLUSTERLIST¶
The list of failure subcategories within this category.
Queryable Attributes¶
clusterId¶
The unique identifier of the failure category cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERID() |
Getter for CLUSTERID, with configurable default |
ASK_CLUSTERID() |
Getter for CLUSTERID w/ exceptions if field has no value |
HAS_CLUSTERID() |
Determine if CLUSTERID has a value |
name¶
The name of the failure category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the failure category pattern.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
affectedSessionCount¶
The number of sessions affected by this failure category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDSESSIONCOUNT() |
Getter for AFFECTEDSESSIONCOUNT, with configurable default |
ASK_AFFECTEDSESSIONCOUNT() |
Getter for AFFECTEDSESSIONCOUNT w/ exceptions if field has n |
HAS_AFFECTEDSESSIONCOUNT() |
Determine if AFFECTEDSESSIONCOUNT has a value |
subCategories¶
The list of failure subcategories within this category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBCATEGORIES() |
Getter for SUBCATEGORIES, with configurable default |
ASK_SUBCATEGORIES() |
Getter for SUBCATEGORIES w/ exceptions if field has no value |
HAS_SUBCATEGORIES() |
Determine if SUBCATEGORIES 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_FAILURECATEGORYCLUSTERLIST¶
TYPES TT_FAILURECATEGORYCLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCFAILURECATCLUSTER WITH DEFAULT KEY
.