Skip to Content
0
Former Member
May 18, 2010 at 03:06 PM

TP/VS routing

42 Views

Dear experts,

How can I update and replace the distance and duration calculated by transportations lanes by an external program?

Is there any user-exit? Enhancement point? Customizing?

I want to use a service that returns duration and distance based on two locations. For example:

I have to delivery in City 1, City 2 and City 3.

Calculated by TP/VS based on transportation lane:

City 1 to City 2 = 2 hours, 133km

City 2 to City 3 = 4 hours, 156km

City 3 to City 1 = 3 hours, 230km

However, my webservice returns real distance and more accurate duration for each leg listed above.

City 1 to City 2 = 2,15 hours, 146km

City 2 to City 3 = 4,34 hours, 176km

City 3 to City 1 = 3,23 hours, 255km

How can I call my webservice and replace the distance and duration for each leg calculated using transportation lanes on TP/VS by my webService?

Thanks,

Thiago