Menu

SAP Function Module QEGR_HISTOGRAM_FOR_QASE

Histogram for Quantitative Single Results

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module QEGR_HISTOGRAM_FOR_QASE (Histogram for Quantitative Single Results) is a standard Function Module in SAP ERP and is part of the function group QEGR within the package QM01.

Technical Information

Function Module QEGR_HISTOGRAM_FOR_QASE
Short Text Histogram for Quantitative Single Results
Function Group QEGR
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 Description of the material
I_KURZTEXT LIKE QAMV-KURZTEXT Description of the characteristic
I_MASSEINHSW3 LIKE QAMV-MASSEINHSW Characteristic unit (internal format)
I_MASSEINHSW6 LIKE QAMKR-MASSEINHSW Characteristic unit (display format)
I_MERKNR LIKE QAMV-MERKNR Characteristic number in the operation
I_SCALING TYPE QEGR_SCALING 'P' Presentation (A-absolute, P-percentage, R-relative)
I_SOLLWERT LIKE QAMV-SOLLWERT Target value/ nominal value
I_SOLLWNI LIKE QAMV-SOLLWNI Target value/ nominal value active ('X'-yes)
I_STELLEN LIKE QAMV-STELLEN Number of decimal places
I_TOLERANZOB LIKE QAMV-TOLERANZOB Upper specification limit
I_TOLERANZUN LIKE QAMV-TOLERANZUN Lower specification limit
I_TOLOBNI LIKE QAMV-TOLOBNI Upper specification limit active ('X'-yes)
I_TOLUNNI LIKE QAMV-TOLUNNI Lower specification limit active ('X'-yes)

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 Graphic is still active ('X' - yes)

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 Numerical original value 2nd variant
T_QASETAB LIKE QASE Numerical original value 1st variant

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INCONSISTENT_DATA Inconsistent data
MISSING_DATA Missing data
PROGRAMMING_ERROR Unforseen programming error