Maps Language - map data vs phone system

Ovi Maps stores all available language versions of map data for a certain city (e.g. both Chinese & English for Hong Kong), but will only display the language according to the phone system settings.
If I want to switch map languages I need to change phone settings then reboot then restart Ovi Maps and restore afterwards. Would really appreciate if such option made locally instead of system wide.

I have suggested it on betalabs.nokia.com when ovi maps was 3.01 in beta.
As you wrote, OM language interface depends by the phone language interface

Similar Messages

  • Mapping new product code from source system to old product code in Oracle COA

    Mapping new product code from source system to old product code in Oracle COA
    Here is the situation:
    One of our legal entities is changing their product codes in their COA segment. We are not changing the code structure in the global SOB. Is there a workaround to pull the source system information into ADI (or any other tool) and map it to the current Oracle product code?
    Thanks and regards,
    [email protected]

    Only The  Data of Your Code will Change
    then if you are trying to copy a standarad sap-code , you need to copy
    every include, FM
    there is a Copy option over there in program
    you can do tat
    thnkx bhanu

  • Source System Mapping between BW Dev and Prod system

    Hi,
    I have a DB Connect Source System in BW Dev system called DBSRCDEV which points to one of our Oracle Dev DB.
    In Production, the DB Connect Source System is called DBSRCPROD and it points to the corresponding Oracle Prod DB.
    In Development, I created a data source on this Source System (DBSRCDEV) and I tried to transport it to Production. But it failed with error saying that DBSRCDEV does not exist.
    Where and how can I maintain or configure the mapping between DBSRCDEV and DBSRCPROD Source System so that I can transport my data source to Production?
    Please help.
    Thanks,
    CH

    Hi,
    usually you need to maintain the setting for the change of the logical system name (source system) in each target system of a transport. So in your prod system goto rsa1->tools->change logical system names...
    After maintaining that table, try to import your request again.
    regards
    Siggi

  • How to map service contract data from ecc to crm

    Hi Experts,
    Please help me,how to map service contract data from ecc to crm system.
    is there any perticular process.please let me know.
    thanks in advance..

    Hi Srinivasulu,
    Create the service contract type of ECC and also item categories under it in ECC in CRM. Map the number ranges.
    Check the Partners mapping from R/3 to CRM and that will be all.
    I tried but in CRM in the transaction type internal number range is mandatory. So, if you create service contract in ECC with one number it will replicate to CRM but with different number. But you can see ECC number under the transaction history in CRM.
    Good Luck.
    Sharath.

  • BW1 transaction for mapping newfield to data source in CRM

    Hi,
    This will be BW gurus working in the CRM Opportunity area.
      Based on my current understanding I have copied the 0CRM_OPPT_H into ZCRM_OPPT_H and wanted to see whether I can map more partner function to map to the data source.
    Currently, the following fields are offered by the SAP Delivered data source 0crm_oppt_h in CRM.
    PARTNET FUNC    DATA source field     BDOC Mapping bwa1
    IN CRM          0crm_oppt_h
    Contact person   contact_person    PARTNER-PARTNER_NO
    <NOT used>       EXECUTING_CC      PARTNER-PARTNER_NO
    configured PF    COMPETITOR        PARTNER-PARTNER_NO
    Emp responsible  PERSON_RESP       PARTNER-PARTNER_NO
    Sales Prospect   PROSPECT          PARTNER-PARTNER_NO
    SALES_EMPLOYEE   Employee          PARTNER-PARTNER_NO
    Currently we have configured 4 more partner functions for our opportunity transaction, which are not available in the 0CRM_OPPT_H data source. However we shall need these fields to send to BW.
    How can we extend the mapping in BWA1 after extending/appending the extraction structure (CRMT_BW_OPPT_H) of the data source? Shall we continue to map these addition fields in the data source to PARTNER-PARTNER_NO as mentioned above? What puzzles us that this is header info and the PARTNER_NO is able to bring info for different partner func.. How this is being possible?
    If we also map the same for the additional partner fields will we be  able to aviod the BADI/User exit and the code associated that populated these fields?
    What is the BKM? How the BWA1 can be used for Extending for more partrner( functions?)
    Thanks
    AGN

    Hi Aswin,
      while this is really helpful to enable me to dig into further, the basic question is not yet answered.
    Currently the data source 0CRM_OPPT_H are able to extract the following partner data
    contact person
    prospect
    channel pertner
    empoyee responsible
    However only one( contact person  00000017)  is mentioned in our  CRM system in the SPRO steps that you have shown.. My first question is how then the data source is able to get the other partner function....
    2> Secondly even if I mention all the partner functions in that transaction( as you have mentioned) how do the data source really know where to populate which partner function data.. since the bdoc mapping is Partner-partne_no...
    For example if I maintain the following in SPRO
    00000017  contact person
    00000026  emplyee responsible
    How do the data source gets rightly populated ( contact person value in the contact_person field and vice versa).. when the BDOC Mapping for both these two fields are simply partner-partner_no?
    Appreciate a detail explanation from you on this.
    Thanks
    AGN

  • Role mapping between Portal and Back end systems

    I am new to SAP EP.
    I just want to know how the mapping between portal and back end system happens.
    Scenario : There is a role in ECC system...say FI India. Now there is a request by the FI team that they want to access this role from Portal. In this case, please tell me how the security team will do it. Because I guess, it has to be done by the security team.

    Hi,
    Usually the role from backend is uploaded to portal then it will be seen as Group and we need to assign our portal roles to this group. Please refer [this|http://help.sap.com/saphelp_nw73/helpdata/en/d6/7859ec80df46738e23ccb4f4c8c502/content.htm].
    Regards,
    Samir

  • Foreign key Mapping based on Data - in SQL Developer Data modeler

    Team
    Do SQL Developer Data modeler supports Foreign Key mapping based on the Data in the Schema rather defined at the DDL ? For e.g if we implement a Objects Relation ship mapping in Data base, we don't define Foreign keys at table creation.
    Toad does this feature through "AUTOMATIC FOREIGN KEYS MAPPING IN TOAD DATA MODELER" more info at (http://toadworld.com/Blogs/tabid/67/EntryId/905/Automatic-Foreign-Keys-Mapping-in-Toad-Data-Modeler.aspx)
    any one know how to implement through some scripts also helps me
    Regards
    Raj

    If you have table PKs defined and the candidate columns match those PK columns, then you can use the Discover Foreign Keys utility. Right mouse over the relational model name (node) in the left browser. It is about half way down the menu. I did a blog post about it last week on kentgraziano.com.

  • EJB 2.0 mapping to RAW data

    Hi,
    I am trying to map the RAW data in my database to attribute of Entity bean using CMP2.0.
    Home class have the class
    Collection findByParent(byte[] parentId) throws EJBException, RemoteException, FinderException;
    ejb-jar.xml have
    <query>
    <query-method>
    <method-name>findByParent</method-name>
    <method-params>
    <method-param>byte[]</method-param>
    </method-params>
    </query-method>
    <ejb-ql>SELECT OBJECT(o) FROM product as o WHERE o.packageDetailId = ?1 </ejb-ql>
    </query>
    I am getting this error.
    invalid query: In EJB com.cobaltgroup.services.productpackage.ejb.Product, for a query defined in the ejb-jar.xml file with a method signature, findByParent(byte[]), we failed to find a corresponding method in the remote home interface, local home interface, or bean class that matches this signature. Note that class parameters such as java.lang.String must be fully qualified, thus 'String' would not match 'java.lang.String'.
    This bean was working in CMP EJB1.1 specification . but gives error in 2.0.
    I will appreciate reply to this query.
    Best Regards.

    <method-params>
    <method-param>[B</method-param>
    </method-params>
    use this. this will work

  • I have a scenario,  ECC-PI-Message broker. ECC sending IDOC to  PI, PI execute mapping and  sending data to Message borker.(with almost one to one mapping)., IDOC(AAE)-PI-JMS. Now my requirement is., from PI  after mapping we need to save file in SAP fold

    I have a scenario,  ECC-PI-Message broker. ECC sending IDOC to  PI, PI execute mapping and  sends data to Message borker(thru JMS channel).(with almost one to one mapping)., IDOC(AAE)-PI-JMS. Now my requirement is., from PI  after mapping we need to create file with same data what ever send to Message broker and put the file in SAP folder without touching mapping. Is it possible? Please advise with the steps. We are using the ICO for this senario. Quick response is appriciated.

    Hi Pratik,
         http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42?quicklink=index&overridelayout=true
    This link might help.
    regards
    Anupam

  • File adapter mapping -  parser: no data allowed here

    Hello,
    something really nice:
    Scenario picks up a file to move it renamed with timestamp to another destination via FTP protocoll.
    File picked up: ok
    But in pipeline:
    Message in trace:
    <Trace level="1" type="T">RuntimeException during appliction Java mapping com/sap/xi/tf/_mm_test_</Trace>
        <Trace level="1" type="T">Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_mm_test_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 4f, 6e, 6c(:main:, row:1, col:3)</Trace>
    Test file is really simple:
    Data type: "test" - xsd string,
    connected to message type "head"
    Message mapping / Interface mapping in Int. Dir. :
    Test: OK
    RWB: "message successfully transmitted to endpoint < Xi pipeline URL > using connection AFW"
    Would be very helpful if someone here has an idea where this comes from!
    best regards
    Dirk
    Search help: file content conversion

    Hello again,
    your replies were really helpful to move a step forward. The error message has changed now. I have an xml format now in the payload.
    Here is an example:
    (Don´t ask about the reason for the naming!  )
    But now the error message is:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns:mt_blob. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.mappingtool.tf3.AMappingProgram.start
    Ok! I changed the receiver channel to conversion too!
    recordset structure (same name def. as in sender channel)is added with addheaderline and fieldSeparator.
    My understanding: (using of naming)
    - incoming message linked to message typ abc
    - text conversion to fff (rec,structure) in sender channel
    - "re"conversion from fff (from payload) in receiver channel
    - the "re"conversion is automatically linked to the message type I am using.
    Do you have an idea what I forgot to do or where my misunderstanding is?
    Best regards
    Dirk

  • Nokia Map vs GPS Data

    New owner of the 6220 classic. Can anyone tell me something about the relation between the Nokia Maps applicaton and the app called GPS Data?
    Sven

    Nokia Maps is a navigation software which allows you to plot you position on a map and also allows you to navigate to a known destination on the map.
    GPS Data on the other hand gives you raw information such as your location in coordinate form (latitude/longitude), speed etc., and has no navigation function. It will also point you towards your destination but purely in vector form.

  • Migration of mapping created in data synchronization

    Hi,
    I've created a mapping in EPM data synchronization utility. I am to migrate from dev to production. Is there any way to migrate / export the data synchronization along with the mappings created in Dev or I have to recreate everything from the scratch? IT seems that there is no way in which I can export the mapping created. Appreciate your help.
    Thanks,
    ADB

    Hi Alexey,
    Could you elaborate on the requirement? It is still not clear to me what you want to achieve.
    What I do understand is that the users should be able to make adjustments to the mapping/lookup entries.
    If that is the case, what exactly is going to be maintained in the 'additional table' and how are you suggesting end users are going to maintain this?
    Ideally, your query transformation should not change when parameter values change, so you have to think about what logic you put where.
    My suggestion would be to use a file or a table which can be maintained by users. In your query transformation you can then use the lookup or lookup_ext function.
    Especially with lookup_ext you can make it as complicated as you want. The function is well documented but if you need help then just reply and explain in a bit more detail what you're trying to do.
    If you do think the 'hard-coded' option would suit you better, you can look into the 'decoce' function. Again, it is well documented in the technical manual.
    Jan.

  • How i map the caf data with data of UWL in web dynpro

    Hi Experts,
    i created a bpm project with nwce 7.1.1 and it have a independent caf to keep it's data and status.
    now i have to create a view(use web dynpro) such like UWL,
    my question is
    how i map the caf data with UWL, and let the view can open the task(popup a window, just like UWL do) for user to finish their job?
    thanks.

    Hi Vic
    Your requirement is exect functionality of UWL based on WEBDYNPRO, CAF and BPM for automation? ,and question is How to use CAF with WD or CAF with UWL API's ?. please clarify it.
    Please fo through from given doc misght give u some idea
    1. [How to develop Web Dynpro UI for your CAF project |http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417300)ID0722080650DB02400261803144436507End?blog=/pub/wlg/5414]
    Best Regards
    Satish Kumar

  • Mapping between oracle data types and ms sql server data types

    hello
    i need mapping between oracle data types and ms sql server data types
    where can i find them ?

    read this
    http://download.oracle.com/docs/cd/E10405_01/doc/appdev.120/e10379/ss_oracle_compared.htm

  • Lost my iphone and located on map it using the fing phone app. The second I located it the phone went offline. Whoever has it knows how to disable the find feature. What are my alternatives? Can at

    Lost my iphone and located it on the map, using the find a phone app. The second I had the location the phone went offline. Apparently, whoever has it knows how to disable the find a phone feature. Do I have any alternatives? Can AT&T or the police track the phone?

    ATT won't unless they are asked to do so by the police and unless a major crime is involved, the police won't request this just for a stolen phone.
    If the iPhone is running iOS 6, sounds like you didn't have the passcode lock feature enabled. Nothing prevents someone from powering the iPhone off and the same for removing the SIM card.

Maybe you are looking for