Unicode support in SAP XI

Hi,
Has anyone tried to configure a scenario to test the Unicode ability of XI ?
In particular, has anyone tested the support for Asian languages (Japanese specifically) for an integration scenario through XI ? What are the findings and any special configurations that need to be done here ?
thanks,
Manish

Yeah, I've seen IR, ID & RWB in English and German. But was wondering if it is possible in Spanish and French.
I looked at the NW master guide, but could not find any hints regarding this.
Thanks for your inputs, now I know that SXMB_MONI can be viewed in Spanish & French.
I appreciate any further inputs.
thx
pravene

Similar Messages

  • Which Database is not supported by SAP

    Hi gurus,
    What is the databse which is not supported by sap?
    Thanks,
    Mazhar.

    make it easier by naming those which are supported:
    db2 (either gfor unix/windows, os/390, z/os and system i)
    oracle
    ms sql server
    maxdb/sapdb
    informix (but not for unicode!)
    all other db systems are NOT supported
    GreetZ, AH

  • Gettin data from SAP R/3 4.7 unicode sys to SAP ERP non-unicode sys via RFC

    We are trying to get data from SAP R/3 4.7 unicode sys to SAP ERP non-unicode sys via RFC. We are reading field from the database via FM and this field got converted by SAP standard Method (CL_ABAP_CONTAINER_UTILITIES=>fill_CONTAINER_C) from structure. When reading this field from ERP sys and converted back to structure using SAP standard Method the value is un-accurate, and different(blank) giving values.
    How, if the data originally was a char or numeric it works fine, but not for decimal.
    best regards,
    Abu-Qaht

    I have a range fields with different type of ranges, am saving these to the database by converting them to a string via the same method. I got the same problem so I tried to convert the string to xstring using function “SCMS_STRING_TO_XSTRING”, before send it to the other system, but the function raised an exception: CX_SY_CONVERSION_CODEPAGE

  • XML support in SAP 4.6

    Hi all !
    I'm looking for information about XML support in SAP 4.6c.
    I have to implement a data exchange mechanism between SAP and web application written in Java. Whole idea looks simple: Java application send an XML document through RFC and ABAP program should parse this document. When document is parsed, program performs an action and receives single or multiple objects. Those objects have to be converted to XML and sent back to Java app.
    Is there any XML parser available in 4.6C. Is there any mechanism which serialize/deserialize ABAP Objects to/from XML.
    Thank you for any help and hints.
    Tomek

    Hi again !
    I need to convert an OBJECT INSTANCE. e.g.
    CLASS student DEFINITION.
    PUBLIC SECTION.
    METHODS:constructor
    IMPORTING
    i_name TYPE c
    i_indeks TYPE n,
    introduce_yourself
    EXPORTING
    e_name TYPE c.
    PRIVATE SECTION.
    DATA: name(30) TYPE c,
    indeks(10) TYPE n.
    ocena LIKE ys_ocena,
    tabela_ocen TYPE TABLE OF ys_ocena.
    ENDCLASS.
    I have to convert a single INSTANCE of this class to XML and send it as a XML stream (or XML formated content in internal table) in return value of function module called through RFC.
    As you can see - this class contains some variables and an internal table. For me, a best solution would be to provide this class instance as a parameter and get a XML formated data.
    I have a SAP system and Web Application written in Java. Comunications between them is provided by RFC (JCo). SAP application and Web Application communicate by exchanging a XML documents. Since, SAP part is using Abap Objects - i have to convert object to/from XML.
    Thanks for all your help.
    Tomek

  • The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.

    Hello all,
    I am preparing our new Oracle Fusion Middleware platforms. So far we have been running BPEL 10.1.3.4.0 and we are going to build the 11g platform (WLS and SOA suite) in parallel.
    I have already installed WLS Server 10.3.3 and then SOA Suite + the SOA patchset bu selecting always Jrockit_160_17_R28.0.0-679.
    Now I am abaout to install the adapters and I red in the documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17054/intro.htm
    For supported JVM information that corresponds to each operating system, see the SAP Note #1077727 in the SAP Service Marketplace.
    Note:
    The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.
    Is anybody aware of this? If it is valid, how could I achieve not to re-installa everything from scratch and select SUN JVM?
    Could I for example create a new Managed Server where I will explicity select SUN JVM to be installed for this instance?
    Best Regards,
    Loukas Rougkalas

    Please post your question to SOA forum. This forum is about WebLogic Connector Container.

  • Does N810 support Bluetooth SAP(SIM Access Profile...

    Does N810 indeed support Bluetooth SAP? If so, N810 must have its own GSM modem, does N810 have modem?

    It has no GSM modem because it isn't a mobile phone. It cannot use GSM or 3G networks.
    It's an internet tablet that can be used to make VoIP calls over wi-fi.
    I believe it supports SAP because it can access the sim on a mobile phone thats connected via bluetooth.
    You won't get a reply from a nokia engineer here as this is a user to user forum. If you want a comment from nokia you need to use the "contact us" link near the top of the page.
    Message Edited by psychomania on 26-Nov-2008 09:52 AM

  • How to know whether my oracle 10g instalation in unicode supported or not

    Hi
    i am new to oracle. I have installed Oracle 10g client and server.
    I want to know whether the database created can store unicode data/arabic data.
    Please guide me how can i find whether unicode support is on for my db or not.
    The outputs of some of the queries run by me are as follows:
    SQL> HOST ECHO $NLS_LANG;
    $NLS_LANG
    SQL> HOST ECHO %NLS_LANG%;
    %NLS_LANG%
    SQL> @.[%NLS_LANG%];
    SP2-0310: unable to open file ".[AMERICAN_AMERICA.WE8MSWIN1252]"
    SQL> select cust_eng_name,cust_arb_name from custmast;
    select cust_eng_name,cust_arb_name from custmast
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Please reply me asap.

    user10817093 wrote:
    1. Yeh that is the thing I want. What are the other steps that i need to do with my Oracle Client/Server for unicode support.
    Where i am getting trouble is the Oracle Client/Server unicode support.
    And how to decide what character set will suite me best.1. If your application is going to be a "true" Unicode application, you can set the NLS_LANG registry/environment setting on your clients to ".UTF8" to enable true Unicode support.
    2. Your database needs to support Unicode, too.
    The recommended database character set for this in 10g is "AL32UTF8".
    If you currently have a single-byte database character set (WE8MSWIN1252), you need to decide how to get this done.
    If you can simply create a new database using the "AL32UTF8" character set, this would be the easiest way.
    There are several documents available (e.g. on Oracle MetaLink) that describe in detail how to convert the character set of an existing database. Depending on your data this can be a tedious task involving several steps, so may be creating a new database and exporting/importing the data might be the simplest choice if you need to migrate some existing data.
    The recommended national character set is "AL16UTF16", by the way, but that shouldn't matter that much once you have a Unicode enabled database using "AL32UTF8" as database character set.
    2. How to set/retrive the "Database Character Set" and "National Character Set". This has already been answered partly. Retrieve:
    Database Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_CHARACTERSET';National Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_NCHAR_CHARACTERSET';In most of the cases you can't just simply set/alter the character sets, as outlined above.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Payment file formats supported by SAP in Europe-France, Belgium, Italy, Spa

    Hi Friends,
    Any information on payment file formats preferably DME formats supported by SAP would be great, specially following Europe countries:
    France
    Belgium
    Italy
    Spain.
    If anyone has imeplemented following formats in SAP for the following countries, can you pl. share your experience as well as implementation effort for this?
    UCV          - Belgium
    CFONB160 - France
    Norma 34  - Spain
    CDI/Bonfica - Italy
    Thanks and regards,
    Pinky

    hi
    check this Note 395679 - PMW: Overview of available formats

  • Sales Support in SAP SD

    Dear Gurus,
    Kindly let me know the Step by Step Procedure for Configuring the SAP Sales Support in SAP SD.
    any doc. will be highly appreciable.
    Wishes,
    Abhishek

    how are you searching the pdf
    Go to Google, key in text "Sales Support+SAP" and execute.  You will get all inputs from there.
    thanks
    G. Lakshmipathi

  • Is unicode support NOKIA N96?

    hi friends..
    is unicode support Nokia N96 mobile?
    plz help me its urgent..
    or any related url which i can find which mobile support unicode...
    thnks in advance

    N96 is yet to be released. Dont know if it supports unicode. The Nokia official site does not say anything about it.
    If my post has helped you please click the white star on the right

  • How to make Solaris 8 UNICODE supported

    My Solaris 8 doesn't support UNICODE. That's why, I can't write � in a file.
    I think UNICODE support will remove this problem
    How to make Solaris 8 UNICODE supported.

    In the initial "dtlogin" screen, select a "UTF-8" locale when you login.
    You may have to install additional locale files for UTF-8 support from the Solaris "Languages" CD.

  • How to achieve vietnamese language support for SAP?

    Dear all,
    It's easy to add languages which are natively supported by SAP like Japanese, French...
    I wonder what are the things to do when we need language enablement for languages like vietnamese which are not yet supported by SAP.
    What we want to achieve.
    When we logon, select VN as the logon key.
    Then in the application, it show our language text instead of DE or EN.
    Thanks
    Giang

    Hi
    As you are aware the Vietnames is not supported by SAP,  You cannot install or customise it.  SAP will not guarantee the consistency of the data.
    Check
    http://help.sap.com/erp2005_ehp_02/helpdata/EN/04/c89d3665c45904e10000009b38f839/frameset.htm
    https://websmp101.sap-ag.de/languages

  • What is unicode check in sap?

    what is unicode check in sap?

    Hi
    http://help.sap.com/saphelp_nw2004s/helpdata/en/79/c55458b3dc11d5993800508b6b8b11/content.htm
    Check for the following errors
    object must be a character type data object
    In Unicode, the addition IN BYTE/CHARACTER MODE must be specified
    The access and storage modes ACCESS and MODE must be specified
    var1 and var2 are not mutually convertible. In Unicode programs must have the same type/structure
    TRANSLATE…CODE PAGE/NUMBER FORMAT not allowed
    The data type/structure objetcs in 'ADD' statement should have same type
    The data type/structure "&1" and "&2" are should have same type
    IN TEXT MODE the addition ENCODING must be specified
    Structures "&1" and "&2" are not mutually convertible.
    The ENCODING addition is not valid in BINARY mode
    The IGNORING CONVERSION ERRORS addition is not valid in BINARY mode
    The REPLACEMENT CHARACTER addition is not valid in BINARY mode
    Check for the Customer code pages and use the tcodes SCOV and SPUMG .
    Please Go through these Documents,
    Very good document:
    http://www.doag.org/pub/docs/sig/sap/2004-03/Buhlinger_Maxi_Version.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d37d1ad9-0b01-0010-ed9f-bc3222312dd8
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/589d18d9-0b01-0010-ac8a-8a22852061a2
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f8e316d9-0b01-0010-8e95-829a58c1511a

  • Latest IBM JDK version supported by SAP

    Hi there, we are having some Java performance issues in our landscape and the recommendation from SAP is to install the latest IBM JDK release supported by SAP, can you help me determine what the latest release is and where I can find the download?
    Thanks

    Hey James,
      The best thing to do is to check the Product Availability Matrix (PAM) for your release on service marketplace.
    http://service.sap.com/pam
    We're on Netweaver7 with EhP1 and the PAM suggestst the latest server-side JDK supported for us is 1.4.2. Here's the results or "java -version" on an ECC6.0 server in our landscape:
    root@#######:/>java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080122 (SR10) (JIT enabled: jitc))
    Hope this helps.
    -Kevin

  • Is ORACLE DB on ServiceGuard Cluster supported by SAP in NW'04 ?

    I know that Oracle RAC is not supported yet, but I don't know if ORACLE DB on ServiceGuard Cluster is supported by SAP .
    Thanks in advance and regards,
    Frank.

    Hello Frank,
    not supported is not the right wording here. In general any kind of DB specialty has to be first supported by the according vendor.
    If there is a problem with such configuration we would not stop supporting it as long as there is a problem on our side.
    This is true for all kinds of configuarations in the region of hiogh availability.
    Regards,
    Benny

Maybe you are looking for

  • Lecture d'une vidéo .avi Vision Development Module

    Bonjour à tous, je me permets de poster un post puisque là je ne trouve pas de solutions à mon problème. J'utilise le block IMAQ AVI Read Frame de la bibliothèque Vision et Motion de Labview. J'ai une vidéo en .avi que je lance dans mon vi. Seulement

  • Problems with the (WINDOWS 8 pro -64 BIT) IN THINKPAD L520 - 5016 RL2

     I have some problems with the (WINDOWS 8 pro -64 BIT) is not working properly IN THINKPAD L520 - 5016 RL2. 1. Message appears telling me that the drivers of the display  has been restored crash. 2. The mouse pointer moves very slowly sometimes, and

  • Adobe flash player not working in Safari

    I have never had troubles with Adobe before the most recent update to Safari.  Now, I have tried to install Adobe Flash Player 3 times, and I still cannot get it to work.  I can open up applications with Firefox without any problems, but this is anno

  • HELP!!!!  ipod unknown error 1418

    Hi if any one could help me asap i would be very grateful- the problem is: i have a ipod photo 20gb, i try to restore it from itunes 7 and half way of restore it show me this message "unknown error 1418". After that i try to reset my ipod, it restart

  • Error when creating a resource : Failed to initialize the DSDL

    Hi, I've configured a cluster and trying to configure an Oracle mount point. ,ve already created the listerner and server resources for Oracle but having the following error with mount point creation: Command executed: /usr/cluster/bin/clresource cre