The Function Module QPL2_CHECK_LOT_FOR_BATCH (Prüfen, ob zu einer Charge mindestens ein Prüflos existiert) is a standard Function Module in SAP ERP and is part of the function group QPL2 within the package QL.
Function Module | QPL2_CHECK_LOT_FOR_BATCH |
Short Text | Prüfen, ob zu einer Charge mindestens ein Prüflos existiert |
Function Group | QPL2 |
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 | LIKE | QALS-AUFNR | Auftragsnummer | |
I_CHARG | LIKE | QALS-CHARG | Charge | |
I_MATNR | LIKE | QALS-MATNR | Material | |
I_WERK | LIKE | QALS-WERK | Werk |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_X_LOT_EXISTS | LIKE | QM00-QKZ | Kennzeichen, ob Prüflos verhanden ist |
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 |
---|---|
INCONSISTENT_PARAMETERS | Inkonsistente bzw. nicht ausreichende Parameter |
INTERNAL_ERROR | Interner Programmfehler |