cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to see Business Objects in Location Tab in Work Manager 6.2 (ESRI GIS Integration)

Former Member
0 Kudos

Hi Gurus,

We have been working for a standard out-of-the-box integration between SAP Work Manager 6.2 and ESRI GIS. We could link the base maps and view them in our application, but we couldn't see any of our business objects (Work Order, Equipment, Functional Location etc). Following are the tasks done -

1. Maintained the table /SMFND/OID01_GS and uploaded into SAP using program /SMFND/GIS/OIDMAP_UPLOAD_PROG

2. Installed the required ESRI WPF SDK (10.2.4)

3. Copied the required .dll files into the Agentry folder

4. Maintained the URL links for base maps and maintained the Geospatial Info for various layers

5. Communication between the ports (SAP and GIS) is bridged

Issue:
We couldn't see the objects created in SAP/GIS. Business objects buttons are not visible.  Pls suggest on our next course of action to get the business objects activated and working.

We could see the location tab as below (Our screen) - You can see that there is white screen on the left without any objects

Thanks in advance

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Looking at your data load the GIS_MAPPING_GUID is blank.  This field is what is used to pass to the webservice to get the associated geometry for the object (Equipment in your screenshot).

The map will display data associated to work orders and notifications on your device.  Have you confirmed that one of the work orders or notifications targets one of the equipment in the mapping table?

I would also manually run the web services to confirm you are getting back the expected geometry as well and then verify in the ATE (within the Editor) that the geometry property of the associated object is correctly populated.

--Bill

Former Member
0 Kudos

Thanks Bill for the response.

The screenshot in point 1 is the table that we uploaded into SAP. GIS_MAPPING_GUID is autofilled by system, following is the screenshot.

We are guessing that some setting is missing in SAP to retrieve data from GIS through HTTP call. Even the business objects headers (Work Order, Notification, Equipment and Floc) are not shown on the screen (Pt 5 - Right side of the image)

Below is the screenshot of the output when we run the BAPI /SMFND/GIS_OBJECT_GEODATA_GET

Message was edited by: Goutham Killamsetty

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you tried putting an ABAP breakpoint in that BAPi call to confirm that it is being called during your fetch?  Certainly looking at the result of the call the geometry should be coming down to the device so I suspect it is not even calling that BAPI.

--Bill