SAP ABAP Function Module RSPC_GET_DEVIATION (Calculate duration deviation of a chain)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSPC (Package) Process Chains
Basic Data
Function Module RSPC_GET_DEVIATION Calculate duration deviation of a chain  
Function Group RSPC_BACKEND   Process Chains Backend Functions  
Program Name SAPLRSPC_BACKEND    
INCLUDE Name LRSPC_BACKENDU27    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_ACT_RUNTIME TYPE RSPC_RUNTIME Total running time of this log
Exporting E_AVG_RUNTIME TYPE RSPC_RUNTIME Average of the sum of the runtimes of the logs of the last 30 days
Exporting E_ACT_DELAYS TYPE RSPC_RUNTIME Total waiting time between the processes of this log
Exporting E_AVG_DELAYS TYPE RSPC_RUNTIME Average of the sum of the delays of the logs of the last 30 days
Exporting E_AVG_DEVIATION TYPE RSPC_RUNTIME Average deviation of the run times of the last 30 days
Exporting E_ACT_DEVIATION_PERC TYPE RSPC_PERCENT Deviation of the runtime of this log of the runt. of the logs of the last 30 T.
Exporting E_AVG_DEVIATION_PERC TYPE RSPC_PERCENT Average deviation of the run times of the last 30 days
Exporting E_AVG_SLOPE TYPE RSPC_RUNTIME Mean runtime change in seconds per day
Exporting E_USED_VALUES TYPE INT4 Number of runs to calculate the mean values
Exporting E_OUTLIERS TYPE INT4 Number of unaccounted outliers
Exporting E_T_RUNTIMES TYPE RSPC_T_RUNTIMES Runtimes on time axis: Considered values
Exporting E_T_OUTLIERS TYPE RSPC_T_RUNTIMES Runtimes on time axis: Rejected values
Importing I_CHAIN TYPE RSPC_CHAIN Process Chain
Importing I_LOGID TYPE RSPC_LOGID Log ID of a Process Chain Run
Importing I_USE TYPE INT4 30 Number of values ##to be analyzed
Importing I_BYPASS_CACHE TYPE RS_BOOL SPACE Do not use cache
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20110909 
SAP Release Created in 30A