SAP ABAP Class CL_SWNC_AGG_TASK_TYPE ( "TASKTYPE" 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 | 20040603 |
Properties
| Class | CL_SWNC_AGG_TASK_TYPE | |
| Short Description | "TASKTYPE" 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 | 20040602 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWNC_AGG_TASK_TYPE has no forward declaration.
Interfaces
Class CL_SWNC_AGG_TASK_TYPE has no interface implemented.
Friends
Class CL_SWNC_AGG_TASK_TYPE 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) | SWNCSHCNT | SAP Workload NW Collector: Counter (Short) | 20040625 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | AGGREGATE_TABLE | Task Type Aggregation Table | 20040608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040628 | |
| 2 | Instance method | Private | Method | Create Agg. Struct. from Single Rec. and Preagg. Structs | 20040608 | |
| 3 | Instance method | Protected | Method | Aggregate Two Structures and Update Aggregates Table | 20040608 | |
| 4 | Instance method | Private | Method | Append Aggregate Structure to Aggregate Table | 20040910 | |
| 5 | Instance method | Private | Method | Merge Two Aggregate Structures | 20040608 | |
| 6 | Instance method | Public | Method | Return Aggregates Table | 20040608 | |
| 7 | Instance method | Public | Method | Return "X" if Aggregates Table Is Initial | 20040608 | |
| 8 | Instance method | Public | Method | Create Aggregate Structure from Single Record and Buffer | 20040824 |
Events
Class CL_SWNC_AGG_TASK_TYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | AGGREGATE_STR | Public | Type reference (TYPE) | SWNCAGGTASKTYPE | SAP Workload NW Collector: Task Types | 20040608 | |
| 2 | AGGREGATE_TABLE | Public | See coding | Task Type Aggregation Table | 20040608 | aggregate_table TYPE SORTED TABLE OF swncaggtasktype WITH UNIQUE KEY tasktype
|
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 | Abstract Klasse fuer alle konkrete Agregate | 20040708 | |||
| 2 | I_T_AGGREGATES | Value transfer | Type reference (TYPE) | SWNC_T_AGGTASKTYPE | tasktype aggregation table | 20040628 |
Method CONSTRUCTOR on class CL_SWNC_AGG_TASK_TYPE has no exception.
Method CREATE_AGG_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DB | Call by reference | Type reference (TYPE) | SWNCINCDBREAD | SAP Workload NW Collector: Include DB Daten | 20040708 | |||
| 2 | I_MAINREC | Call by reference | Type reference (TYPE) | SWNCMAINREC | Statistik-Hauptsatz | 20040625 | |||
| 3 | I_RESPTI | Call by reference | Type reference (TYPE) | SWNCINCRESPTIME | SAP Workload NW Collector: Include Antwortzeiten | 20040708 | |||
| 4 | I_RESPTIADV | Call by reference | Type reference (TYPE) | SWNCINCRESPTIMEADV | SAP Workload NW Collector: Advancet time include | 20040709 | |||
| 5 | I_RESPTIDIST | Call by reference | Type reference (TYPE) | SWNCINCRESPTIMEDIST | SAP Workload NW Collector: Include Antwortzeitverteilung | 20040708 | |||
| 6 | I_VMC | Call by reference | Type reference (TYPE) | SWNCINCVMC | SAP Workload NW Kollektor: Include VMC | 20050221 | |||
| 7 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040708 | |||
| 2 | 20040708 |
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 | 20040608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040708 | |||
| 2 | 20040708 |
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 | SAP Workload NW Collector: Tasktypen | 20040910 |
Method DO_APPEND on class CL_SWNC_AGG_TASK_TYPE has no exception.
Method DO_MERGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGR | Call by reference | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040625 | |||
| 2 | I_NEWDATA | Call by reference | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040708 | |||
| 2 | 20040708 |
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 | 20040608 |
Method GET_AGGREGATES_TABLE on class CL_SWNC_AGG_TASK_TYPE 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) | 20040608 |
Method IS_INITIAL on class CL_SWNC_AGG_TASK_TYPE 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 | Logischer Statistiksatz (Hauptsatz mit allen Subsätzen) | 20040824 | |||
| 2 | RETURN | Value transfer | Type reference (TYPE) | AGGREGATE_STR | SAP Workload NW Collector: Tasktypen | 20040824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | general aggregation exception | 20040825 | ||
| 2 | overflow exception | 20040825 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |