The Function Module WFCS_SIGNAL_GENERATE (Erzeugen synthetisches Zeitserienmuster für Testzwecke) is a standard Function Module in SAP ERP and is part of the function group WFCS_GENERAL within the package WFCS.
Function Module | WFCS_SIGNAL_GENERATE |
Short Text | Erzeugen synthetisches Zeitserienmuster für Testzwecke |
Function Group | WFCS_GENERAL |
Package | WFCS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_AMPLITUDE | TYPE | WFCS_QUANTITY | 0 | Amplitude für Periode |
PI_CONSTANT | TYPE | WFCS_QUANTITY | 10 | Konstante |
PI_DISPLAY | TYPE | WFCS_BOOLEAN | ' ' | Flag: Ergebnisse als ALV Liste anzeigen |
PI_GRADIENT | TYPE | WFCS_QUANTITY | 0 | Steigung |
PI_NOISE_ABSOLUT | TYPE | WFCS_QUANTITY | 0 | Absolutes Rauschen |
PI_NOISE_RELATIVE | TYPE | I | 0 | Relativrauschen zum Gesamtsignal in Prozent |
PI_NUMBER | LIKE | SY-TABIX | 12 | Anzahl Serienwerte |
PI_PERIOD | TYPE | WFCS_QUANTITY | 0 | Periode |
PI_PERIOD_OFFSET | TYPE | WFCS_QUANTITY | 0 | Phasenoffset in Perioden |
PI_SCATTER | TYPE | WFCS_BOOLEAN | ' ' | Flag: Stärkere Streuungen zulassen |
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 |
---|---|---|---|---|
TI_TIMEBUCKET | LIKE | WFCS_TIMEBUCKET | Struktur für Zeitserien: Timebuckets |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CALL_IN_PRODUCTIVE_MANDANT | Fehler: Aufruf im Produktivsystem |