Menu

SAP Function Module QRKD_CONTROL_CHART

Call-up of a quality control chart

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 QRKD_CONTROL_CHART (Call-up of a quality control chart) is a standard Function Module in SAP ERP and is part of the function group QRKD within the package QM01.

Technical Information

Function Module QRKD_CONTROL_CHART
Short Text Call-up of a quality control chart
Function Group QRKD
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_DISPLAY_MODE LIKE QM00-QKZ Call up with display authorization only ('X' - yes)
I_NEW_STATUS LIKE QASH-STATUS New status to be set for the control chart
I_NO_GRAPHICS LIKE QM00-QKZ Call without graphic ('X' - yes)
I_QRKNR LIKE QASH-QRKNR Control chart number
I_STRUCTURE_OF_RESULTS LIKE DDINFO-DDNAME Structure of transferred inspection results

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COMMIT_WORK LIKE QM00-QKZ Data was changed ('X' - yes)
E_CONTROL_CHART_ACTIVE LIKE QM00-QKZ The 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_RESULTSTAB LIKE Inspection results

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FOREIGN_LOCK Control chart locked by another transaction
INVALID_STRUCTURE Structure of the inspection results not permitted
NO_AUTHORIZATION Missing SPC authorization
NO_ENTRY_IN_QASH Control chart does not exist
NO_ENTRY_IN_QAST Control chart track does exist
NO_ENTRY_IN_QPSH Master data does not exist for control chart
NO_ENTRY_IN_QPST Master data for the tracks does not exist
PROGRAMMING_ERROR Program error