SAP ABAP Class CL_SPI_STAT_TOOL (Tool Class for Performance Step Attributes & BADI Impl.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI14 (Package) Central: Statistics Tools
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_SPI_TOOL BAdI Interface IF_EX_SPI_TOOL 20040708
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SPI_TOOL Access to Tools for Process Attributes 20040707
Properties
Class CL_SPI_STAT_TOOL  
Short Description Tool Class for Performance Step Attributes & BADI Impl.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPI14   Central: Statistics Tools 
Created 20040707   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SPI_STAT_TOOL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_EX_SPI_TOOL BAdI Interface IF_EX_SPI_TOOL 20040708
2 IF_SPI_TOOL Access to Tools for Process Attributes 20040707
Friends
Class CL_SPI_STAT_TOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NAME_CALLTI Constant Public Type reference (TYPE) SPIATTNAME 'CALLTI' Name of Attribute for Call Time of a Step 20040707
2 GC_NAME_CPUTI Constant Public Type reference (TYPE) SPIATTNAME 'CPUTI' Name of Attribute for CPU Time of a Step 20040707
3 GC_NAME_DBCHCNT Constant Public Type reference (TYPE) SPIATTNAME 'DBCHCNT' Name of Attribute for Displaying DB Changes of a Step 20040707
4 GC_NAME_DBCHTI Constant Public Type reference (TYPE) SPIATTNAME 'DBCHTI' Name of Attribute for DB Change Time of a Step 20040707
5 GC_NAME_DBPROCCNT Constant Public Type reference (TYPE) SPIATTNAME 'DBPROCCNT' Name of Attribute for Displaying DB Proc. Access of a Step 20040707
6 GC_NAME_DBPROCTI Constant Public Type reference (TYPE) SPIATTNAME 'DBPROCTI' Name of Attribute for Displ. DB Proc. Access Time of a Step 20040707
7 GC_NAME_DBREADCNT Constant Public Type reference (TYPE) SPIATTNAME 'DBREADCNT' Name of Attribute for Displaying DB Read Access of a Step 20040707
8 GC_NAME_DBREADTI Constant Public Type reference (TYPE) SPIATTNAME 'DBREADTI' Name of Attribute for DB Read Time of a Step 20040707
9 GC_NAME_DBTOTALTI Constant Public Type reference (TYPE) SPIATTNAME 'DBTOTALTI' Name of Attribute for Entire DB Access Time of a Step 20040707
10 GC_NAME_HTTPTIME Constant Public Type reference (TYPE) SPIATTNAME 'HTTPTIME' Name of Attribute for HTTP Time of a Step 20081020
11 GC_NAME_LOADGENTI Constant Public Type reference (TYPE) SPIATTNAME 'LOADGENTI' Name of Attribute for Load and Generation Time of a Step 20040707
12 GC_NAME_MCALLTI Constant Public Type reference (TYPE) SPIATTNAME 'MCALLTI' Name of Attribute for Call Time of a Step 20040712
13 GC_NAME_MCPUTI Constant Public Type reference (TYPE) SPIATTNAME 'MCPUTI' Technical Name of Attribute 20040712
14 GC_NAME_MDBCHCNT Constant Public Type reference (TYPE) SPIATTNAME 'MDBCHCNT' Technical Name of Attribute 20040712
15 GC_NAME_MDBCHTI Constant Public Type reference (TYPE) SPIATTNAME 'MDBCHTI' Technical Name of Attribute 20040712
16 GC_NAME_MDBPROCCNT Constant Public Type reference (TYPE) SPIATTNAME 'MDBPROCCNT' Technical Name of Attribute 20040712
17 GC_NAME_MDBPROCTI Constant Public Type reference (TYPE) SPIATTNAME 'MDBPROCTI' Technical Name of Attribute 20040712
18 GC_NAME_MDBREADCNT Constant Public Type reference (TYPE) SPIATTNAME 'MDBREADCNT' Technical Name of Attribute 20040712
19 GC_NAME_MDBREADTI Constant Public Type reference (TYPE) SPIATTNAME 'MDBREADTI' Technical Name of Attribute 20040712
20 GC_NAME_MDBTOTALTI Constant Public Type reference (TYPE) SPIATTNAME 'MDBTOTALTI' Technical Name of Attribute 20040712
21 GC_NAME_MHTTPTIME Constant Public Type reference (TYPE) SPIATTNAME 'MHTTPTIME' Name of Attribute for HTTP Time of a Step 20081020
22 GC_NAME_MLOADGENTI Constant Public Type reference (TYPE) SPIATTNAME 'MLOADGENTI' Technical Name of Attribute 20040712
23 GC_NAME_MRESPTI Constant Public Type reference (TYPE) SPIATTNAME 'MRESPTI' Technical Name of Attribute 20040712
24 GC_NAME_MRFCTI Constant Public Type reference (TYPE) SPIATTNAME 'MRFCTI' Technical Name of Attribute 20040712
25 GC_NAME_MROLLWAITTI Constant Public Type reference (TYPE) SPIATTNAME 'MROLLWAITTI' Technical Name of Attribute 20040712
26 GC_NAME_NOINST Constant Public Type reference (TYPE) SPIATTNAME 'NOINST' Number of Instances for Trans-ID 20041004
27 GC_NAME_RESPTI Constant Public Type reference (TYPE) SPIATTNAME 'RESPTI' Name of Attribute for Response Time of a Step 20040707
28 GC_NAME_RFCTI Constant Public Type reference (TYPE) SPIATTNAME 'RFCTI' Name of Attribute for RFC Time and CPIC Time of a Step 20040707
29 GC_NAME_ROLLWAITTI Constant Public Type reference (TYPE) SPIATTNAME 'ROLLWAITTI' Name of Attribute for Role Wait Time of a Step 20040707
30 GC_TOOL_ID_STAT Constant Public Type reference (TYPE) SPITOOLID 'STAT' ID of Performance Data Tools 20040707
31 GO_INST Static Attribute Private Object reference (TYPE REF TO) CL_SPI_STAT_TOOL BADI Implementation 20040714
32 GP_TOOL_ID Static Attribute Private Type reference (TYPE) SPITOOLID SPI: Tool ID 20040714
33 GT_CONFIG Static Attribute Private Type reference (TYPE) TSPISTCONF Statistic Configuration of Process Type 20040707
Methods
# Method Level Visibility Method type Description Created on
1 GET_STAT_CONFIG Static method Private Method Reads Statistic Configuration for Process Type 20040707
2 GET_STCONF_OF_STEP Instance method Private Method Define Stat Configuration of a Step 20040712
Events
Class CL_SPI_STAT_TOOL has no event.
Types
Class CL_SPI_STAT_TOOL has no local type.
Method Signatures

Method GET_STAT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PROC_TYPE Call by reference Type reference (TYPE) SPIPROCTP SPI: ID eines Prozesstypen 20040707
# Exception Resumable Description Created on
1 CX_SPI_CONFIG Konfiguration der Perf.-Daten-Erfassung 20040715

Method GET_STCONF_OF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_FIELDS Call by reference Type reference (TYPE) C Selekt. Felder der Stat. (S-Standard, D-zuzügl. DB-F, A-alle 20040712
2 Exporting EP_STAT_TYPE Call by reference Type reference (TYPE) SPISTSTTY Typ der zu nutzenden Statistik 20040712
3 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_SPI_CU_STEP Processschrittobjekt 20040712
# Exception Resumable Description Created on
1 CX_SPI_CONFIG Konfiguration der Perf.-Daten-Erfassung 20040715
History
Last changed by/on SAP  20110908 
SAP Release Created in 700