Upload Chinese Language in Infotype

Hi All,
We are having one requirement to maintain employee data in Chinese language. Even though Logon language is English we need to maintain some data in Chinese language. We are planning to create a custom infotype to store the data in Chinese language. But just want to check whether itu2019s possible or not and we need to developed a program to upload in custom infotype. But how its will work when we upload the data in internal table and update the custom infotype

Hello piyush mathur ,
                                  We need to give it a try and see how the upload program is behaving for you. Hope this will work.
Post your results without fail.
Thanks,
Greetson

Similar Messages

  • Window 8.1 Chinese character cannot display properly in a game even though I have downloaded and install all chinese language packs

    Hi,
    The operation system for my computer is Window 8.1. I am currently trying to install a chinese game. Even though I have downloaded and install all the chinese language pack, I have even set the regional language locale to chinese (similified / traditional),
    the chinese characters will not display properly in the game. Some people told me i need to set the locale to Chinese PRC, but I am not sure where to download this PRC language pack for window 8.1 (as I only have chinese simplified and chinese traditional).
    I would greatly appreciate if someone can give me a hand in solving this problem. Thank you for your help in advance. 

    Hi,
    The operation system for my computer is Window 8.1. I am currently trying to install a chinese game. Even though I have downloaded and install all the chinese language pack, I have even set the regional language locale to chinese (similified / traditional),
    the chinese characters will not display properly in the game. Some people told me i need to set the locale to Chinese PRC, but I am not sure where to download this PRC language pack for window 8.1 (as I only have chinese simplified and chinese traditional).
    I would greatly appreciate if someone can give me a hand in solving this problem. Thank you for your help in advance. 
    Hi,
    Please open Region, under administrative -> Language for non-Unicode programs: choose Chinese.
    Kate Li
    TechNet Community Support

  • How to upload chinese word in the R/3 with fileupload element?

    HI, experts,
    I am working with a File Upload Web Dynpro Application. And i am using the File Upload UI Element to upload data to R/3, every thing works fine if i upload the file that content is English word. I have 2 questions :
    (1)But it give me dump. Stat 'A character set conversion is not possible'  if I try to upload the file that content is Chinese word.
    (2) But it give me dump. Stat 'A character set conversion is not possible' if I try to upload a pdf file that content is English word.
    The code is:
    method ONACTIONON_UPLOAD .
    DATA XCONTENT TYPE XSTRING.
    DATA: CONTENT TYPE STRING .
    DATA: MIME_1 TYPE STRING .
    DATA: NAME TYPE STRING .
    DATA:
    ROWS TYPE STANDARD TABLE OF STRING ,
    WA_ROWS(300) TYPE C .
    DATA: CONV TYPE REF TO CL_ABAP_CONV_IN_CE.
    DATA: INPUT TYPE REF TO IF_WD_CONTEXT_NODE.
    INPUT = WD_CONTEXT->GET_CHILD_NODE( 'INPUT' ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'UPLOAD' IMPORTING VALUE = XCONTENT ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'FILENAME' IMPORTING VALUE = NAME ).
    INPUT->GET_ATTRIBUTE( EXPORTING NAME = 'MIMETYPE' IMPORTING VALUE = MIME_1 ).
    CONV = CL_ABAP_CONV_IN_CE=>CREATE( INPUT = XCONTENT ).
    CONV->READ( IMPORTING DATA = CONTENT ).
    SPLIT CONTENT AT CL_ABAP_CHAR_UTILITIES=>CR_LF INTO TABLE ROWS .
    LOOP AT ROWS INTO WA_ROWS .
    ENDLOOP.
    endmethod.
    could you please suggest for uploading Chinese word ?
    could you please suggest for uploading English word in the pdf file?
    Thanks
    Mahesh

    Hi, experts,
    It is ok. I changed my code. The chinese word is transfered the R/3 system.
    Thanks.
    Best regards,
    tao

  • Material descriptions in chinese language is not transferred to SRM

    Hi All,
    We have an issue in transfering material description in chinese language from ECC to SRM.
    We are on SRM 5.5 and ECC 6.0
    I've set filter in R3AC1 with Table name "matk" anf field "SPRAS" to take care of language.
    This works fine for all language except chinese both for initial and delta down load.
    Any help is greatly appreciated

    Hi, 
    Which your support package? 
    Did you already seek OSS? 
    Rgs, 
    Pedro Marques

  • Output of Sapscript in Chinese language

    I have a Purchase order in english and now i want its output in chinese.
    I want the output of my script in chinese language.
    I have tried logging in chinese language but the output comes in German.
    I have also tried through se63.
    An output type is attached to the script(zneu) . I have changed its language(i.e. output type )  to chinese   ( ZH) but yet i am not able to see its output as desired.
    Please help me in this query as early as possible.

    It is quite simple, now change all your text to standard text..
    Now display the text in your form using standard text. Maintain standard text in both english and chinese.
    Ex.
    If COMPANY CODE EQ <CHINA>
    Pick standart text LANGUAGE<b> 'ZF/ZH'</b>
    ELSE
    Pick standard text LANGUAGE <b>'EN'.</b>
    I hope you will be successful with solution.
    Reward points if useful.
    Regards,
    Sairam

  • I have Adobe Acrobat 5.0 installed in my PC (Windows XP) in Chinese Language. I want to change the language to English. I tried re installation but its still coming in English. Please Advise.

    I have Adobe Acrobat 5.0 installed in my PC (Windows XP) in Chinese Language. I want to change the language to English. I tried re installation but its still coming in English. Please Advise.

    Hey,
    You can go under 'Control Panel > Programs' and click Change for Acrobat 5.0
    From the Custom Setup dialog box that opens, select Languages and choose English as the desired language for the software.
    Hope this helps you.
    Regards,
    Anubha

  • URGENT help please. Problem creating Chinese language text field in Adobe LiveCycle.

    A client requested to create an employee details form in which few text fields has to be in Chinese language. I selected "Arial Unicode MS" for that fields. In final PDF I am able to insert text in Chinese text fields in Acrobat. But I cant insert text when i opened the final PDF in Adobe Reader. (only these Arial Unicode MS fields are disabled). All other fields (English) are in Arial font., they are working in both (Acrobat and Reader). As these forms will be distributed to people who may don't have Acrobat and only the Free Adobe Reader. Can someone please advice me how to solve this problem.
    Thank you
    - Amal

    Make sure the format of the date strings provided by the calendar is what you are expecting. Or use the "formattedValue" for the input strings.

  • Missing Text when logged in chinese language

    Dear Experts,
    I have created a smartform to print barcode which will be triggered through a custom program.Everything is fine when logged in EN but when logged in chinese language one of the window text/information is missing in the layout.All the attributes/parameters of this window are normal and same like other windows.
    I debugged the smartform to see the language parameters being passed in the run time for this window and found everything is quite same with other windows but I really can't figure it out why this particular window text is missing.
    The text/info. printed through this window is a value that comes from the print program.
    I also tried the option translate into other language in the attributes but not really useful.
    Any help is greatly appreciated <offer removed by moderator>.
    Regards.
    Edited by: Thomas Zloch on Feb 23, 2012

    Hi,
    I am not sure , but if output and Font have no problem, then this can also be due to output device type used for smartform /  PDF printing.
    Check if output device type is different in EN and ZH in table TSFDEVTY.
    Regards,
    Ramya

  • Problem when displaying smartform in chinese language

    Hi ,
    I have copied a standard smart form into Z smartform and added few fields in it  as per the requirement .
    When I display form in english or german it prints correctly .
    when I print it in Chinese it prints the workarea name which I am using to print the values of the fileds .
    it prints as below
    &wa_vbak-budat&
    please help , I tried changing the font type and size but it still shows the same.
    Regards,
    Gayatri Hemnur

    Hi Gouri,
    The first step for translation is that u have to change the regional settings in your computer. Or You should logon with Chinese language.
    If you have done that already, i think the problem may be that in the reoport the length of the field is smaller than the space required for the chinese characters.
    Even if it is done i think you can try doing this, go to se63 translate the field once again and save it. I think this should solve your problem.
    BR
    Dep

  • Need to know how to check text accuracy for CN language PDF's? I knew for EN and EU language, similarly i would like to know for Chinese language books in PDF compare process.

    Hi.
    This is for Ebook conversion purpose, Currently am doing the text accuracy for English(EN) and Latin(EU) books using Acrobat 11 Pro application with Source and Converted PDF(final output of epub/mobi).
    Similarly am trying to find the text accuracy for Chinese language books using PDF compare process, When i attempt, could see the compare report in PDF format for CN books, but i cannot catch the any text errors in it. Please advise and help me out whether i need to go for different version of acrobat or do i need to add any plug-ins with respect to language or chinese fonts here.

    Could any one please advise me on my question, so that it will be helpful to purchase the correct application before i go forward.

  • TS1424 My iTunes and App store are opening in chinese language but I want to convert it into English... How to do that???

    My iTunes and App store are opening in chinese language but I want to convert it into English... How to do that???

    As far as I know the language of the two stores on the iPad (iTunes and the App Store) can't be changed - they should be in the language of the country where your account is based (if they aren't correct then try logging out of your account by tapping on your id in Settings > Store and then log back in).

  • I just got a nano 7th generation but came in  chinese language and don't understand

    Hi
    I new at this, I just got the nano 7th generation. Took it out of the package and discover that is in chinese language and don't understand and don't know which one of the setting in the one for changing the language.
    Can anyone help one
    Annie

    Hey there amontalvo,
    It sounds like your default language needs to be changed on your iPod Nano 7th gen. These instructions should help you get that reset, from the following article:
    iPod: Changing the display language
    http://support.apple.com/kb/HT1824
    Reset your iPod—Depending on how much you've used your iPod since selecting the language, simply resetting your iPod may cause it to forget the current language setting, enabling you to select a new one. See How to reset iPod for instructions.
    Note: When you reset your iPod, all your music and data files are saved, though you may need to reset some customized settings.
    Update your iPod software—If you haven't updated your iPod software recently, use the latest version of iTunes and update the iPod software.
    Go to the main menu—Disconnect your iPod from your computer, then press the Menu button until the menu title says "iPod," regardless of the language displayed. This means you are at the main menu.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Out put logistic invoice verification (print out need in chinese language)

    Hi All
    In MR90 out put logistic invoice verification I am getting output (Printout) in English the requirement is chinese language has to add in output.I know however I need to take help of abaper.I want to know what r the configuration steps to fill this requirement.can any one help me regarding this. Points will be added..
    Thanks
    Srini

    Hello
    Check this link and coordinate with ABAper.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/27d457f17b11d287d0080009b98822/frameset.htm
    Reg
    *assign points if useful

  • NW04s WAS 7.0 displays some texts in chinese language

    I have installed NW04s ABAP instance (WAS 7.0)with all the default settings. When I logged in to the SAP system, I noticed that all the text messages are being shown in some Chinese language. Later I realized that, not only this screen but also all the screens have the same problems.Has anyone seen this kind of weird problem? Do you have any idea what is causing this? Any help in this regard will highly be appreciated.
    Thanks
    Rajan S

    Are you saying that different language pack is installed in this system?. I checked through SMLT and noticed only two language support packages of GERMAN and ENGLISH are imported.Also verifed through I18N , the system has  ENGLISH and GERMAN only. This is the default install and I have not installed any other language at all
    Thanks for you help.

  • Convert Spool Request in chinese Language to PDF

    kindly help me to solve the issues.
    is there any way to convert the spool request which is in chinese langauge,
    Requirement is to download SAP Script to PDF, where the PDF file should be in Chinese format.
    i used the following FM
    1)CONVERT_OTFSPOOLJOB_2_PDF
    2)CONVERT_ABAPSPOOLJOB_2_PDF
    in the spool the chinese format is visible, but in the PDF instead of the chinese language, v r getting Junk values.
    Thanks in Advance.
    Kesav

    Hi,
    Try executing the Program: 'RSTXPDFT4'.
    This Program will generate a PDF file when spool request is given in the selection screen.
    Regards,
    Ravi Kiran..

