cancel
Showing results for 
Search instead for 
Did you mean: 

Percentage Discount Based on Order Qty

arindamsur
Participant
0 Kudos

Dear All,

I have a requirement where percentage discount on price will be given based Order Qty.

The problem is Condition value picked beyond set limit (Ex 100 Qty)

Example:

Up to 100 Order Qty 5% discount on net price.

I have done following customization

Condition record maintained at two level

Sales Org/Distribution Channel/Division/Customer

Sales Org/Distribution Channel/Division

Percentage Discount Condition Type Created with Scale Settings

Scale Basis - C Quantity Scale

Check Value - B Ascending

Scale Type - B To Scale

View Entire Topic
sreemohan
Active Participant
0 Kudos

Hi Arindam,

I think with the standard settings its not possible to meet your requirement.Because it seems that the expectation here is to offer discount in '%' upto a certain limited quantities, and when the scale quantity limits are exceeded, then it becomes a fixed value. Perhaps the other possibilities would be to set up the condition records with the above settings and then make use of the user exits and write a small logic to limit the maximum allowed discount value in the sales order. This means that the program should read the values determined by the condition record and then replace the value with the limited value, if it exceeds the actual discount.

Thanks and regards

Sreemohan

arindamsur
Participant

Hi Sreemohan,

Before take ABAP help, I am just checking that if I achieve this requirement only through customization.

I am also thinking in the same way. Coding also need to check existing order qty to decide whether current order reach maximum limit or not.

Anyway Thanks For Reply.