Menu

SAP Function Module QEGO_RUN_CHART_FOR_QASE

Werteverlauf (Run-Chart) für quantitative Einzelergebnisse

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module QEGO_RUN_CHART_FOR_QASE (Werteverlauf (Run-Chart) für quantitative Einzelergebnisse) is a standard Function Module in SAP ERP and is part of the function group QEGO within the package QM01.

Technical Information

Function Module QEGO_RUN_CHART_FOR_QASE
Short Text Werteverlauf (Run-Chart) für quantitative Einzelergebnisse
Function Group QEGO
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_KTEXTMAT LIKE QALS-KTEXTMAT Beschreibung des Materials
I_KURZTEXT LIKE QAMV-KURZTEXT Beschreibung des Merkmals
I_MASSEINHSW3 LIKE QAMV-MASSEINHSW Einheit des Merkmals (internes Format)
I_MASSEINHSW6 LIKE QAMKR-MASSEINHSW Einheit des Merkmals (Anzeigeformat)
I_MERKNR LIKE QAMV-MERKNR Nummer des Merkmals im Vorgang
I_PAGE_SIZE TYPE I 20 Einträge je Seite bei Objektachse
I_SOLLWERT LIKE QAMV-SOLLWERT Sollwert / Nennmaß
I_SOLLWNI LIKE QAMV-SOLLWNI Sollwert / Nennmaß aktiv ('X'-ja)
I_STELLEN LIKE QAMV-STELLEN Anzahl Nachkommastellen
I_TIME_AXIS LIKE QM00-QKZ Erstaufruf mit Zeitachse ('X'-ja)
I_TOLERANZOB LIKE QAMV-TOLERANZOB oberer Grenzwert
I_TOLERANZUN LIKE QAMV-TOLERANZUN unterer Grenzwert
I_TOLOBNI LIKE QAMV-TOLOBNI oberer Grenzwert aktiv ('X'-ja)
I_TOLUNNI LIKE QAMV-TOLUNNI unterer Grenzwert aktiv ('X'-ja)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_GRAPHICS_STILL_ACTIVE LIKE QM00-QKZ Die Grafik ist noch aktiv ('X'-ja)

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_QASERTAB LIKE QASER numerische Urwerte 2.Variante
T_QASETAB LIKE QASE numerische Urwerte 1.Variante

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INCONSISTENT_DATA Inkonsistente Daten
MISSING_DATA Fehlende Daten
PROGRAMMING_ERROR Unvorhergesehener Programmfehler