Maybe you are looking for

  • OracleOra9ias_homeManagementServer Version 2.2 NOT START

    OracleOra9ias_homeManagementServer Version 2.2 do not start on Windows 2000 5.00.2195 Service Pack 4. The error message says: The service did not respond to the start or control request in a timely fashion Those anybody knows what this means .... bas

  • Get the format of current date - urgent

    Hi, In my apllication, I want to get format of current Date.Please help me regarding to this. thanks, Hiranmayi

  • "Microsoft.Exchange.2010.Reports.Transport.Platform.TopUsers "Report show no result

    hello,       i have an issue in my SCOM 2012 report.when i go to Reporting --> Exchange Server 2010 Report Library-->and open the report Microsoft.Exchange.2010.Reports.Transport.Platform.Top users. in my scom 2012 console and execute the report for

  • I get "error 8008" when I download a purchased video in iTunes

    I get "error 8008" when I download a purchased video in iTunes, there is no TMP file for me to delete. I'm trying to download my first episode of Mad Men. There is no Mad Men folder existing. I have downloaded other tv shows. Help please

  • Camera disconnected at Runtime

    Hi All, I am working on streaming video using web camera. Below is the scenarios where I am facing problem when attaching camera at runtime: 1) Application is launched without camera, and after sometime when I attach camera and trying to redetect the