SAP ABAP Class CL_SWNC_AGG_WEB_DEST ( "WEB DESTINATION" 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 20050314
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWNC_AGG_WEB_CLIENT_DEST "WEB CLIENT DESTINATION" Aggregate 20050314
2 Inheritance (c INHERITING FROM c_ref)  CL_SWNC_AGG_WEB_SERVER_DEST "WEB CLIENT DESTINATION" Aggregate 20050314
Properties
Class CL_SWNC_AGG_WEB_DEST  
Short Description "WEB DESTINATION" 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 20050314   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWNC_AGG_WEB_DEST has no forward declaration.
Interfaces
Class CL_SWNC_AGG_WEB_DEST has no interface implemented.
Friends
Class CL_SWNC_AGG_WEB_DEST 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 20050314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050314
2 CREATE_AGG_STR Instance method Protected Method Create Aggregate Structure from Single Record 20050314
3 DO_AGGREGATE Instance method Private Method Aggregate Two Structures and Update Aggregates Table 20050314
4 DO_APPEND Instance method Protected Method 20050314
5 DO_MERGE Instance method Protected Method Merge Two Aggregate Structures 20050314
6 GET_AGGREGATES_TABLE Instance method Public Method Return Aggregates Table 20050314
7 IS_INITIAL Instance method Public Method Return "X" if Aggregates Table Is Initial 20050314
8 PREPARE_AGGREGATE_STR Instance method Public Method 20050314
9 SET_AGGREGATES_TABLE Instance method Public Method Set Aggregates Table 20071206
Events
Class CL_SWNC_AGG_WEB_DEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 AGGREGATE_STR Public Type reference (TYPE) SWNCAGGWEBDEST SAP Workload Web Client/Server Destination 20050314
2 AGGREGATE_TABLE Public See coding 20050314 aggregate_table TYPE SORTED TABLE OF swncaggwebdest WITH UNIQUE KEY TASKTYPE ENTRY_ID ACCOUNT MANDT PROTOCOL HOST PORT DESTINATION PATH
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 20050314
2 Importing I_T_AGGREGATES Call by reference Type reference (TYPE) SWNC_T_AGGWEBDEST SAP Workload NW Collector: Web Destination aggregation table 20050314

Method CONSTRUCTOR on class CL_SWNC_AGG_WEB_DEST 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_ACCOUNT Call by reference Type reference (TYPE) SWNCUNAME SAP Workload NW Collector: Anwendername 20050314
2 Importing I_AUTHORIZATION_TI Call by reference Type reference (TYPE) SWNCTIMMSAGG SAP Workload NW Collector: Zeit (Mikrosekunden) in Aggregat 20050314
3 Importing I_CALLTIME Call by reference Type reference (TYPE) SWNCTIMMSAGG SAP Workload NW Collector: Zeit (ms) in Aggregaten 20050314
4 Importing I_DATA_RECEIVE Call by reference Type reference (TYPE) SWNCCNTAGG SAP Workload NW Collector: Zähler in Aggregaten 20050314
5 Importing I_DATA_RECEIVE_TI Call by reference Type reference (TYPE) SWNCTIMMSAGG SAP Workload NW Collector: Zeit (ms) in Aggregaten 20050314
6 Importing I_DATA_SEND Call by reference Type reference (TYPE) SWNCCNTAGG SAP Workload NW Collector: Zeit (ms) in Aggregaten 20050314
7 Importing I_DATA_SEND_TI Call by reference Type reference (TYPE) SWNCTIMMSAGG SAP Workload NW Collector: Zähler in Aggregaten 20050314
8 Importing I_DESTINATION Call by reference Type reference (TYPE) SWNCTXT64 SAP Workload NW Collector: Textfeld 64 Zeichen 20050314
9 Importing I_ENTRY_ID Call by reference Type reference (TYPE) SWNCENTRYID SAP Workload NW Collector: TCode, Report (+Jobname), ... 20050314
10 Importing I_EXECUTION_TI Call by reference Type reference (TYPE) SWNCCNTAGG SAP Workload NW Collector: Zeit (ms) in Aggregaten 20050314
11 Importing I_HOST Call by reference Type reference (TYPE) SWNCTXT128 SAP Workload NW Collector: Textfeld 128 Zeichen 20050314
12 Importing I_LOGON_TI Call by reference Type reference (TYPE) SWNCTIMMSAGG SAP Workload NW Collector: Zeit (Mikrosekunden) in Aggregat 20050314
13 Importing I_MANDT Call by reference Type reference (TYPE) SWNCMANDT SAP Workload NW Collector: Mandant 20050314
14 Importing I_PATH Call by reference Type reference (TYPE) SWNCTXT255 SAP Workload NW Collector: Textfeld 255 Zeichen 20050314
15 Importing I_PORT Call by reference Type reference (TYPE) SWNCTXT08 SAP Workload NW Collector: Textfeld 8 Zeichen 20050314
16 Importing I_PROTOCOL Call by reference Type reference (TYPE) SWNCWEBPROT SAP Workload NW Collector: Textfeld 1 Zeichen 20050314
17 Importing I_TASKTYPE Call by reference Type reference (TYPE) SWNCTASKTYPERAW SAP Workload NW Collector: Tasktype (Rohformat) 20050314
18 Returning RETURN Value transfer Type reference (TYPE) AGGREGATE_STR SAP Workload NW Collector: Tasktypen 20050314
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20050314
2 CX_SWNC_AGGREGATION_OVERFLOW 20050314

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 20050314
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20050314
2 CX_SWNC_AGGREGATION_OVERFLOW 20050314

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 20050314

Method DO_APPEND on class CL_SWNC_AGG_WEB_DEST 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 20050314
2 Importing I_NEWDATA Call by reference Type reference (TYPE) AGGREGATE_STR 20050314
# Exception Resumable Description Created on
1 CX_SWNC_AGGREGATION_EXCEPTION 20050314
2 CX_SWNC_AGGREGATION_OVERFLOW 20050314

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 20050314

Method GET_AGGREGATES_TABLE on class CL_SWNC_AGG_WEB_DEST 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) 20050314

Method IS_INITIAL on class CL_SWNC_AGG_WEB_DEST 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 20050314
2 Returning RETURN Value transfer Type reference (TYPE) AGGREGATE_TABLE 20050314

Method PREPARE_AGGREGATE_STR on class CL_SWNC_AGG_WEB_DEST has no exception.

Method SET_AGGREGATES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGG_TABLE Value transfer Type reference (TYPE) SWNC_T_AGGWEBDEST aggregation table 20071206

Method SET_AGGREGATES_TABLE on class CL_SWNC_AGG_WEB_DEST has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710