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 QLCO_CONFIRM_OPERATION (Rückmelden Leistungsarten zu einem QM-Vorgang) is a standard Function Module in SAP ERP and is part of the function group QLCO within the package QL.
Function Module | QLCO_CONFIRM_OPERATION |
Short Text | Rückmelden Leistungsarten zu einem QM-Vorgang |
Function Group | QLCO |
Package | QL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AUFNR_CO | LIKE | QALS-AUFNR_CO | Order number of the CO order for account assignment | |
I_AUFPL | LIKE | QALS-AUFPL | Key number for operation and sequence | |
I_KZ_SONDAUF | LIKE | QALS-STAT06 | Ind. individual order for the lot | |
I_OPTIONAL | LIKE | QM00-QKZ | SPACE | Access only if no previous processing |
I_PLNFL | LIKE | QAPO-PLNFL | Sequence number | |
I_QALS | LIKE | QALS | SPACE | Inspection lot (for display) |
I_VORNR | LIKE | QAPO-VORNR | Operation number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_UPD_FLAG | LIKE | QM00-QKZ | Ind. change to database required |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_IN_CONFIRMATION | General error exit for the confirmation |
NO_CONF_REQUIRED | Confirmation not possible |