Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get google map on smartform?

851

Hi,

I have an GEO code in my Z table.,
Based on that Geo code how to display google map on my samrtform.
plz assist me..Emergency

Thanks in Advance.

3 REPLIES 3
Read only

geert-janklaps
SAP Mentor
SAP Mentor
0 Kudos
736

Hi,

You could try to use the Google Maps Static API to download the image as binary data. Afterwards show the binary data as an image on your Smartform.

More info on the Google Maps Static API can be found here:

https://developers.google.com/maps/documentation/maps-static/overview

Best regards,

Geert-Jan Klaps

Read only

0 Kudos
736

Hi,

Could You please Elaborate.,

how to place google map-image in smartform.
Am having Dynamic(N numbers) Location, So how elaborate step by step.
In Se78 is not possible because it can upload manually..
is there any abap program please refer..

Thanks in Advance.

Warm Regards,
Vinothkumar.T

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
736

Hello vinothkumar05

Here is a nice blog describing how to place a picture into a smartform or sapscript without using SE78: How to use pictures without use TRX SE78

If you combine Google API to get the map picture with the blog's method, you should be able to put a Google map into a form.

Best regards

Dominik Tylczynski