2011 Mar 10 12:01 PM
Hello,
I have a item level condition type ZMAT. This condition type will be applicable when you order a material XXX with qty 5 and there will be 10% discount. Suppose we create an order with material XXX and qty 3, still this condition type ZMAT is appearing in condition tab with amount the discount amount as ZERO.
I don't want to appear this condition type in case if the material XXX is having qty less then 5 in an order. Please help me how to fix this issue.
Thanks,
Shreekant
2011 Mar 10 12:50 PM
In your pricing routine, check if qty is less than 5 then set sy-subrc = 4.