Application Development 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: 

How to get google map on smartform?

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

geert-janklaps
Active Contributor
0 Kudos

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

0 Kudos

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

DominikTylczyn
Active Contributor

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