cancel
Showing results for 
Search instead for 
Did you mean: 

Read expected delivery date from sales order

Former Member
0 Kudos

Hello experts,

is there a table or a functional module which can provide the expected delivery date from a sales order?

Thanks!

Regards,

Wladimir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Wladimir,

VBEP contains schedules for each sales order item. The VBEP rows that contain a CONFIRMED quantity also contain the delivery date for that confirmation.

Best Regards,

DB49

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wladimir,

When you calculate Customer Expected Delivery date, you need to consider the below points :

Delivery Date in the VBEP table is the date on which material will be delivered to the customer.

If you are developing your own code, please remember the following points:

1. Post Goods issue Date / Loading Date / Shipment start date

2. Days from Route

3. Calender of the Customer (as customer may not accept the delivery on all the days)

Basing on this you can develop your code.

Hope this clarifies

Regards

Raju

Former Member
0 Kudos

Thanks guys! That is what i am looking for.