cancel
Showing results for 
Search instead for 
Did you mean: 

miminum order quatity - gurus

Former Member
0 Kudos

Hi friends

please some one can help me to adding surcharge to the order for minimum order quantity.

Any body has done this before? I think this is standard sap functionality.

Please help me with this scenario.

My scenario:

if the total qauntityof 3 material categories less than 20(quantity)

$ 50 surcharge has to apply to the order for all the customers.

how to accomplish this.

Thanks

Kris

View Entire Topic
Former Member
0 Kudos

Hello

You may create a minimum value for each order using condition type AMIW.

If the value in the order header falls short of this minimum order value during pricing, the system will copy it as the net order value automatically.

The minimum order value is a statistical condition & Condition type AMIW is a group condition and is divided among the different items according to value.

Calculation formula 13 is assigned to condition type AMIZ in the pricing procedure. This calculates the minimum value surcharge by subtracting the net item value from minimum order value AMIW.

There is one more ,& it's the condition type PMIN, but you don't need it , it's for a 'material' & not for an 'order'.

here's an example

customer buys stuff = 160 rupees

you want to make this order =200 rupees = which is the AMIW

make amiz = 40

NET VALUE = 200 RUPEES

<a href="http://i168.photobucket.com/albums/u200/masarada/sap.jpg">Please check this example</a>

Hope this helps

Former Member
0 Kudos

Hi shovon

I appreciate your help.

So according to you I can not maitain minimum order quantity and all I have to use minimum value order.

Is it the right statement?

Please correct me if I am wrong.

Thanks

Kris

Former Member
0 Kudos

Hi Friends

Please some one can help me on this issue.

Thanks

kris

Former Member
0 Kudos

Hello

If this is the case, try using the 'tracking cumulative values'.You can set limits here and thus you can set a maximum condition value,condition base value,or number of orders for a condition. But then again these are all threshold limits , thus on the upper side.[T-code vk11.]

I have done a search but a 'minimum' quantity condition type was not yielded. Maybe this then asks for an user exit....or someone else here ?

Kind Regards

Former Member
0 Kudos

Hi shovon

Thanks for your ideas, any body any suggestions?

Thanks

Kris