Say for example we had an SAP Table with the Longitude and Latitude data. Can you use the google API to show the location in an embedded HTML view on SAP Screen WB03?
Asked
Active
Viewed 133 times
1 Answers
0
Anyway, you can use Maps Static API to format and download image(s) with location markers, then compose HTML with downloaded images and show it anywhere, including an embedded HTML view.

Andrii Omelchenko
- 13,183
- 12
- 43
- 79
-
Yes, but is this possible form the table view of SAP GUI? – Adam Harkus Apr 21 '20 at 15:56
-
Try add it as URL to external image. – Andrii Omelchenko Apr 21 '20 at 16:00
-
Question updated. We need to extend the exiting WB03 SAP Screen with an HTML Viewer contain the google api. Is this possible? – Adam Harkus Apr 22 '20 at 11:39