Skip to content

/AWS1/CL_BDCEXECSUMMARYCLUSTER

A cluster of similar execution patterns identified across sessions.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusterid TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The unique identifier of the execution summary cluster.

iv_name TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the execution pattern cluster.

iv_description TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

A description of the execution pattern.

iv_affectedsessioncount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The number of sessions with this execution pattern.

it_affectedsessions TYPE /AWS1/CL_BDCEXECSUMMARYAFFSESS=>TT_EXECSUMMARYAFFSESSIONLIST TT_EXECSUMMARYAFFSESSIONLIST

The list of sessions with this execution pattern.


Queryable Attributes

clusterId

The unique identifier of the execution summary 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 execution pattern 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

description

A description of the execution 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 with this execution pattern.

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 with this execution pattern.

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_EXECUTIONSUMMARYCLUSTERLIST

TYPES TT_EXECUTIONSUMMARYCLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCEXECSUMMARYCLUSTER WITH DEFAULT KEY
.