cancel
Showing results for 
Search instead for 
Did you mean: 

Keeping results out of control charts

Former Member
0 Kudos

Hello All,

We have developed a custom program to record results using BAPI_INSPOPER_RECORDRESULTS. Unfortunately it does not support Force Close of results. In other words we cannot close results with blank values through this BAPI.

As a workaround we are passing -9999 as the result value for MIC which we do not want to record. The issue is that this is being taken in control charts as a valid value. We want to exclude the same from control charts. Any ideas or alternatives on solution design? Appreciate your responses.

Thanks,

VG

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

IF your all MIC's are required one then system BAPI is correct its place, it wont allow you to record the blank value results. if you want to force close the MIC's keep the MIC's as optional for results.

Regards