Menu

SAP Function Module QRKT_EWMA_2_SW

Algorithmen zur EWMA-Mittelwertkarte (Eingriffsgrenzen auf Basis Sollwert)

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

The Function Module QRKT_EWMA_2_SW (Algorithmen zur EWMA-Mittelwertkarte (Eingriffsgrenzen auf Basis Sollwert)) is a standard Function Module in SAP ERP and is part of the function group QRKT within the package QM01.

Technical Information

Function Module QRKT_EWMA_2_SW
Short Text Algorithmen zur EWMA-Mittelwertkarte (Eingriffsgrenzen auf Basis Sollwert)
Function Group QRKT
Package QM01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CALCULATE_LIMITS LIKE QM00-QKZ Regelgrenzen berechnen
I_FPAR1 LIKE QPST-FPAR1 Verteilungsfunktion an oberer Eingriffsgrenze
I_FPAR2 LIKE QPST-FPAR2 Verteilungsfunktion an oberer Warngrenze
I_FPAR3 LIKE QPST-FPAR3 Verteilungsfunktion an unterer Warngrenze
I_FPAR4 LIKE QPST-FPAR4 Verteilungsfunktion an unterer Eingriffsgrenze
I_IPAR1 LIKE QPST-IPAR1 Faktor für Vergangenheitswert
I_IPAR2 LIKE QPST-IPAR2 Faktor für aktuelle Stichprobe
I_QASH LIKE QASH Bewegungsdaten der Qualitätsregelkarte
I_QAST LIKE QAST Spur der Qualitätsregelkarte
I_QPSH LIKE QPSH Stammdaten der Qualitätsregelkarte
I_STRUCTURE_OF_RESULTS LIKE DDINFO-DDNAME Struktur der übergebenen Ergebnisse

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_LIMITRC LIKE SY-SUBRC Neuberechnung der Regelgrenzen (0-nein, 4-ja)
E_QAST LIKE QAST Spur der Qualitätsregelkarte
E_TESTSRC LIKE SY-SUBRC Annahmeprfg. (01-OEG verletzt, 02-UEG verletzt)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_RESULTSTAB LIKE Ergebnisse (Rohdaten)
T_SPURTAB LIKE QRKSPURPOS Spurdaten

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
COMPUTING_ERROR Fehler bei Berechnung der Grenzen
INVALID_STRUCTURE Struktur nicht zugelassen
MASTER_DATA_ERROR Fehler in den Stammdaten
MISSING_DATA Keine oder zu wenig Daten zur Berechnung
PROGRAMMING_ERROR Programmfehler