cancel
Showing results for 
Search instead for 
Did you mean: 

Order Quantity

Former Member
0 Kudos

Dear All,

I have a scenario where it is mandaoty for us to bill a material for certain Qty and or multiples of it. For Example.

Minimum Qty

Products A = 10

I wanted to restrict the same in VA01 , so person have to enter either 10 or multiples of 10.

Pls. advise.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can control this with material master.you can specify minimum order qty as well as minimum delivery quantity.Also you can maintain rounding profile in sales org data.

If this doesn't work then use userexit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ and write the logic in the code

Reward points if useful

Regards,

Amrish Purohit

rmazzali
Active Contributor
0 Kudos

It'simple: use the rounding quantity field (delivery unit) in the material master of your product, view sales 1. nothing else needed.

reward if helpful

Roberto

Former Member
0 Kudos

Thanks Roberto for the your valuable input. I have already given the reward points.

But Half of the problem is yet to be solved. The logic works well with Sales Order creation : VA01 but the same in not working for Stock Transport Order. i.e ME21.

Thanks,

javed_ihsan
Active Participant
0 Kudos

Use user exit USEREXIT_CHECK_VBAP (Include MV45AFZB)

Regards

Javed