‎2006 Sep 11 8:00 AM
Hi guys,
I am using class CL_GUI_HTTP_VIEWER to display html pages which was loaded by LOAD_DATA method. For each page, system assign a random unique URL to it. But I need a fixed URL.
How should I do? Thanks a lot.
‎2006 Sep 11 8:42 AM
why do you need fixed url? with the method i explained in the previous post, you cannot do that.
if you let me know whats that you are trying to do - the bigger picture - may be we can come up with different approach
Regards
Raja
‎2006 Sep 11 9:00 AM
Hi Raja,
Thank you for your helps.
I was trying to embed Google map into dynpro. Google map's API needs a key. We can apply the key on Google 's site. This key is related to the URL of page which contains Google map. If the URL changes every time, it doesn't work.
Another side is, because I need to send data from R/3 to Google map website via HTTP POST, so I have to use LOAD_CDATA method to read HTTP response and display it using http viewer as you mentioned in the previous post. But this way leads random URL.
Any advice? Thank you.
‎2006 Sep 11 9:14 AM
ok i understand that, in such a case, its better to use bsp application and build the google map in bsp application and load the bsp url into sap gui html viewer.
Regards
Raja
‎2006 Sep 11 9:17 AM
Oh...I don't have any knowledge of BSP. So I have to turn to Yahoo map. Thank you.
‎2006 Sep 11 9:26 AM
BSP is very simply and offer lot more flexibility.
check this weblog, its about google map with bsp.
/people/gregor.wolf3/blog/2006/06/27/geocode-business-partner-with-google-maps
Regards
Raja