Ansicht
Dokumentation

QINT_GET_RFC_DATA - Call inspection result using RFC server

QINT_GET_RFC_DATA - Call inspection result using RFC server

ABAP Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This is the prototype for a measurement equipment driver that can be used to link the measurement equipment to results recording.

This module does not contain its own coding. It defines the interface for measurement equipment drivers and thus serves as an ideal model for generating an external RFC server.

The QM-IDI interface's data structures, which were designed for communicating with subsystems during inspection processing, were used for the driver.

Example

    DATA: MSG LIKE T100-TEXT.

    CALL FUNCTION 'QINT_GET_RFC_DATA'

         DESTINATION

             RFC_DEST

         TABLES

             T_QAIVCTAB = QAIVC

             T_QAIMVTAB = QAIMV

             T_QAISETAB = QAISE

             T_QAISRTAB = QAISR

             T_QAIMRTAB = QAIMR

          EXCEPTIONS

              SYSTEM_FAILURE        = 1 MESSAGE MSG

              COMMUNICATION_FAILURE = 2 MESSAGE MSG

              OTHERS                = 3.

Notes

You can create the download structures QAIVC and QAIMV using the data in results recording by calling function module QINT_FILL_DOWNLOAD_STRUCTURES. You can prepare the upload structures QAISE, QAISR and QAIMR by calling the function module QINT_FILL_UPLOAD_STRUCTURES. In this way, the task of the measurement equipment driver is reduced to entering the inspection result.

Further information

QM-IDI Interface (purchase order number 5001 3310)





Parameters

T_QAIMRTAB
T_QAIMVTAB
T_QAISETAB
T_QAISRTAB
T_QAIVCTAB

Exceptions

Function Group

QINT

ABAP Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3264 Date: 20240523 Time: 141430     sap01-206 ( 49 ms )