The Function Module SAPWL_WORKLOAD_REBUI_WEEK_MON (SAP Workload: Wochen/Monats Summen anhand der Tagessummen aktualisieren) is a standard Function Module in SAP ERP and is part of the function group STUW within the package SAPWL_OLD_COLLECTOR.
Function Module | SAPWL_WORKLOAD_REBUI_WEEK_MON |
Short Text | SAP Workload: Wochen/Monats Summen anhand der Tagessummen aktualisieren |
Function Group | STUW |
Package | SAPWL_OLD_COLLECTOR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUILDDATE | LIKE | SY-DATUM | Startdatum für Perioden (Tag, Woche, Monat) | |
BUILD_MONTH | TYPE | C | Monatsverdichtung ausführen | |
BUILD_TOTAL | TYPE | C | Daten für TOTAL-Server erzeugen | |
BUILD_WEEK | TYPE | C | Wochenverdichtung ausführen |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INSTANCE_TBL | LIKE | SAPWLINSPP | SAP Workload: Instanzen mit Statistikparameter | |
MINUTES | LIKE | SAPWLSCPRO | SAP Workload: Statistic collector: Protokoll |
This function module does not define any Exceptions.