Ansicht
Dokumentation

QINT_PREPARE_QAISE - Prepare upload structure QAISE

QINT_PREPARE_QAISE - Prepare upload structure QAISE

General Data in Customer Master   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module prepares the confirmation of single results in results recording using the QM-IDI interface's data structures.

On the basis of the filled specification structures for operations and characteristics (QAIVC and QAIMV), the system creates a confirmation record and appends it to table QAISE. In the process, the system fills in important fields such as record type, confirmation number, sample number, part number and serial number.

The item number and serial number cancel each other out. If both fields are filled, the serial number is selected.

Example

    CALL FUNCTION 'QINT_PREPARE_QAISE'

         EXPORTING

             I_QAIVC    = QAIVC

             I_QAIMV    = QAIMV

             I_PROBENR  = SAMPLE NUMBER

             I_STUECKNR = PART NUMBER

             I_SERIALNR = SERIAL NUMBER

         TABLES

             T_QAISETAB = QAISE

             T_QIERRTAB = QIERR.

Notes

You can fill the specification structures for operations and characteristics by calling the function module QINT_FILL_DOWNLOAD_STRUCTURES. You can transfer the single results records that have been supplemented with inspection results to results recording by calling the function module QINT_PUT_ORIGINAL_VALUES.

Further information

QM-IDI interface (purchase order number 50013310)





Parameters

I_PROBENR
I_QAIMV
I_QAIVC
I_SERIALNR
I_STUECKNR
T_QAISETAB
T_QIERRTAB

Exceptions

Function Group

QINT

CPI1466 during Backup   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 2682 Date: 20240523 Time: 130610     sap01-206 ( 36 ms )