SAP ABAP Class CL_SWNC_AGG_HITLIST ( "HITLISTS" Aggregate)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SWNC_COLL_AGGREGATES (Package) Aggregation Functions for Statistics Collector
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_AGG_COLLEAGUE | Abstract Class for All Actual Aggregates | 20040722 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_AGG_HITLIST_DBCNT | "HITLISTS" DB Accesses Aggregate | 20040723 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_AGG_HITLIST_RESPTIME | "HITLISTS" Response Time Aggregate | 20040816 |
Properties
| Class | CL_SWNC_AGG_HITLIST | |
| Short Description | "HITLISTS" Aggregate | |
| Super Class | CL_SWNC_AGG_COLLEAGUE | Abstract Class for All Actual Aggregates |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWNC_COLL_AGGREGATES | Aggregation Functions for Statistics Collector |
| Created | 20040722 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWNC_AGG_HITLIST has no forward declaration.
Interfaces
Class CL_SWNC_AGG_HITLIST has no interface implemented.
Friends
Class CL_SWNC_AGG_HITLIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SWNC_CFLAG | 'C' | 20050301 | |||
| 2 | Constant | Public | Type reference (TYPE) | SWNC_CFLAG | 'B' | 20050301 | |||
| 3 | Constant | Public | Type reference (TYPE) | SWNC_CFLAG | 'S' | 20050301 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040806 | ||||
| 5 | Constant | Public | Type reference (TYPE) | I | 40 | 20040723 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040722 | |
| 2 | Instance method | Private | Method | Create Aggregate Structure from Single Record | 20040722 | |
| 3 | Instance method | Public | Method | Return Aggregates Table | 20040816 | |
| 4 | Instance method | Public | Method | Return "X" if Aggregates Table Is Initial | 20040816 | |
| 5 | Instance method | Public | Method | 20040907 | ||
| 6 | Instance method | Protected | Method | Update Aggregates Table | 20040804 |
Events
Class CL_SWNC_AGG_HITLIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | AGGREGATE_STR | Public | Type reference (TYPE) | SWNCHITLIST | SAP Workload NW Collector: Hitlists | 20040722 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUFFER | Call by reference | Object reference (TYPE REF TO) | CL_SWNC_AGG_BUFFER_STAT | Preaggregate Buffer | 20040722 |
Method CONSTRUCTOR on class CL_SWNC_AGG_HITLIST has no exception.
Method CREATE_AGG_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BTC | Call by reference | Type reference (TYPE) | SWNCSUBBTC | SAP Workload NW Collector: Statistik-Subsatz Batch | 20101201 | |||
| 2 | I_MAINREC | Call by reference | Type reference (TYPE) | SWNCMAINREC | Statistik-Hauptsatz | 20040722 | |||
| 3 | I_RESPTI | Call by reference | Type reference (TYPE) | SWNCINCRESPTIME | 20040722 | ||||
| 4 | I_TDBC | Call by reference | Type reference (TYPE) | SWNC_T_SUBDB | Tabelle für DB-Subsätze | 20050117 | |||
| 5 | I_TRFC | Call by reference | Type reference (TYPE) | SWNC_T_SUBRFCC | Tabelle für RFC-Client-Subsätze | 20050301 | |||
| 6 | I_TRFCS | Call by reference | Type reference (TYPE) | SWNC_T_SUBRFCS | Tabelle für RFC-Server-Subsätze | 20050301 | |||
| 7 | I_TTAB | Call by reference | Type reference (TYPE) | SWNC_T_SUBTAB | Tabelle für Tabellen-Subsätze | 20050301 | |||
| 8 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040722 | |||
| 2 | 20040722 |
Method GET_AGGREGATES_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SWNC_T_AGGHITLIST | tasktype aggregation table | 20040816 |
Method GET_AGGREGATES_TABLE on class CL_SWNC_AGG_HITLIST has no exception.
Method IS_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20040816 |
Method IS_INITIAL on class CL_SWNC_AGG_HITLIST has no exception.
Method PREPARE_AGGREGATE_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAINREC | Call by reference | Object reference (TYPE REF TO) | CL_SWNC_RECORD | 20040907 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_STR | 20040907 |
Method PREPARE_AGGREGATE_STR on class CL_SWNC_AGG_HITLIST has no exception.
Method UPDATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_AGG_STR | Call by reference | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040804 | |||
| 2 | RETURN | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20040804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040804 | |||
| 2 | 20040804 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |