Menu

SAP Function Module QPL1_LOT_GET_BY_TABIX_NO

Holen eines Prüflossatzes aus dem Memory per TABIX-Nr.

The Function Module QPL1_LOT_GET_BY_TABIX_NO (Holen eines Prüflossatzes aus dem Memory per TABIX-Nr.) is a standard Function Module in SAP ERP and is part of the function group QPL1 within the package QL.

Technical Information

Function Module QPL1_LOT_GET_BY_TABIX_NO
Short Text Holen eines Prüflossatzes aus dem Memory per TABIX-Nr.
Function Group QPL1
Package QL
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_TABIX LIKE SY-TABIX No. of table entry

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_QALS LIKE QALS Inspection lot record
E_UPDKZ LIKE QALSVB-UPSL Update-indicator

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
X_NO_ENTRY_IN_MEMORY Desired memory entry not available
X_TABIX_TOO_BIG I_TABIX is larger than the number of lines in the table
X_TABIX_TOO_SMALL I_TABIX is smaller or equal to 0