Hi all,
I am trying to use BAPI_INSPOPER_RECORDRESULTS for result recording.
I am entering the Insp lot no and insp operation as well.
Under CHAR_RESULTS, I am entering the following:
INSPLOT = '030000003800', INSPOPER = '0010' , INSPCHAR = '0010', CLOSED = 'X', EVALUATED = 'X', EVALUATION = 'A',MEAN_VALUE = 914.5.
The SAMPLE_RESULTS table is blank.
Under SINGLE_RESULTS, I am entering the following:
INSPLOT = '030000003800', INSPOPER = '0010', INSPCHAR = '0010', RES_NO = '0001', RES_VALUE = 914.5.
However, I am getting an error 'The inspected sample size does not correspond to the planned sample size' on executing the BAPI with these values.
Can anyone tell me what is wrong? Am I missing out any parameter or entering any wrong values?Kindly help.