Dear Experts,
i Have Requirement, Discount to be given based on material for the fixed quantity for each customer.
Example: Let us Consider Customer A buys - Material X -100 Quantity then 20% Discount will be given.He may give 100 quantity order for 1 time or 100 times. Discount will be given up to 100 quantity.After exceeding 100 quantity if order created for the same material then system should not propose discount. I tried in vk11 when maintain condition record for the Discount condition and maintained scales. Discount will be created when created order for 100 quantity. but when created order for 1 quantity system was not giving. Can we do this in Standard or any other way is there.
Thanks in Advance
Rakesh Rahul
Hi Rahul,
Per ur query it's understood that u wana give discount based on customer and material on scale basis.
I didn't get ur last point that is created order for 1.??
Please get back with more details So that you can get help.
Thanks
Hidayath
Rakesh,
Here's what I understood: you have a requirement where you give a discount of 20% for up to 100 units of an item. Once the customer buys a 100 units (regardless of the number of orders he places to get to the 100 units) the system should stop issuing a discount. Is this correct?
You can carry this out with cumulative values. Within a condition record, you have a field for max. condition base value. In this field, you can specify the max number of pieces or cases/ units are allowed before the condition is made inactive. Check out this link.
Note: condition update has to be active for the condition type in question for this to work.
Krishna
I don't think so that your requirement will be fulfilled using only condition record.
You can do is, Don't make this condition type as Mandatory in pricing procedure, secondly with the help of ABAPer write routine / requirement and assign this new requirement to condition type in pricing.
In your requirement you should add all quantity sold to the customer and if that is less than or equal to 100 then only populate this condition type else not.
if you search (maximum quantity in SD pricing), many people had same kind of requirement and that is fulfilled by using routine / requirement only. Check post # 3394720
Add a comment