Reg: Code page in SAP PI

Hi , my requirement was , i am doing an outbound idoc scenario in which we get data from R3 in korean language, but when they are transformed through PI they are showing the values like "#######", can u help me what needs to be done.

Hi Uday,
The same issue is discussed here. The same solution should work for you also:
Chinese characters in idocs
Regards,
---Satish

Similar Messages

  • How to change a Code Page in SAP SCRIPT ?

    I have a specific requirement, would need your help :
    There is a <u><b>CODE PAGE</b></u> which is getting assigned to the <u><b>SAP SCRIPT FORM</b></u>. <i><b>For E.g : 1100 is generally used for SAP SCRIPTS.</b></i>
    I would like to know if there is a possibility to change the <u><b>Code Page</b></u> based on certain conditions ??
    Also i would like to know how and where is a <u><b>CODE PAGE and SAP SCRIPT FORM linked.</b></u>
    I have analysed that a <b>default code page</b> can be set in the <b>SAP LOG ON PAD</b> but not able to find the issues mentioned above.
    Kindly help me out with your valuable suggestions and solutions.
    Thankyou
    Brijesh.

    Hi,
    MDMP means Multi Display Multi Processing. See the note system for details. The problem of MDMP is that the different languages use different codepages and not all characteres can be displayed in every codepage.
    A solution would be a unicode conversion of the system. In unicode there is only one internal codepage, which contains all special characters of the individual languages. However the migration needs several hours of down time and unicode systems need more memory and disk space. I can't tell you a percentage for that. You need at least R/3 4.7 for unicode.
    In non-unicode system I believe you can't change the codepage inside a SAPscript document directly. I would have to end form processing an start a new form. To change the language you can try the ABAP-command SET LOCALE. Also see the language parameter in START_FORM.
    If that doesn't work I would try using RFC-Connections. Make RFC-Connections in your system which contain the system it self as target system, but with the desired language filled in. You do not need to provide a user or password, that would be taken form the logged on user.
    Inside your printing program you put the real printing into a function module. Your report then can call the function via RFC using a connection in the correct logon language.
    Greetings

  • How to change the default code page in SAP?

    My colleague tries to download a report in Excel but she is having some problems with the output as each of the lines are all included in one cell. When I download the same report, my output is fine and the columns in the lines are properly aligned in various columns in Excel.
    I noticed that her code page is 4110 and mine is 1160.
    4110     Unicode UTF-8
    1160     Microsoft 1252, Superset of ISO 8859-1
    As a workaround, I just asked her to modify the code page to 1160 everytime she downloads a report. I want to know how this setting is derived.
    My questions are:
    1) Is there a way to set the default code page?
    2) Is this a problem with the SAP version? If she downloads another SAP GUI, will the issue be gone?
    Thanks!
    Joey

    1, You can change the codepage in SAPGUI: Select the system => Properties => Others
    2, Could be, best is to have the same and most up to date SAPGUI for all

  • Languages code pages in a 4.6C

    Hi people,
    I need to install Romanian language within a system that as alreadt EN,DE in PT(Portuguese) Langs.
    The system was using code page - 1100     SAP internal, like ISO 8859-1        (00697/00819)
    Now when I add RO language I must choose between the following country codes:
            Local ou Europa
    0EU     SAP Unification
    4EU     EuropTranslit
    I tried to put Local Europe but when I simulate it says that CPDB contains more than one code (1100 and 1401). I think that MDMP is not available..
    How can I check if MDMP is available, if not what country codes should I choose, Pos and cos of each one ...
    Thanks

    Hi Pedro,
    Check this thread,
    How can I know, whether my SAP uses MDMP ?
    It should answer your question,
    Regards
    Juan
    Please reward with points if helpful

  • Code Page Error When Upgrading to SAP BW SP15

    Hello all.
    We are upgrading from SAPBW SP12 to SAP BW SP15.  We have already successfully implemented Unicode.  When we run InfoPackages now, we get the following error:
    ======================================
    Could not find code page for receiving system
    Diagnosis
        For the logical destination S10010 , you want to determine the code page
        in which the data is sent with RFC. However, this is not currently
        possible, and the IDoc cannot yet be dispatched.
    System response
    Procedure
    Procedure for System Administration
        Possible causes are:
        1.  The entry no longer exists in the table of logical destinations.
    2.  The target system could not be accessed.
    3.  The logon language is not installed in the target system.
    ========================================
    We are not getting any short dumps.  Just this error message.  HAs anyone seen this before?  Do you know of a SAP Note or Solution that addresses it?  I appreciate any help you can give.
    Thanks,
    Brent

    hi Brent,
    try to check the S10010 source system, rsa1->source system->righ click 'check'. also check the connection and authorization for S10010 in sm59 ? you may need to restore, source system S10010 right click 'restore'. hope this helps.

  • SAP Query with Code page option in background

    Hi All,
    I have a requirement.When the Japanese users run a query in foreground, they can specify the code page which they need to view the output.  When I tried to schedule the query in background as they requested, we discovered that we couldnu2019t specify the code page so I thought we would need some kind of ABAP program that could submit the query and be able to specify the code page.
    Can you please help me how to proceed with this.
    Thanks
    Sreekumar

    Hello Esperado9 Said,
    You can think about MB51 / MB5B report where you can define the selection variant and make settings as per your requirement. These both reports will serve your requirement if you are looking for material mvt documents or stock.
    Hope this helps.
    Regards
    Arif Mansuri

  • Open data set / code page

    Hello ,
    I am sending file to print server  and i am accounting problems with  special characters
    In first version of  program  ( please see the code below )
    "OPEN DATASET g_filename  FOR OUTPUT IN TEXT MODE ENCODING DEFAULT."
    The special characters l from German and French   alphabet were NOT printed properly  , and we had  some nonsense results . Other '"Normal "characters  like A , B... are printed without errors .
    To prevent this error i wrote new line of code for open data set ( below ).
    "OPEN DATASET g_filename FOR OUTPUT IN   LEGACY TEXT MODE CODE PAGE '4110'  IGNORING CONVERSION ERRORS."
    This was working only when FTP was NOT used  , when FTP was used i had  following short  dump.
    I am working in SAP release 6.0
    Please Advice
    SHORT DUMP Message :
    What happened?
        The conversion of texts in code page '4102' to code page '4110' is not
        supported here.
        The current ABAP program 'SAPLZPRN_AUTO_LBL' had to be interrupted because
         incorrect
        data would have been created by the conversion.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_CODEPAGE_CONVERTER_INIT', was
         not caught in
        procedure "Z_TRANSFER_FILE" "(FUNCTION)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        Possibly, one of the codepages '4102' or '4110' - needed for the
        conversion - is unknown to the system. Another option is, that a Unicode
         codepage was specified for a file in LEGACY MODE, which is not allowed.
        Additional parameters for the codepage conversion (as , for example, the
         replacement character) might have invalid values. You can find further
        information under 'Inernal notes'.
        If the problem occurred at opening, reading, or writing of a file, then
        the file name was '/te/mm/labels/0488_20091208_051317_EC008119_01_001.dd'.
         (Further information about this file: " X ")

    Hi,
    Also check the character set supported by the Printer. Printer configuration should also be checked on SAP side to determine character set and code page using SPAD.
    Regards,
    Nishad

  • How To trigger last page in sap script of customer account statement

    Hello all,
    I am working on customer account statement.
    It has it's own standard script(F140_CUS_STAT_02). But my client's requirement was completly diffrent,so i copied that to z script and made some changes like delete some window and some another window.
    Now on first page , i have following windows,
    1) Header
    2) address
    3) main
    4) Account
    5) Footer.
    Next Page having following windows,
    1) Header
    2) Main
    3) account
    4) footer
    Now i want to print account window on lsat page, so i put the condition nextpage = 0.
    and it is working fine , but as account window is physically present after Main window , so that much blak sapge is getting creted after main window on every page.
    To remove that blank space i am thinking of creting one more page and everytime i want display account window on that page.
    I have creted the last page also. but in my output it not detecting that last page.
    For First page - next page is next.
    For Next page - next page is next.
    for Last page- next page is last.
    Also i have added following code at last in  main window.
    /: NEXT-PAGE LAST.
    But i think i am placing this code at incorrect position in main window.
    I am not able to find out the correct podition to put the above code,but main window of that script conataing so namy text element, and that text element are getting handled from driver program based on some conditions.
    I have added my code in main window but not changed the original code.
    Plz let me know where to write /: NEXT-PAGE LAST. in main window.
    Or provide me some another solution to trigger thet last page in sap script.
    Regards,
    Anuja Dhondge

    Hi ,
    actually in account window i have used tha box command to print account statement.
    Previously i was printing this account statement in main window itself but without using bottom and end bottom command.
    So , as i made some changes or add some code in main window then lines of this account statement  were getting dismental.
    So my question is using bottom and end-bottom command this will happen or not????

  • Urgent - Not able to Print back page for Last Page in SAP Script.

    Hello All,
    I need to Print back page in SAP Script, I am able to do it by setting print mode as D, but now the problem is, it does not print back page for last page.
    For eg. if there are 3 pages it prints back page for first two. If there is only one page then it does not print back page.
    Please Help.
    Thanks.

    hi,
    Yes, we can print logo as water mark in scripts
    Just do as like this....
    Upload your logo via SE78.
    - Select 'Import' button from application toolbar of SE78, and perform upload.
    and write this code in scripts
    BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL 
    regards
    Sankar

  • Error in code page mapping for Source System

    Hi All,
    We are Loading data into BI system from MDM System.
    It was loading fine but Yesterday we got an error " Error in code page mapping for Source System"
    Message Class: RSDS_ACCESS 13.
    We alreday tried to Search any IDOCs with error/unprocessed , but there isn't any.
    Any pointers for this error will be Helpful.
    Regards,
    Mayank

    Our SP currently SAPKW70019 , the SAP note mentioned above required to apply SP for 13, which we already beyond that...unfortunately we still face the same problem .. almost every day ..
    any advice.. ?
    Edited by: Edi Erwan  Abu Talib on Jun 22, 2009 8:22 AM

  • RFC_ERROR_SYSTEM_FAILURE: Could not ascertain code page

    Guys:
    Here is the solution i discovered and its going to error.
    PI is in windows environment.
    File to RFC ( in PI itself no remote SAP ECC sytem or any system)
    -Sender com channle I am using the file adapter with FCC
    -Receiver I am using a RFC fucntion mdoule (FM). Remember this RFC function module to convert the file (itab and masaget he data as required and use gui_downlaod and write to PI file system)is on PI ABAP
    stack and I imported the function module . I Remote-enabled button in SE37 FM in PI ABAP stack.
    I did the file to RFC mapping in PI java stack.
    -Receiver Comm channel I used RFC and pointed to PI system itself with the PI appserver/sysno/userid/passowrd.
    In SXMB_MONI i see a checkered flag as success and failing on the receiver adapter with the error
    "RFC_ERROR_SYSTEM_FAILURE: Could not ascertain code page". The xml files on inbound payload and technical routing looks good.
    Please help !

    Hi Kumar,
    Refer the last post in the forum post Re: RFC_ERROR_SYSTEM_FAILURE and see if there is any issue due to code page as mentioned.
    Regards,
    Srinivas
    Edited by: Srinivas on Apr 29, 2010 8:28 PM

  • DB Tab RFCDES: Could not determine code page

    Hello,
    I have a simple scenario File->XI->IDOC(orders05)
    The R/3 who receive the IDOC is an 46c system. When sending a file to the XI I receive the following error message in sxmb_moni on the last step "Call Adapter"
    DB Tab RFCDES: Could not determine code page with <myr3>
    Does anyone have an idea whats wrong ?
    Regards Bernd

    Hi Bernd,
    did you have a look at SAP notes for idoc adapter code page problems? : 747322, 804570
    Regards,
    michal

  • Code page translation problem

    Hi guys,
    I have the following scenario in XI:
         1. SAP R/3 creates a file in code page 1208 in AS 400
         2. The file is transferred via XI to the client's AS400 system. In XI this is a simple file-to-file scenario that reads from ftp location where SAP R/3 is found and copies the file into XI file system, it then runs an OS command after message processing (receiver file communication channel), that ftp's the file to the client's AS400.
         3. Our client then runs a translation CLP (I am not sure that local IT fully control this CLP) expecting to have as result the file in the correct CP. The correct CP is 813.
    The strange thing is that the ABAP program returns some files with Codepage 1208 and some others with 813. When the codePage is SAP R/3 is 813, the XI transfers correctly to the client's machine and all characters are then displayed just fine.
    However, when the codepage in SAP R/3 file system is 1208 then we cannot get the characters correctly in target system.
    We could not assume how the codepage changes in SAP R/3 system since the ABAP program remains the same.
    In XI I have used all the possible encodings: Text, Binary and all codepages.
    Any ideas??

    When I understand this right, the ABAP downloads the file in CP1208, then a CLP transfers this to CP813 and afterwards the file is processed by file adapter.
    I guess that the file adapter is sometimes too fast and processes the file before it is prepared with the CLP.
    Maybe it helps when the CLP renames the file after processing so file adapter and to set wildcards in the file adapter channel for the new name.
    When you set file to binara in sender and receiver and you have no mapping, the file will be transferred unchanged.
    Regards
    Stefan

  • HTTP-Receiver: Code page conversion error from UTF-8 to ISO-8859-1

    Hello experts,
    In one of our interfaces we are using the payload manipulation of the HTTP receiver channel to change the payload code page from UTF-8 to ISO-8859-1. And from time to time we are facing the following error:
    u201CCode page conversion error UTF-8 from system code page to code page ISO-8859-1u201D
    Iu2019m quite sure that this error occurs because of non-ISO-8859-1 characters in the processed message. And here comes my question:
    Is it possible to change the error behaviour of the code page converter, so that the error will be ignored?
    Perhaps the converter could replace the disruptive character with e.g. u201C#u201D?
    Thank you in advance.
    Best regards,
    Thomas

    Hello.
    I'm not 100% sure if this will help, but it's a good Reading material on the subject (:
    [How to Work with Character Encodings in Process Integration (NW7.0)|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42]
    The part of the XSLT / Java mapping might come in handy in your situation.
    you can check for problematic chars in the code.
    Good luck,
    Imanuel Rahamim.

  • Standard Code Pages in Non-Unicode System

    Our System is Non-Unicode System , Single Code page configuration and Standard Code Page ISO8859-1(Latin-1) is Active.
    Is it only 1 standard code page ISO8859-1(Latin-1) WILL BE ACTIVE or also other code pages ISO8859-2,ISO8859-5,ISO8859-7,ISO8859-8,ISO8859-9 also be ACTIVE in the system , and it will call the code page if the installed Europe Language call for.
    Because we require additional Europe languages to be support in our current non-unicode system.
    Thanks & Regards,
    Gopal

    Hello,
    please be more specific which application. As I know there is also Latin-2 support for EBP (non-unicode) while for CCM from release 2 SAP added Latin-2 support.
    SRM is not translated much more from "big 5" languages, but there was effort to translate to Hungarian as I know.
    HTH
    Gordan

Maybe you are looking for

  • Get report file name in oracle report builder at run time

    Dear All, Is there any way to get the report file name in oracle report builder at run time? for example "HR_REP012.REP" i need this very important... Regards, Yousef Edited by: Yousef_m on Jun 2, 2012 5:18 AM

  • Can't download loops for Garage Band '11

    I tried to access a few drum loops from my library, and it said that I had to download an update from the App Store, but when I click "Download Now" the App Store says there's no updates available. How can I fix this???

  • Want help on AJAX

    hi, I know abt AJAX theriatically. i want to work on it.would any one help me by sending the required jar files and simple example.I browsed for those in https://bpcatalog.dev.java.net but i can't get all. Plese send me those.

  • Problem importing VMWare (using v2v)

    Hi, We are working to improve our experience importing VMs from a set of VMWare servers to our Oracle VM installation. We are having as well some issues importing a vanilla (and just created VMWare image) machine, with no VMTools installed at all. We

  • Migrating from Weblogic Portal 4.0 to 8.1

    Hi folks, do you know of any handy migration guide for old Portal 4.0. I have found myself migration guides from 4.0 to 7, and from 7 to 8.1, but i need a more direct migration from 4.0 to 8.1 . My company needs to estimate migration efforts/costs fo