Menu

SAP Function Module QAPP_CUST_IP_PROPOSAL

Default for Inspection Point Identification in Results Recording

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 QAPP_CUST_IP_PROPOSAL (Default for Inspection Point Identification in Results Recording) is a standard Function Module in SAP ERP and is part of the function group QAPP within the package QLPP.

Technical Information

Function Module QAPP_CUST_IP_PROPOSAL
Short Text Default for Inspection Point Identification in Results Recording
Function Group QAPP
Package QLPP
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_QALS LIKE QALS Inspection Lot
I_QAPPD LIKE QAPPD Current Inspection Point
I_VORGLFNR LIKE QAPO-VORGLFNR Current Operation Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_EQUNR LIKE QAPP-EQUNR Equipment Number
E_PHYNR LIKE QAPP-PHYNR Number of Physical Sample
E_TPLNR LIKE QAPP-TPLNR Functional location
E_USERC1 LIKE QAPP-USERC1 User Field for 18 Characters
E_USERC2 LIKE QAPP-USERC2 User Field with 10 Characters
E_USERD1 LIKE QAPP-USERD1 User Field for Date
E_USERN1 LIKE QAPP-USERN1 User Field for 10 Digits
E_USERN2 LIKE QAPP-USERN2 User Field for 3 Digits
E_USERT1 LIKE QAPP-USERT1 User Field for Time

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_QAPO LIKE QAPO Operations for Inspection Lot
T_QAPP LIKE QAPP Inspection Points for Operation

Exceptions

This function module does not define any Exceptions.