cancel
Showing results for 
Search instead for 
Did you mean: 

Which t-code to analyse delayed outbound delivery

Former Member
0 Kudos

Hi, I need help with analyzing delayed outbound deliveries.

The goal is to get information on

How long the delayed delivery documents has been in the system?

How long customer has been waiting for?

What's the value of the delayed order?

My thought is to use something like vl06o to get a outbound delivery documents list with planned movement date and actual movement date. Then use excel to filter out those delayed documents numbers. Next, i'll use va05n to list order details such as order value.

Still trying. I'll be really appreciated if someone could throw some light.

Edited by: wenyuan dong on Nov 14, 2011 1:36 AM

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

If you are using VL06O, enhance VL06 with the help of Note 128150 - VL06: Designing your own display variants. You can define the fields for days, value and so on.

I hope this helps you

Regards

Eduardo

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Since you are using the combination of Delivery tables and Sales Doc tables to get the complete picture, I suggest you build your own query structure to achieve that.

Add the relevant tables require, create the link and display it in your own query report.

That I believe would be better.

Hope the above helps.

Thanks.