cancel
Showing results for 
Search instead for 
Did you mean: 

Minimum and maximum quantities in sales order

Former Member
0 Kudos

Hello friends,

Can anyone tell me how to maintain minimum quantity in sales order, (Not Minimum order quantity of material master) as only maximum (target) quantity is maintainable in sales order at Item level? So after this development in sales order, one can enter two quantities (minimum and maximum) so that sale can be done between this quantity range.

I know this is not possible without exits or developments, but please tell if someone has came across the same scenario which exits used by you.

Thanks in advance

Warm regards

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Min/Max quantity by sales order line items, but not by material?

You can have your abapper code the Additional Data B screen user exits at the line item level. You will add two quantity fields - min qty and max qty. You will also have to code USEREXIT_CHECK_VBAP to enforce the rule that order quantity is between the limits.