Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fill Field "MASCHINE" in Table QAISR with QIRF_GET_ALL_DATA_VALUES2

Former Member
0 Kudos

Hello,

I have a problem and I do not understand this.


I would like to report the function module QIRF_GET_ALL_DATA_VALUES2, the measured values of the inspection lot back.



CALL FUNCTION 'QIRF_GET_ALL_DATA_VALUES2'
             EXPORTING
               I_IND_EVALUATION_TRANSFER = 'X'
               I_IND_CLOSE_PROCESSING    = 'X'
               I_IND_PROC_COMMIT_WORK    = 'X'
               I_IND_POSTING_KZ          = 'X'
               I_SEND_PROTOCOL_MAIL      = ' '
               I_SUBSYS                  = 'QM0000'
             TABLES
               T_QAIMRTAB                = itQAIMR
               T_QIERRTAB                = itQIERRTAB
               T_QAISRTAB                = itQAISR
               T_QAISETAB                = itQAISE
             EXCEPTIONS
               NO_AUTHORITY              = 1
               OTHERS                    = 2.


itQAISR is filled in this form:


All Datas are in the table QASR, only the data from field MASCHINE is missing.


Does anyone have any idea what the problem could be?


Best Regards,


Ulrike



1 REPLY 1

Former Member
0 Kudos

Hello,

I debug my way through the program.

With the function " QEEM_INT_SAMPLE_RECORDING " I do not understand something.

It call a form with Modus = 1:
* Merkmalsvorgaben gegen Modus abgleichen
   PERFORM PRUEFE_MERKMALSDATEN USING I_SATZTYP  1 "Modus
                                      L_MK_WA
                             CHANGING L_RC.

But Why?


In this form is Modus 1 =

* Merkmal gemäß Modus prüfen - Check characteristic according to mode  
CASE P_MODUS.
     WHEN 1.
*     nur summarische Rückmeldung  - only summary feedback

But my characteristic is marked with Single Results.


Why is the mode fixed?


Best Regards,


Ulrike