SAP ABAP Class CL_RSDD_STATDATAUSAGE_SHOW (Filter Data for Monitoring)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_STAT_UI (Package) Maintenance and UI of Query Runtime Statistics
Properties
Class CL_RSDD_STATDATAUSAGE_SHOW  
Short Description Filter Data for Monitoring    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_STAT_UI   Maintenance and UI of Query Runtime Statistics 
Created 20101230   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDRV_DTA_BUFFER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDD_STATDATAUSAGE_SHOW has no interface implemented.
Friends
Class CL_RSDD_STATDATAUSAGE_SHOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_C_PARTPROV Constant Private Type reference (TYPE) RSINFOPROV 'PARTPROVIDER' InfoProvider 20110107
2 P_DMUID Instance attribute Private Type reference (TYPE) SYSUUID_25 UUID in Compressed Form 20110107
3 P_INFOPROV Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20110107
4 P_R_IPRO Instance attribute Private Object reference (TYPE REF TO) IF_RSD_INFOPROV InfoProvider Wrapping 20130103
5 P_T_DUIOBJ_ON Instance attribute Private Type reference (TYPE) RSD_T_IOBJNM List of Monitored InfoObjects 20110107
6 P_USER_ON Instance attribute Private Type reference (TYPE) RS_BOOL User-Specific On/Off 20110107
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110107
2 READ Instance method Public Method Reads (and creates) the data for a provider 20110107
3 SHOW_INFOPROV_FILTERS Static method Public Method Displays the merged filter values for an InfoProvider 20110107
4 _ADD_1_TO_CHAVL Static method Private Method Increase LOW Value by 1 20110107
5 _APPEND_CMP_VALUES Instance method Private Method Insert Compounding Parent Filter Values - if monitored 20110107
6 _APPEND_TIMS_VALUES Instance method Private Method 20110107
7 _CONVERT_TO_KEY Instance method Private Method Converts LOW/HIGH values to CHAVLs 20110107
8 _CONVERT_TO_PARTPROV_IOBJNM Instance method Private Method Converts the InfoObject name from the MP to the PP name 20110107
9 _GET_CMPS Instance method Private Method Compound parents that are monitored? 20110107
10 _GET_TIMS Instance method Private Method Gets the list of relevant broad time characteristics 20110107
11 _UNION_RANGES Static method Private Method Merge by RANGES per InfoObject 20110107
Events
Class CL_RSDD_STATDATAUSAGE_SHOW has no event.
Types
Class CL_RSDD_STATDATAUSAGE_SHOW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110107

Method CONSTRUCTOR on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STARTTIME Call by reference Type reference (TYPE) TZNTSTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20110107
2 Importing I_UNAME Call by reference Type reference (TYPE) SY-UNAME Benutzername 20110107
3 Returning R_T_DATAUSE Value transfer Type reference (TYPE) RSSTA_T_DATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107

Method READ on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method SHOW_INFOPROV_FILTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110107
2 Importing I_SPOOL Call by reference Type reference (TYPE) RS_BOOL in Spool schreiben (statt ALV) 20110107
3 Importing I_STARTTIME Call by reference Type reference (TYPE) TZNTSTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20110107
4 Importing I_UNAME Call by reference Type reference (TYPE) SY-UNAME Benutzername 20110107
5 Importing I_UNION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Vereinigen? 20110107

Method SHOW_INFOPROV_FILTERS on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _ADD_1_TO_CHAVL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CHAVL Call by reference Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20110107

Method _ADD_1_TO_CHAVL on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _APPEND_CMP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATAUSE Call by reference Type reference (TYPE) RSSTA_T_DATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107
2 Importing I_S_DATAUSE Call by reference Type reference (TYPE) RSDDSTATDATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107

Method _APPEND_CMP_VALUES on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _APPEND_TIMS_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATAUSE Call by reference Type reference (TYPE) RSSTA_T_DATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107
2 Importing I_S_DATAUSE Call by reference Type reference (TYPE) RSDDSTATDATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107

Method _APPEND_TIMS_VALUES on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _CONVERT_TO_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DATAUSE Call by reference Type reference (TYPE) RSDDSTATDATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107

Method _CONVERT_TO_KEY on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _CONVERT_TO_PARTPROV_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DATAUSE Call by reference Type reference (TYPE) RSDDSTATDATAUSE Filterwerte bei Query-Ausführung für gewählte InfoObjekte 20110107
2 Importing I_MPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110107

Method _CONVERT_TO_PARTPROV_IOBJNM on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _GET_CMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20110107
2 Returning R_T_IOBJNM Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20110107

Method _GET_CMPS on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _GET_TIMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20110107
2 Returning R_T_TIMNM Value transfer Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20110107

Method _GET_TIMS on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.

Method _UNION_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE BW-Data-Manager: Range Liste 20110107

Method _UNION_RANGES on class CL_RSDD_STATDATAUSAGE_SHOW has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740