How to use Google Maps in Business Objects Dashboard Designer 4.0

Hi All,
I got one requirement, in that I need to disply country wise information.
For this I am planning to use google MAPS. Could you please help on this issue
Thanks in Advance

Hi Vidya,
You could go through the following links:
BO Reporting (Client &Mobile) and GEO Maps
Google Maps in SAP BO Dashboards
Google Maps Geo Analytics in SAP Mobile Dashboards
Let me know if this helps.
Regards,
Noopur

Similar Messages

  • How to use Google Maps by Visual Composer?

    Hi all,
    I'm creating some simple applications by Visual Composer in which I wanna use a Google Maps in VC,
    and i have now successfully got to the STREET, POSTL_CODE, CITY and COUNTRY came from the BAPI.
    (i am trying to use the Bapi_Customer_Getdetail2.)
    but,i didn't get how to connect Table View and Html View.
    I have already checked the below links. but i fail to understand how to do it.
    Re: Google Map and VC
    Help on google maps
    https://wiki.sdn.sap.com/wiki/display/VC/Using%2bGoogle%2bMaps
    I have many unknowns, could you tell me how to use Google Maps by VC.
    (* About Our VC viersion : SAP NetWeaver Visual Composer EHP1 SP2 for SAP NetWeaver 7.1)

    Some thread are say that create the URL fields. like the below messages.
    The STREET, POSTL_CODE, CITY and COUNTRY come from your BAPI. The other variables url* are default values to create the URL that is requiered for walweb.
    URL1 'http://walweb.nl/walweb/picsfromspace/maps.php?LanguageRadio=dutch&AddressInput='
    URL2 '&ZipcodeInput='
    URL3 '&StateInput=&CitycodeInput=&CityInput='
    URL4 '&CountrySelect='
    URL5 '&ZoomSelect=17&PoiInput=hidden&PoiButton=Interessante+Punten'
    Where should I create those fields? at the Table Vies?
    and also i dont get where should i set the below. is that setting at the [[Map Data]]-[[Assigned Value]]??
    STORE@Url1 & @STREET & STORE@Url2 & @POSTL_CODE & STORE@Url3 & @CITY & STORE@Url4 & @COUNTRY & STORE@Url5
    best regards,
    Masahiro Minagawa

  • How to use Google Maps with dvt:map ?

    http://www.oracle.com/technology/software/products/mapviewer/text_files/mapviewer1112_readme.txt
    http://www.oracle.com/technology/software/products/mapviewer/index.html
    Native support of Google Maps and Bing Maps API. You can now display
    Google and Bing maps natively in your Oracle Maps (JavaScript)
    applications. Please check out the online Oracle Maps JSDoc API on
    how to use the new classes.Unfortunatly it looks like it's not possible with dvt:map
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12418/tagdoc/dvt_map.html
    It's an important requirement for our project and probably for many ADF customers.
    I would like to know if :
    Is there any way to use Google Maps with dvt:map ?
    Otherwise, is there any plan to support it ? Should we expect it within a year ?
    Else, I think we will use directly the Javascript Oracle Maps API but we will miss the built-in functionnalities of dvt:map
    Thanks in advance,
    JP

    Any news about this theme?

  • How to call google map in mapviewer application?

    Hi
    i want to use google map as the base map in my mapviewer application, on which i can do all the analysis provided by mapviewer like geocoding tool etc. how can i do it? if anyone can help?

    On otn.oracle.com an article was posted a while ago on how to use Google Maps. Search there - this might help.
    cu
    Andreas

  • How do i remove this feature? where using google maps the input box has this in it( Enter your address line 2 here)/In hotmailmail new email it reads (Enter your email here) e

    how do i remove this feature? where using google maps the input box has this in it( Enter your address line 2 here)/In hotmail new email on the enter page it reads (Enter your email here) .
    You have the remove these statements before entering an address , and before sending an email or with the email it will stay on the email , google maps will not work.

    Try this -
    <img src="assets/jpgs/Prodigy Logo Large 2014.jpg" width="180" height="180" alt="" style="display:block;">
    What you are seeing as whitespace is the space reserved for glyph descenders on any element that is rendered within a text box (i.e., an inline element). By making the image "display:block" you eliminate that space because a block element doesn't have descenders. If that works to your satisfaction then you can give the logo an id, and create a CSS selector containing that block style.

  • How to install google map on New Ipad use OS6

    Dear Apple
    I use New Ipad with os6, but I want use google map on my Ipad.
    Please help me How way to install google map on my New Ipad.
    Thank you!

    Google Maps is in the App Store bit it is an iPhone version.
    If you want full-screen Google maps on the iPad use the Safari browser to go to http://maps.google.com

  • How to use Bex Map??

    Hi
    I'm new to using Bex Map.
    Can anyone explain to me step by step how to use Bex Map.
    I have created a cube in RSA1 already. All the data is loaded.
    I know on the object on the business explorer tab there is things that need to be done there.
    Can someone explain to me how? The steps? Also where does one get the actual maps?
    Will reward anyone that shows me in detail how to do it.
    Thanks in advance

    Hi Louis,
    Check this link might be useful:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a65dce07211d2acb80000e829fbfe/frameset.htm
    Also check these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/f405387bcc513be10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/07/79053950c48e05e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/63/79053950c48e05e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0f709eb-2bbd-2a10-7aa0-d484d344e8ec
    Hope this helps...........
    Rgs,
    I.R.K

  • How to integrate google maps

    how to integrate google maps in atg application ,suggest some points

    You can use google maps api for v3 if you want to integrate with java script or you can use google maps web services to integrate from java code base.
    Steps I followed to implement the store locator functionality using google maps in java script
    1. Fetch the address entered by user and call google geocoder service to fetch the latitude and longitude
    2. Use jquery ajaxSubmit to submit the form with the address latitude and longitude
    3. Fetch the stores near to the address entered by the user in the form handler and construct and JSON Response which contains list of stores
    4. Iterate over eacj JSON object and populate the marker and show them in the map. Add an event listener if you want to show anything on click of the marker.
    Let me know if you have any issues.
    Shabari

  • Use Google Map without API

    Hi ,
    Can we use google maps withou API .
    just by using the HTML link.. code
    checked the blog :
    /people/gregor.wolf3/blog/2006/06/27/geocode-business-partner-with-google-maps
    Where the latitude and longitude can be changed.
    How can we use the map to be displayed on web ui Accounts
    page?
    when searched ,the address of the bp has to be passed .
    Thanks,
    Anitha.

    Hi Robert,
    you're right, in CRM 7.0 EhP1 this requirement is easy to implement using the Mashup-Tool. Here you can directly call the Google Map providing the address of the Business Partner in the URL i.e. http://maps.google.de/maps?q=TrostbergerStra%C3%9Fe128,83342,Tacherting. But also without the Mashup-Tool you can implement this functionality by creating a assignment block that provides an iView calling the BSP Application I've described in the blog or also call the URL provided above.
    Best regards
    Gregor

  • Is there a way to roll back ios6? I upgraded before I knew about the new mapping. I used google maps all the time and absolutely hate the new one. Just about everything I've looked for is wrong or missing.

    I hate the mapping in IOS6. Is there a way to roll back to the older OS? When I upgraded I didn't know about the mapping change. I used google maps a lot, for a variety of things. In just a few searches I've found more errors or missing landmarks than anything else. I really hate this app!

    I agree. How can I roll back to the previous OS? Developers, please post a procedure for reverting.

  • How to transfer google maps starred items to ovi m...

    Hi all, not sure if this is the right place to ask.
    Anyway, I'm wondering is there a way to transfer google maps starred items to ovi maps favorites?
    I find google maps a lot more efficient and smarter than ovi maps in finding places.  The issue is I don't know how to transfer google maps starred items to ovi maps -- so that I can use them for navigation purposes.  Somehow, ovi maps favorites are automatically transferred to google maps starred items, but NOT vice versa.
    Any helps?  Thanks in advance.

    From what I have seen, there is no easy way. This is the best I have come across, although it is a link by link job. Just make sure each of your waypoints are centred on Google Maps before ganking the link.
    http://map2nokia.appspot.com/
    Let me know if you find something more automated.

  • Query for recurring reports using Query Builder in Business objects

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

  • Using google map polygon without map

    Hallo
    i use a polygon ( com.google.maps.overlays.Polygon) in a value object (fieldData) besides other data, later in the programm the polygons are displayed in a google map.
    new FieldData(".....","1",new Polygon([
                        new LatLng(49.70624852,8.17595987),
                        new LatLng(49.70634712,8.17589098),
                        new LatLng(49.7063722,8.17708855),
                        new LatLng(49.70627548,8.17720608),
                        new LatLng(49.70624852,8.17595987)]
    i instantiate the value objects on programm start and i get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at com.google.maps.overlays::Polygon()
    It seems like i get this error because there isnt a google map object existing at that time on programm start. so i changed my code to call this methode on programm start before creating my value_Objects:
    protected function initMap(): void
                        var map:Map = new Map();
                        map.key = "...................";
                        map.enabled=false;
                        map.visible=false;
                        addElement( map );    
    it works! but i dont like the code, i dont need that map object at that time and not in the main component. so i made it invisible.... isnt there a better way to use polygons without having a map-object?

    sambuu wrote:
    Ok tnx again prometheuzz,You're welcome.
    Actually I am noob in google related development, Me too.
    so let me ask you the last question : Is it possible to use google map APIs from mobile applications, I believe many ppl use those APIs for developing web applications, so all I wanna know is whether it is suitable for mobile applications.
    Tnx in advanceNote that this is a Java forum, not a JavaScript forum or a Google Maps forum.
    Try to search the internet for some useful information:
    [http://www.google.com/search?q=mobile+device+google+maps]
    Good luck.

  • HT4623 How to make Google Maps as the default Map App in my iPhone 5

    How to make Google Maps as the default Map App in my iPhone 5, so that I could still use the old bookmarks and use the pins to drop, Please assist.

    You cannot make Google Maps the default mapping app.

  • How to connect google maps with oracle

    Hello people ,
    i read an artical there is a way to connect google maps with oracle .
    can anyone give us lesson or more information to do that ?
    regards .

    I guess, using Google for the same should be the best way to find the solution for it,
    http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=How+to+connect+google+maps+with+oracle
    HTH
    Aman....

Maybe you are looking for

  • Need a new hard drive for dv6-1230us

    My issue is regarding the HP Pavilion Entertainment PC dv6-1230us. Recently, it was dropped and since then it has been giving me the following message whenever it boots up. Boot Device Not Found Please install an operating system on your hard disk. H

  • Recurring inspection lot status "created" changed automatically to "Release" without change history

    Dear Experts, I observed that for few materials recurring inspection lot (inspection lot origin 09) status from "CRTD CHCR SPRQ" to "REL  CALC SPRQ PRSI" changed automatically without manual interruption. I have thoroughly checked the change document

  • Query regarding infotype

    hi sap experts i have a query regarding infotypes .. which infotype displays EEO Exmpt indicator and EEO reporting  unit  indicator and job classification ..please let me know .. thanks in advance,,..

  • CD made on PC won't open on Mac

    Someone send me a CD with images (.jpg) she created on her PC that opens just fine on other PCs, but it won't open on my Mac. What could be the problem?

  • Cannot control Volume in Kompakt Patches. Anyone?

    for the sake of efficiency i want to make a multi from an instance in of kompakt for RA. (NB this is kompakt NOT kontakt) the manual both in RA and for kompakt is very sketchy as to how to do this. as i understand it, without the option 'use std cc f