cancel
Showing results for 
Search instead for 
Did you mean: 

Diff price for same material

Former Member
0 Kudos

Hi

   I want one price for first 10 customers in a sales order And diff price for rest.Is their any solution for it ?

With Regards

Sabyasachi Nayak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sabyasachi,

Do you mean that you want to give a discount to the first ten customers to order, and then you want any orders after that to have regular pricing?

If that's the case, and if this is going to be a one-time event, I would just keep track of it manually and apply a manual discount to each of the first ten orders.

If you want to do this repeatedly, say on a periodic basis or whenever you have a new material, you might need some sophisticated ABAP coding to make it happen. It would be a lot easier to automate if you defined a specific period of time that the promotional price or discount was available.


If you absolutely have to do it for the first ten orders, I would keep track of it manually if at all possible.

Hope this helps.

Glenn

former_member182378
Active Contributor
0 Kudos

Glenn,

Your post "mixes" first ten customers with first ten orders.

Condition update functionality might fit this requirement.

TW

Former Member
0 Kudos

Ah, I wasn't aware of the condition update functionality:

http://sd.sapland.com/2011/10/resap-log-sd-condition-update-vs-scales.html

Yes, that sounds like a good match if it's first 10 orders and not first 10 customers.

Thanks TW!

Glenn

former_member182378
Active Contributor
0 Kudos

Sabyasachi,

Please explain

first 10 customers in a sales order

The theory of SD pricing will give you the answers (pricing + condition technique)

TW