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 |
|---|---|---|---|---|---|---|---|
| |
E_ACT_RUNTIME | TYPE | RSPC_RUNTIME | Total running time of this log | |||
| |
E_AVG_RUNTIME | TYPE | RSPC_RUNTIME | Average of the sum of the runtimes of the logs of the last 30 days | |||
| |
E_ACT_DELAYS | TYPE | RSPC_RUNTIME | Total waiting time between the processes of this log | |||
| |
E_AVG_DELAYS | TYPE | RSPC_RUNTIME | Average of the sum of the delays of the logs of the last 30 days | |||
| |
E_AVG_DEVIATION | TYPE | RSPC_RUNTIME | Average deviation of the run times of the last 30 days | |||
| |
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. | |||
| |
E_AVG_DEVIATION_PERC | TYPE | RSPC_PERCENT | Average deviation of the run times of the last 30 days | |||
| |
E_AVG_SLOPE | TYPE | RSPC_RUNTIME | Mean runtime change in seconds per day | |||
| |
E_USED_VALUES | TYPE | INT4 | Number of runs to calculate the mean values | |||
| |
E_OUTLIERS | TYPE | INT4 | Number of unaccounted outliers | |||
| |
E_T_RUNTIMES | TYPE | RSPC_T_RUNTIMES | Runtimes on time axis: Considered values | |||
| |
E_T_OUTLIERS | TYPE | RSPC_T_RUNTIMES | Runtimes on time axis: Rejected values | |||
| |
I_CHAIN | TYPE | RSPC_CHAIN | Process Chain | |||
| |
I_LOGID | TYPE | RSPC_LOGID | Log ID of a Process Chain Run | |||
| |
I_USE | TYPE | INT4 | 30 | Number of values ##to be analyzed | ||
| |
I_BYPASS_CACHE | TYPE | RS_BOOL | SPACE | Do not use cache | ||
Processing Type
| Normal Function 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 |