cancel
Showing results for 
Search instead for 
Did you mean: 

SD: Sales order Delivery

Former Member
0 Kudos

Hi Gurus,

We have a sales order of 2000 Kg and when we deliver1880 Kg, system displays open order of 120kg. In this case we want system to complete this order automatically when undelivered quantity is less than 10%.

Can anyone suggest me the solution?

Thanks

Shiv

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198268
Participant
0 Kudos

Hi Shiv,

You can solve this issue by writing a code in the User-exit MV45AFZZ and updating the field LFSTA-Delivery status in the table VBUP.

But please clarify onething from your side,how will you keep track of the undelivered quantity?May be you will have to create a new order reason in that case and also develop a new report to keep track of this undelivered quantity which are converted to complete delivery.

Regards,

Sophia Xavier

former_member183879
Active Contributor
0 Kudos

Hi

You can think of creating a background job of Delivery due list and you can include your custom code by means of either a user exit or create a new tcode copying VL04 and enable it for your process.

I dont see any other way possible.

Reward if this helps you