cancel
Showing results for 
Search instead for 
Did you mean: 

V_V2 Rescheduling gives new date which is ahead of old Date.

Former Member
0 Kudos

V_V2 Rescheduling gives new date which is ahead of old Date.
Scenario:
Sales Order is Created on 06/01/2012 with Req. Deliv Deate: 6/10/2012.
Next Day the Warehouse sets the delivery to 06/14/2012.
In MM03->Scheduling we have Plnd Deliv Time-> 14 days.
It makes sense as to why Warehouse set the deliv.date to 06/14.

V_V2 runs every day as batch job,
From 6/01 till 06/09 the Reschedule Job shows New Date as 6/14.
However on 06/10 the V_V2 report sets New Date to the Original Delivery Date: 06/10/2012.
Item is shipped following day.

What could have been the reasson for this?? In which Tables / Tcodes I should look??
Please keep it simple (I am new to SAP).
All the thanks in advance!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member223981
Active Contributor
0 Kudos

"Next Day the Warehouse sets the delivery to 06/14/2012."

Can you elaborate on what is happening here? How exactly is the warehouse setting the delivery date?

V_V2 should work just like a typical sales order availability check scheduling.

So: Requested Delivery Date - Route Transit Time = Goods Issue Date. Goods Issue Date - Loading Time = Loading Date. Loading Date - Pick / Pack Time = Material Availability Date.

If the above scheduling results in past dates, the system may trigger a forwards scheduling:

Material Availability Date = Current Date + Pick /Pack Time (tx OVLZ) = Loading Date. Loading Date + Loading Time (tx OVLZ) = GI Date. GI Date + Route transit time (tx 0VTC) = New Delivery Date.

Hope this helps.