cancel
Showing results for 
Search instead for 
Did you mean: 

process Sales Order based on minimum order

Former Member
0 Kudos

Hi Sap gurus,

Can any one Help me Out regarding How the System should have capability to process Sales Order based on minimum order quantity and minimum order value and How we will map In sap

Thanks

Points will rewards

Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

for minimum order value you have to do following changes

You could use condition record AMIW for this.

AMIW condition type has access K020.

Include the two condition types in your pricing procedure as follows

For condition AMIW

Stat: X

SubTl: D

Reqt: 2

Basval: 2

For condition AMIZ

Reqt: 2

CalTyp: 013

Acctkey: ERS

Create condition record for AMIW for your sales order value as $ 100.

Once you create a sales and if value is less than $ 100, system would automatically propose value as $ 100.

Regards

Vishal

Answers (4)

Answers (4)

safeer_rahman2
Contributor
0 Kudos

HI rajesh...

Goto the material master (MM02) and in MRP1 tab you can find that Minimum lot size and maxium lot size through which you can restrict the size or the no of line items to be intered in the sales order..

INcase if you want to have this check at the item category level then you have to do the settings in VOV7 , under the general category you can click on the check box.

HOpe this is somewhat informative...

Thanks,

Safeer Rahman

Former Member
0 Kudos

Hi,

We can set the control for Min order quantity in the Sales org1 view. Like wise we can control min order value also.

For that we have to use two condition types AMIW & AMIZ.

AMIW is min order value, where as AMIZ is min ord surcharge

Let's say AMIW value is 50,000.If the order value is less than 50,000 then AMIZ comes into picture.Amiz compares the automatically determined order value and AMIW value.The difference of those two values Amiz takes as surcharge and it overwrites the automatically determined order value with this value.

Like wise we can maintain min order value also by using this two cond types.

In the pricing procedure

subtotal req Altcal Altcond+bv

AMIW D

AMIZ 2 13

Award me points if u satisfy

Thanks,

Sudheer

Former Member
0 Kudos

Hi,

minimum order quantity will be maintained in material master whereas minimum order value can be maintained by using AMIW and AMIZ condition types..

hope it helps..

regards..

yogi...

Former Member
0 Kudos

Dear Rajesh,

Minimum Order Quantity can be maintained in Material Master Data (MM01 / MM02).

Regards,

Rajesh Banka