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 QTLS_PARTIAL_LOT_SHOW (Display partial lot in window) is a standard Function Module in SAP ERP and is part of the function group QTLS within the package QL.
Function Module | QTLS_PARTIAL_LOT_SHOW |
Short Text | Display partial lot in window |
Function Group | QTLS |
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_QALS | LIKE | QALS | Inspection lot | |
I_QALT | LIKE | QALT | Partial lot | |
I_QALT_UD | LIKE | QALT_UD | Partial lot incl. UD and sample data | |
I_QAVT | LIKE | QAVT | Partial lot- UD | |
I_STARTING_AT_X | LIKE | SY-WINX1 | 0 | Upper left hand corner, x-coordinate |
I_STARTING_AT_Y | LIKE | SY-WINY1 | 1 | Upper left hand corner, y-coordinate |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.