cancel
Showing results for 
Search instead for 
Did you mean: 

gis integration

Former Member
0 Kudos

please provide me pointers on communication between xmii & gis.

I need to use dynamic map being generated by gis in xmii report..

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Kudos

Hi Polaku,

Perhaps you could give us some more details on what GIS is? If this is functionality from a third party, connectivity is governed by that third party, but there would likely be some input structure available (direct table insert, web services, etc.). If GIS is an internal function module of SAP's ERP, then you should go to either BAPI or SE37 to see if there are any externally available function modules for MII to use. Alternatively, if the information resides in a table, perhaps a direct table read (using RFC_READ_TABLE) would be a more efficient route to go.

Regards,

Mike

Answers (1)

Answers (1)

Former Member
0 Kudos

You can easily integrate MII with ESRI (I prefer the Flash API), Google Maps, or Microsoft Virtual Earth using AJAX and Javascript techniques. "Google It".