Skip to content

/AWS1/CL_BDCROOTCAUSECLUSTER

A cluster of similar root causes identified within a failure subcategory.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusterid TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The unique identifier of the root cause cluster.

iv_name TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the root cause cluster.

iv_rootcause TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The root cause explanation for this cluster of failures.

iv_recommendation TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The recommended fix for this root cause.

iv_affectedsessioncount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The number of sessions affected by this root cause.

it_affectedsessions TYPE /AWS1/CL_BDCAFFECTEDSESSION=>TT_AFFECTEDSESSIONLIST TT_AFFECTEDSESSIONLIST

The list of sessions affected by this root cause.


Queryable Attributes

clusterId

The unique identifier of the root cause 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 root cause cluster.

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

rootCause

The root cause explanation for this cluster of failures.

Accessible with the following methods

Method Description
GET_ROOTCAUSE() Getter for ROOTCAUSE, with configurable default
ASK_ROOTCAUSE() Getter for ROOTCAUSE w/ exceptions if field has no value
HAS_ROOTCAUSE() Determine if ROOTCAUSE has a value

recommendation

The recommended fix for this root cause.

Accessible with the following methods

Method Description
GET_RECOMMENDATION() Getter for RECOMMENDATION, with configurable default
ASK_RECOMMENDATION() Getter for RECOMMENDATION w/ exceptions if field has no valu
HAS_RECOMMENDATION() Determine if RECOMMENDATION has a value

affectedSessionCount

The number of sessions affected by this root cause.

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

affectedSessions

The list of sessions affected by this root cause.

Accessible with the following methods

Method Description
GET_AFFECTEDSESSIONS() Getter for AFFECTEDSESSIONS, with configurable default
ASK_AFFECTEDSESSIONS() Getter for AFFECTEDSESSIONS w/ exceptions if field has no va
HAS_AFFECTEDSESSIONS() Determine if AFFECTEDSESSIONS 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_ROOTCAUSECLUSTERLIST

TYPES TT_ROOTCAUSECLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCROOTCAUSECLUSTER WITH DEFAULT KEY
.