Standard SAP has the capability to perform calculations using MIC results from within the SAME inspection operation. The formula definition is constructed using the formula parameters defined in config. E.g. A00010 + A00020 (measured value of char 0010 + measured value of char 0020).
I have a requirement to define a calculation formula that will get results for MICs that are assigned to DIFFERENT inspection operations. A quick Google search reveals this is possible using the enhancement QPAA0001 which contains four FM's
· EXIT_SAPLCQBM_001: Customer Exit When Checking Formula in CQ_BM_QSS_CONSISTENCY
· EXIT_SAPLCQCL_002: Customer-Specific Formula Checks in Inspection Characteristic
EXIT_SAPLQEEM_001: Customer Function for Calculating Formulas in Results Record
EXIT_SAPLQPAA_001: Customer Function for Formula Testing in SAPLQPAA
What I need to know is how to structure the formula to point to the relevant MICs in the specific operations required by the formula.
For e.g. CALC_MIC (operation 0030) = A00010 (operation 0020) + A00020 (operation 0050)
Does anybody have experience in defining formula's that reference MICs in different operations?
Thanks for your help :-)