I need help for the following scenario for my Quality Management SAP project
We have to two constants with us
Current Constant = 3 Amperes
Voltage constant = 200 Volts
I have only one input only which i give to the system
(This changes from time to time (range is vast from 2.1 to 100.9)
Input
Variable current = 4 Amperes
Calculations
Variable Voltage = (3/4)^2 * 200 = 112 Volts
Variable wattage = (3/4)^3 * 200 = 62 W
Output should be in the form of MICs, which should be generated automatically based on variable current input
(and not through QS21)
Tolerance band should be +/- 10%
Output required
MIC1
Name - Variable Voltage
Type - Quantitative
Status - Released
Target Value - 112
Lower limit - 102
Upper limit - 122
MIC2
Name - Variable wattage
Type - Quantitative
Status - Released
Target Value - 62
Lower limit - 56
Upper limit - 68
Please let me know, on how to create the MICs automatically with input of variable current?
Should I use a formula or a user exit and if so, how?
Also, please reply if you need further details