cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict the system to create the delivery for certain quantity

Former Member
0 Kudos

Dear All,

Can we able to restrict the system for the creation of delivery for some quantity.

For example

We have created the sales order for 100 quantity.

Now we want that at the time of delivery creation system must restrict to some quantity (say only 5 qty not more than that)

looking for your reply.

Regards

Pawan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pawan,

Yes, we can restrict the system for the creation of delivery for some quantity.

This can happen at material master level, in sales org data> Quantity Stipulation tab>Min order quantity and Min. dely qty

You can put a value in these fields and save it.

Please reward if it helps,

Ruchi Thakur

Former Member
0 Kudos

Dear Ruchi

We want to restrict the system for max delivery can we able to do using standard functionality.

Regards

Pawan

Former Member
0 Kudos

Hi,

Can please checkout through the following areas-

1. In sales order at item level maintain underdelivery tolerance as 95% of 100 qty.

2. Check in material master of sales view i think some functionality but its work all the materials not for particular sales order.

3. Write the code in exit V50STAT at the delivery creation for quantities.

Rewards if it helps

Regards

Goutham

Former Member
0 Kudos

Thanks Goutham

In case of sales order item level if we maintain the tolerance level will system restrict us for the creation of more than 5 item(95% of 100 qty).

Regards

Pawan Sharma

Former Member
0 Kudos

your welcome pawan.

Give me any rewards if you can.

Regards

Goutham

ranjeetrajendra_jain
Active Contributor
0 Kudos

Hiya

Try to do it in userexit , first in a test system.

you can try userexit MV45AFZZ.

SE38 and programm name MV45AFZZ.

there you can see fields of vbak, vbap or xvbak , xvbap.

the last two are structures.

userexit_save_document_prepare

userexit_number_ranges

in Include MV45AFZZ

Regards

Former Member
0 Kudos

Dear

Thanks for reply

But can we do using standard functionality.

Regards

Pawan

Former Member
0 Kudos

Hi

You can define at copy control from order to delivery to have requirement that if the item qty is more than 10, then create Delivery for 10 units only.

Kind regards

Sandeep