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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kris,

You can try condition type KP01 - incomplete pallet surcharge.

If the order quantity is less than the pallet quantity then this surcharge is applicable.

I think this will suit your need. If required create a seperate access for this condition type to suit your need.

Reward points if helpful

Regards

S Pradeep

Former Member
0 Kudos

Hi

I checked KP01, but nothing is there. I can't use this for Minimum order surcharge.

Any help from any body.

Thanks

Kris

Former Member
0 Kudos

Hello

So it seems that Condition types can not be used here. Logically they are prices and should not be thus delaing with quantities.

Please go through the post [ ] , posted by Mr. SIVASUBRAMANIAM , Posted: May 29, 2007 10:05 AM . I place that snippet here.

++++++++++++++++++++++++++++++++++++

Do u mean minimum order quantity? This is in material master sales view.

++++++++++++++++++++++++++++++++++++

http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f68b545a11d1a7020000e829fd11/frameset.htm

Hope this helps.

Kind Regards