cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement : delivery Quantity should be same as Order Qty

Former Member
0 Kudos

The person entering the delivery qty shuold not be able to change the qty as entered in Sales order. how do we keep this control?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

There is no need of development.

Go to 0vlp screen, Control for delivery item category. there is a field called check overdelivery.

U make the field should show error when the user enters the delivery qty which is higher than the sales order qty.

Hope it solves

reward if useful

Former Member
0 Kudos

i think for ur requirment u neednot go for complications

just in delivery item category(0vlp) maintain the field check over delivery

Former Member
0 Kudos

Dear Ms Naik,

Perhaps, it is currently beyond the scope of standard SD customising.

You may explore the following:-

Verify the delivery quantity during both creation and change, by comparing this with the order quantity, by using the user exit for delivery processing MV50AFZ1.

Preferably LFPMG is zero on saving.

It may be meaningful to consider the following addition setting for the order item category.

Set the completion rule to 'A' - mostly to safeguard an exploratory user from increasing the order quantity.

Trust this helps you.

Regards,

K Gopidas.

jiteshmehta
Active Contributor
0 Kudos

Dear Vaidehi Naik

User userexit USEREXIT_SAVE_DOCUMENT_PREPARE

in MV50AFZ1.

Put your condition that while creation of delivery it will check VBAP- Quanitity and will compare with delivery quantity and if differs will give an error.

Take help of ABAPer for doing so

Regards

Jitesh

Former Member
0 Kudos

hi,

u can do so using basis authorisations on t code vl02n. but this may cause prblems in case there are insufficient goods. u will be saddled with a lot of open orders.

saurabh