Menu

SAP Function Module QINT_FILL_DOWNLOAD_STRUCT_2

Fill download structures QAIVC and QAIMV (new method)

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 QINT_FILL_DOWNLOAD_STRUCT_2 (Fill download structures QAIVC and QAIMV (new method)) is a standard Function Module in SAP ERP and is part of the function group QINT within the package QEIF.

Technical Information

Function Module QINT_FILL_DOWNLOAD_STRUCT_2
Short Text Fill download structures QAIVC and QAIMV (new method)
Function Group QINT
Package QEIF
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_IND_EVALUATE_CHARACTERISTIC LIKE QM00-QKZ SPACE Indicator: transfer valuation specifications (input)
I_IND_READ_PURCHASING_INFO LIKE QM00-QKZ SPACE Indicator: enter info fields for purchasing (input)
I_IND_READ_SALES_INFO LIKE QM00-QKZ SPACE Indicator: enter info fields for SD (input)
I_IND_READ_VENDOR_AND_PRODUCER LIKE QM00-QKZ SPACE Indicator: enter fields for manufacturer and vendor
I_IND_READ_WORK_CENTER LIKE QM00-QKZ SPACE Indicator: enter fields for work center (input)
I_IND_TRANSFER_CHAR_CODES LIKE QM00-QKZ SPACE Indicator: transfer characteristic catalogs (input)
I_PROBENR LIKE QAISE-PROBENR Sample number (input)
I_QAKLR LIKE QAKLR SPACE Current class (input)
I_QALS LIKE QALS Inspection lot (input)
I_QAMKR LIKE QAMKR Current characteristic (input)
I_QAPO LIKE QAPO Operation (input)
I_QASER LIKE QASER SPACE Current individual result (input)
I_QASPR LIKE QASPR SPACE Current sample (input)
I_SERIALNR LIKE QAISE-SERIALNR Serial number (input)
I_STUECKNR LIKE QAISE-STUECKNR Item number (input)

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_QAICATAB LIKE QAICA Characteristic catalogs (output)
T_QAIMVTAB LIKE QAIMV Characteristic specifications IDI
T_QAIVCTAB LIKE QAIVC Operation specifications IDI
T_QAKLTAB LIKE QAKLR Table of all class confirmations (input)
T_QAMKRTAB LIKE QAMKR Table of all characteristic confirmations (input)
T_QASETAB LIKE QASER Table of all individual results (input)
T_QASPTAB LIKE QASPR Table of all sample confirmations (input)
T_QIERRTAB LIKE QIERR Error log (output)

Exceptions

This function module does not define any Exceptions.