/AWS1/CL_BDCFAILUBCATCLUSTER¶
A subcategory of failures within a top-level failure category.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clusterid TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The unique identifier of the failure subcategory cluster.
iv_name TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The name of the failure subcategory.
iv_description TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
A description of the failure subcategory pattern.
iv_affectedsessioncount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions affected by this failure subcategory.
it_rootcauses TYPE /AWS1/CL_BDCROOTCAUSECLUSTER=>TT_ROOTCAUSECLUSTERLIST TT_ROOTCAUSECLUSTERLIST¶
The list of root cause clusters identified within this subcategory.
Queryable Attributes¶
clusterId¶
The unique identifier of the failure subcategory 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 subcategory.
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 subcategory 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 subcategory.
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 |
rootCauses¶
The list of root cause clusters identified within this subcategory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROOTCAUSES() |
Getter for ROOTCAUSES, with configurable default |
ASK_ROOTCAUSES() |
Getter for ROOTCAUSES w/ exceptions if field has no value |
HAS_ROOTCAUSES() |
Determine if ROOTCAUSES 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_FAILUBCATEGORYCLUSTERLIST¶
TYPES TT_FAILUBCATEGORYCLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCFAILUBCATCLUSTER WITH DEFAULT KEY
.