Menu

SAP Function Module QEGO_HISTOGRAM_FOR_QGMK

Histogramm für quantitative Mittelwerte

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module QEGO_HISTOGRAM_FOR_QGMK (Histogramm für quantitative Mittelwerte) 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_HISTOGRAM_FOR_QGMK
Short Text Histogramm für quantitative Mittelwerte
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_SCALING TYPE QEGR_SCALING 'P' Darstellung (A-absolut, P-prozentual, R-relativ)
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_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_QAMKRTAB LIKE QAMKR numerische Mittelwerte 2.Variante
T_QGMKTAB LIKE QGMK numerische Mittelwerte 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