cancel
Showing results for 
Search instead for 
Did you mean: 

Max quantity of material at sales order

Former Member
0 Kudos

Dear gurus,

I need to set a max quantity of materials when creating a sales order, in order a user can not add more than permitted amounts of material.

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Hi,

It looks there is no standard functionality available to set the maximum limit for a customer/material in the sales order.

However you can try using user exit userexit_save_document_prepare in include MV45AFZZ.

You may need to use Z-table to enter the maximum value for material/customer level.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

I need to set a max quantity of materials when creating a sales order, in order a user can not add more than permitted amounts of material.

I can't think of any business situation where the requirement makes sense.

Your users should know what quantity they should enter or have be disciplined for sabotage!!

Validations are useful to avoid mistakes, but is that really a mistake?

IMHO you should first challenge the requirement to check if makes sense.

Regards,

Franck

Former Member
0 Kudos

Hi !

I didn't see any option to limit maximum order quantity but you can restrict the maximum number of quantity by setting credit limit, so that if user try to create order for more then value of mterial numbers, system will not allow.

Thanks

Raj