SAP ABAP Class CL_SWNC_AGG_USERWORKLOAD ( "USER WORKLOAD" 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 20040706
Properties
Class CL_SWNC_AGG_USERWORKLOAD  
Short Description "USER WORKLOAD" 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 20040706   SAP 
Last change 20050214   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWNC_AGG_USERWORKLOAD has no forward declaration.
Interfaces
Class CL_SWNC_AGG_USERWORKLOAD has no interface implemented.
Friends
Class CL_SWNC_AGG_USERWORKLOAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 T_AGGREGATES Instance attribute Private Type reference (TYPE) AGGREGATE_TABLE Task Time Aggregation Table 20040706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040706
2 CREATE_AGG_STR Instance method Private Method Create Aggregate Structure from Single Record 20040706
3 DO_AGGREGATE Instance method Private Method Aggregate Two Structures and Update Aggregates Table 20040706
4 DO_APPEND Instance method Protected Method 20041022
5 DO_MERGE Instance method Private Method Merge Two Aggregate Structures 20040706
6 GET_AGGREGATES_TABLE Instance method Public Method Return Aggregates Table 20040706
7 IS_INITIAL Instance method Public Method Return "X" if Aggregates Table Is Initial 20040706
8 PREPARE_AGGREGATE_STR Instance method Public Method 20040906
Events
Class CL_SWNC_AGG_USERWORKLOAD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 AGGREGATE_STR Public Type reference (TYPE) SWNCAGGUSERWORKLOAD SAP Workload NW Collector: User, Workload, ... 20040706
2 AGGREGATE_TABLE Public See coding User Workload Aggregation Table 20040706 aggregate_table TYPE SORTED TABLE OF swncagguserworkload WITH UNIQUE KEY tasktype mandt username account
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFER Call by reference Object reference (TYPE REF TO) CL_SWNC_AGG_BUFFER_STAT Preaggregate Buffer 20040712
2 Importing I_T_AGGREGATES Value transfer Type reference (TYPE) SWNC_T_AGGUSERWORKLOAD Aggregation Table 20040706

Method CONSTRUCTOR on class CL_SWNC_AGG_USERWORKLOAD has no exception.

Method CREATE_AGG_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNT Call by reference Type reference (TYPE) SWNCINCDUBESCOUNT 20040712
2 Importing I_MAINREC Call by reference Type reference (TYPE) SWNCMAINREC Statistik-Hauptsatz 20040706
3 Importing I_RESPTI Call by reference Type reference (TYPE) SWNCINCRESPTIME 20040712
4 Importing I_RESPTIADV Call by reference Type reference (TYPE) SWNCINCRESPTIMEADV SAP Workload NW Collector: Advancet time include 20040712
5 Returning RETURN Value transfer Type reference (TYPE) AGGREGATE_STR SAP Workload NW Collector: Tasktypen 20040706
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20040712
2 CX_SWNC_AGGREGATION_OVERFLOW 20040712

Method DO_AGGREGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_AGG_STR Call by reference Type reference (TYPE) AGGREGATE_STR SAP Workload NW Collector: Tasktypen 20040706
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20040712
2 CX_SWNC_AGGREGATION_OVERFLOW 20040712

Method DO_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEWDATA Call by reference Type reference (TYPE) AGGREGATE_STR 20041022

Method DO_APPEND on class CL_SWNC_AGG_USERWORKLOAD has no exception.

Method DO_MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_MERGERESULT Call by reference Type reference (TYPE) AGGREGATE_STR 20040906
2 Importing I_NEWDATA Call by reference Type reference (TYPE) AGGREGATE_STR 20040906
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20040712
2 CX_SWNC_AGGREGATION_OVERFLOW 20040712

Method GET_AGGREGATES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) AGGREGATE_TABLE tasktype aggregation table 20040706

Method GET_AGGREGATES_TABLE on class CL_SWNC_AGG_USERWORKLOAD has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040706

Method IS_INITIAL on class CL_SWNC_AGG_USERWORKLOAD has no exception.

Method PREPARE_AGGREGATE_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAINREC Call by reference Object reference (TYPE REF TO) CL_SWNC_RECORD 20040906
2 Returning RETURN Value transfer Type reference (TYPE) AGGREGATE_STR 20040906

Method PREPARE_AGGREGATE_STR on class CL_SWNC_AGG_USERWORKLOAD has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in 700