Search found 9 matches

by jasci01
Thu Mar 27, 2025 6:30 am
Forum: PTV APIs meet SAP
Topic: REQ: How to connect to PTV Developer through SAP
Replies: 4
Views: 3735

Re: REQ: How to connect to PTV Developer through SAP


Hi Bernd,

we have already developed an almost complete ABAP/4 wrapper. This allows ABAP/4 developers to consume the APIs of PTV developer as methods of ABAP/4 classes including a definition of the required input and out parameters as SAP dictionary structures. So, PTV developer can be used as ...
by jasci01
Wed Jun 26, 2024 2:03 pm
Forum: PTV APIs meet SAP
Topic: PTV Connector for xServer2 ?
Replies: 3
Views: 3427

PTV Connector for xServer2 ?

Hi folks,

my customer is currently running xServer 1 on Premise, which is used for routing and tour optimization within a custom SAP solution for vehicle and tourplanning. To be able to connect SAP to xServer 1, we are using the PTV xServer Connector by ABAT (only the development component, i.e ...
by jasci01
Fri Nov 19, 2021 10:08 am
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: Visualization of federal state borders in xMap
Replies: 1
Views: 37768

Visualization of federal state borders in xMap

Hi experts,
One of my users wants to visualize the federal state borders in his German maps, e.g. the borders of Bavaria. Is this possible? How? Do I need to implement this in my map application, or is it possible only by changing the xMap configuration? (xMap 2 onPrem in use)
Generally, Is the ...
by jasci01
Fri Jan 24, 2020 10:09 am
Forum: PTV APIs meet SAP
Topic: help: how to fetch exception with malicious asynch calls?
Replies: 2
Views: 4786

Re: help: how to fetch exception with malicious asynch calls

Hi Bernd,

I am wondering if the proxy call in ABAP does not return any error message in the occurring SAP exceptions. But I assume your client has already checked this.

If not, maybe it could be a workaround not to call the xServer by the proxy class, but with a regular HTTP call. Function module ...
by jasci01
Mon Oct 15, 2018 9:32 am
Forum: PTV APIs meet SAP
Topic: UI5 and xRoute: http 403 "CORS not allowed"
Replies: 0
Views: 831

UI5 and xRoute: http 403 "CORS not allowed"

Hi all,

just wanted to share some Information with you.

Setting:
We built an UI5 app which gets data from both a SAP backend (via NW Gateway) and for map tiles and routing data, calls an on premise xRoute Service which is running on a dedicated machine.

Problem description:
During implementation ...
by jasci01
Fri Jul 06, 2018 5:39 am
Forum: PTV APIs meet SAP
Topic: How to deal with OPTIONAL BOOLs in SAP Soap Clients?
Replies: 3
Views: 5477

Re: How to deal with OPTIONAL BOOLs in SAP Soap Clients?

Hi Bernd,

I came across a similar problem using xTour-planBasicTours, where all of the "top" attributes are mandatory, but I did not want to use a input plan.

The deep attributes are mapped into structures in SAP, with each structure containing its fields as well as a table "CONTROLLER". We can ...
by jasci01
Tue May 08, 2018 7:48 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Number of orders - response time in planBasicTours
Replies: 2
Views: 6343

Number of orders - response time in planBasicTours

Hi all,

in my current customer project we are discussing about how we can map our data objects to the orders for planBasicTours.

We have some Parameters which are only possible to calculate on order item level (e.g. priority or opening intervals, as the relevant customers can differ within the ...
by jasci01
Wed Mar 28, 2018 2:24 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Linking / Driving time between two waypoints
Replies: 1
Views: 2980

Re: Linking / Driving time between two waypoints

Problem solved. :lol:

"By accident", I came accross a Routing Option called "GENERATE_EXTWAYPOINTS". If set, this Returns linking distance and -time within the waypoint array.
by jasci01
Tue Mar 27, 2018 2:53 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Linking / Driving time between two waypoints
Replies: 1
Views: 2980

Linking / Driving time between two waypoints

Hi all,

I'm currently testing around with calculateAdvancedTour . I Need to use this as I need both toll Information and regarding driving regulations. Currently, XServer is not reachable, I will provide examples as soon as I can.

Key question: How can I notice and handle additional time and ...