Menu

SAP Function Module QEEM_FETCH_LAST_QASPTAB

Holen der Stichprobentabelle

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module QEEM_FETCH_LAST_QASPTAB (Holen der Stichprobentabelle) is a standard Function Module in SAP ERP and is part of the function group QEEM within the package QE.

Technical Information

Function Module QEEM_FETCH_LAST_QASPTAB
Short Text Holen der Stichprobentabelle
Function Group QEEM
Package QE
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_MERKNR LIKE QAMKR-MERKNR Merkmalsnummer
I_NODBREAD LIKE QM00-QKZ SPACE X' - Daten nicht in Datenbank nachlesen
I_PROBENR LIKE QASPR-PROBENR '000000' Stichprobennummer
I_PRUEFLOS LIKE QALS-PRUEFLOS Prüflosnummer
I_VORGLFNR LIKE QAPO-VORGLFNR '00000000' Laufende Knotenummer

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_QASPR LIKE QASPR Probenstruktur

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
T_QASPTAB LIKE QASPR Probentabelle

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_INSPECTION_LOT Prüflos nicht vorhanden
QAMKTAB_EMPTY Merkmalstabelle ist leer
QASPTAB_EMPTY Probentabelle ist leer