cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_INSPOPER_RECORDRESULTS is updating incorrect entries in QAMR table

rahul_kamble2
Participant
0 Kudos

Hello,

I am haaving 2 Calculated CHARs along with other Inspection Chars in the Operation.

CHAR 130 is a Constant Formula as 5

CHAR 135 is a calculated Formula as C00130 .i.e. Arithmatic Mean for CHAR 130.

for CHAR 135 -data origin is set as "PREVIOUS_INSPECTION_LOT" so for CHAR 135 it will not calculate the formula and

it will copy the results during LOT MAINTAINANCE copy.

I am using BAPI BAPI_INSPOPER_RECORDRESULTS to update the evaluated formula for Inspection CHAR 130.

when i am using this BAPI its inserting the CHAR 130 in QAMR & QASR table .

QASR/QAMR tables gets update with CHAR 130 entry added with Status "5".

but in QAMR table CHAR 135 is also getting updated and status is set to "2" as Processed.

due to which Usage Decision is not happening.

can you please help me on why BAPI is Updating CHAR 135 even though we are not passing it to BAPI Function.

Thanks,

Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Here i will suggest you that u will take the help of an ABAP'r, bcoz data migration from one lot to another is seperate std while when u using the BAPI there will be one field related to status which u need to debug with the help of an ABAPr. in that particular CHAR 135.

Regards