Menu

SAP Function Module QPL2_GET_LOTS_FOR_PHYS_SAMPLE

Selektion von Prüflosen zur Physischen Probe

The Function Module QPL2_GET_LOTS_FOR_PHYS_SAMPLE (Selektion von Prüflosen zur Physischen Probe) is a standard Function Module in SAP ERP and is part of the function group QPL2 within the package QL.

Technical Information

Function Module QPL2_GET_LOTS_FOR_PHYS_SAMPLE
Short Text Selektion von Prüflosen zur Physischen Probe
Function Group QPL2
Package QL
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DB_READS LIKE SY-DBCNT 1000 Maximale Zahl der zu lesenden Datensätze
I_KZ_STAT_TEXT LIKE QM00-QKZ 'X' Kz. Lesen Texte zur Statusverwaltung
I_PHYNR LIKE QPRS-PHYNR Nummer der Physischen Probe
I_VIEWNAME LIKE DD25D-VIEWNAME 'V_QALS_SEL' Selektionsview (minimale Felder PRUEFLOS, OBJNR)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DBCNT LIKE SY-DBCNT Anzahl gelesener Prüflose
E_SUBRC LIKE SY-SUBRC Returncode

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
E_QALS_TAB LIKE QALS_QAVE Ausgabetabelle mit Prüflosen

Exceptions

This function module does not define any Exceptions.