SAP ABAP Class CL_SWNC_AGG_TREX (TREX 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 | 20090625 |
Properties
| Class | CL_SWNC_AGG_TREX | |
| Short Description | TREX 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 | 20090515 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWNC_AGG_TREX has no forward declaration.
Interfaces
Class CL_SWNC_AGG_TREX has no interface implemented.
Friends
Class CL_SWNC_AGG_TREX has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | AGGREGATE_TABLE | Task Time Aggregation Table | 20090625 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090625 | |
| 2 | Instance method | Private | Method | Create Aggregate Structure from Single Record | 20090625 | |
| 3 | Instance method | Private | Method | Aggregate Two Structures and Update Aggregates Table | 20090625 | |
| 4 | Instance method | Protected | Method | 20090625 | ||
| 5 | Instance method | Private | Method | Merge Two Aggregate Structures | 20090625 | |
| 6 | Instance method | Public | Method | Return Aggregates Table | 20090625 | |
| 7 | Instance method | Public | Method | Return "X" if Aggregates Table Is Initial | 20090625 | |
| 8 | Instance method | Public | Method | 20090625 | ||
| 9 | Instance method | Public | Method | 20090625 | ||
| 10 | Instance method | Public | Method | Set Aggregates Table | 20090625 |
Events
Class CL_SWNC_AGG_TREX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | AGGREGATE_STR | Public | Type reference (TYPE) | SWNCAGGTREX | SAP Workload NW Collector: RFC Client | 20090625 | |
| 2 | AGGREGATE_TABLE | Public | See coding | SAP Workload NW Collector: RFC Client Aggregation Table | 20090625 | aggregate_table TYPE SORTED TABLE OF swncaggtrex
WITH UNIQUE KEY call_type protocol destination trex_sid index_id funcname queryguid
|
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 | 20090625 | |||
| 2 | I_T_AGGREGATES | Value transfer | Type reference (TYPE) | SWNC_T_AGGTREX | tasktimes aggregation table | 20090625 |
Method CONSTRUCTOR on class CL_SWNC_AGG_TREX has no exception.
Method CREATE_AGG_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TREX | Call by reference | Type reference (TYPE) | SWNCSUBTREX | 20090625 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20090625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090625 | |||
| 2 | 20090625 |
Method DO_AGGREGATE 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 | 20090625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090625 | |||
| 2 | 20090625 |
Method DO_APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEWDATA | Call by reference | Type reference (TYPE) | AGGREGATE_STR | 20090625 |
Method DO_APPEND on class CL_SWNC_AGG_TREX has no exception.
Method DO_MERGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_MERGERESULT | Call by reference | Type reference (TYPE) | AGGREGATE_STR | 20090625 | ||||
| 2 | I_NEWDATA | Call by reference | Type reference (TYPE) | AGGREGATE_STR | 20090625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090625 | |||
| 2 | 20090625 |
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) | AGGREGATE_TABLE | tasktype aggregation table | 20090625 |
Method GET_AGGREGATES_TABLE on class CL_SWNC_AGG_TREX 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) | 20090625 |
Method IS_INITIAL on class CL_SWNC_AGG_TREX 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 | 20090625 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_TABLE | 20090625 |
Method PREPARE_AGGREGATE_STR on class CL_SWNC_AGG_TREX has no exception.
Method PREPARE_AGGREGATE_STR_INCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TREX | Call by reference | Type reference (TYPE) | SWNC_T_SUBTREX | Tabelle für TREX Subsätze | 20090625 | |||
| 2 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_TABLE | 20090625 |
Method PREPARE_AGGREGATE_STR_INCLUDE on class CL_SWNC_AGG_TREX has no exception.
Method SET_AGGREGATES_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGG_TABLE | Value transfer | Type reference (TYPE) | SWNC_T_AGGTREX | aggregation table | 20090625 |
Method SET_AGGREGATES_TABLE on class CL_SWNC_AGG_TREX has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 732 |