I have a requirement to ensure that one of two pricing conditions is always populated on a sales order.
here is the scenario
Condiition type ZFA1 & condition type ZFA2 are similar discounts but oneis fixed and one is based on gross weight
ZFA1 REFERENCES ANOTHER condition type ZFH1
ZFA2 REFERENCES ANOTHER condition type ZFH2
Both ZFA1 & ZFA2 are ticked mandatory in the price procedure to ensure that if no condition records are maintained in VK11, that the incompletion log contains the items. Problem is, i only need one or the other to be populated on the order. With the current ticked mandatory setitngs, i am getting price warning "Mandatory condition xxx is missing"
This warning only appears on the initial evaluation on the price procedure...once procedure goes through exclusion procedure, the warning no longer appears, but i do not want users getting this warning. So long as one or the other is found, order is OK.
Any suggestions? I have found i could un-tick mandatory and the warning goes away but this leaves open possibility that if neither ZFA OR ZFA2 is found, the order is still complete.