Hi All,
I am using BAPI_INSPOPER_RECORDRESULTS to record inspection results.
Transaction code (QE01)
I am filling the following parameters in BAPI --
Import -
INSPLOT = 1234567
INSPOPER = 0010
Tables
CHAR_RESULTS-INSPLOT = 1234567
CHAR_RESULTS-INSPOPER = 0010
CHAR_RESULTS-INSPCHAR = 0030
CHAR_RESULTS-CLOSED = X
CHAR_RESULTS-MEAN_VALUE = 5.345
CHAR_RESULTS-ORIGINAL_INPUT = 5.345
Now what happens is that the result is getting updated but the original input is not getting updated in QAMR table.
In QAMR table Original Value is empty.
Any idea ?
Regards,
Rahul