UNICODE COMPATIBLE

Hi all.
I m getting an error in my program " Program ZMRO030_GET_WBS is not Unicode Compatible, according to its program attributes.
What does that mean?
Helpful answers will be rewarded by Points.
Naveen Rana

HI Naveen
When working on UNICODE Enabled systems, please make sure the checkbox "<b>Unicode Checks Active</b>" is checked.
Kind Regards
Eswar

Similar Messages

  • Help reqd in making BOR unicode compatible

    Hi Experts
    I am getting an error while I am trying to execute a BOR.It says it is not Unicode-compatible, according to its program attributes.Can nyone help pls.

    Hi,
      Use the transaction 'UCCHECK' to set the unicode flag.
    Thanks

  • Find Unicode compatible programs

    How to find abap programs(objects) are unicode compatible or not?
    How to list out the unicode compatible programs?
    Are there any function moduels in abap??

    Hi,
           Please check the following Tcode,Program and tables for Unicode check.
    Tcode           Program          Description
    SPUMG                SAPLSPUMG              Unicode Preconversion
    SUMG                SAPLSUMG              Unicode Postconversion
    UCCHECK       RSUNISCAN_FINAL     Unicode Syntax Check
    Tables for Unicheck
    samte,
    samtx,
    samt,
    samtt,
    samt_psinf,
    v_samt.
    Type-pool
    scan, slin, synt, sana.
    Regards
    Pugazhenthi.P
    Satyam Computer Services Ltd

  • How do i know if interfaces developed are unicode compatible

    hi,
    I have some idocs extended and its in ECC 6.0. These idocs are used in process integartion as part of project.
    Now i need to know if these are unicode compatible.? How do i check?
    Thanks
    Pradeep.

    You have to ensure that ports are defined with 'Unicode' (RFC destination, XML file port) .. Please check the following OSS Notes regarding the Unicode compliance for extended idocs.
    Note 493387 - Potential effects of table- and structure - extensions
    Note 494441 - Enhancing IDOC structures in Unicode-enabled programs

  • Find bussiness object as unicode compatible.

    Hi all,
    I need to make a business object as unicode compatible.
    I run the tcode swo1 and put the name of object in it,
    but i was unable to find that screen where i put the unicode check enabled.
    plz help, it is urgent.

    I don't know where to set that flag either, but you can run transaction UCCHECK to make sure that your business object doesn't have any unicode related errors. One of the options is 'Check only programs where the unicode flag is not set'.
    If you remove the flag your program should be checked for Unicode errors in any case. Running it again with that flag set it shouldn't pick your program if the flag is set.
    Hope that helps,
    Michael

  • Is the PRST2HBC Unicode compatible?

    Hello everybody,
    I would be very greatful for your advice; I am wondering if the PRST2HBC is Unicode compatible; I am studying on line and would like to get away from the computer a little, so mainly for pdf's; however i will be reading Sanskrit and as such, need Unicode compatibility.
    Thank you for your advice ...
    Kind regards.
    Iain Hill
    Solved!
    Go to Solution.

    Yes, this Reader is Unicode (UTF-8) compatible.
    The browser of the Reader supports the following encodings:
    Latin-1 (ISO-8859-1)
    Unicode (UTF-8)
    If my post answers your question, please mark it as an "Accepted Solution."

  • Regarding non-unicode compatible fonts...

    Hi Gurus,
    Is there any way by which we can check whether the particular font is unicode compatible or not?Not necessarily in SAP,if i can find it out by anyother utility then also do let me know...
    Thanks & Regards,
    Ajitabh Aggarwal

    Courier, times, times new roman are compatible on both uni-code and on non unicode sytems.. there is no way to find only we can check it by printing... this will not show any affer while printing text but it shows when printing list of amounts you may see the alignment varies...
    All Cyrillics fonts are unicode compatablility...
    Regards,
    SaiRam

  • Unicode compatible fonts...

    Hi,
    I am working on an ugrade project.Is there any method by which we can identify that these forms will going to be defective in ECC 6.0,while doing an upgrade from 4.6 c to ecc 6.0.I am talking specifically about forms ,regarding print programs i am aware.
    Is there any information regarding non unicode compatible fonts or can we compare fonts in 4.6c with ECC 6.0 ,something like that...
    Thanks in advance,
    Ajitabh Aggarwal

    Courier, times, times new roman are compatible on both uni-code and on non unicode sytems.. there is no way to find only we can check it by printing... this will not show any affer while printing text but it shows when printing list of amounts you may see the alignment varies...
    All Cyrillics fonts are unicode compatablility...
    Regards,
    SaiRam

  • STMS: Return Code 8: The program is not Unicode-compatible

    Dear SAP Friends,
    I am currently importing some TRs on our DEV system. However, I am getting some error messages. The log says "The program (name of program) is not Unicode-compatible, according to its attributes."
    Is there a fix for this?
    Your prompt response is highly appreciated. Thank you very much in advance.
    Best Regards,
    Albert

    Dear,
    Use the transaction 'UCCHECK' to set the unicode flag.
    Please check the below link as mentioned.
    http://www.sap-img.com/abap/how-to-delete-an-editor-lock.htm
    Re: The program "Z...." is not Unicode-compatible, according to its program att
    Regards,
    R.Brahmankar

  • RDDPURI4 not unicode compatible

    Hi guys!
    I am facing an upgrade and i have this error with the standard report RDDPURI4
    The type of the database table and work area (or internal table)
    "GT_PKTAB" are not Unicode convertible.
    The point is that, it is a standard object! I haven't found any oss note related to this object...
    any idea?
    thanks in advance,
    Aaron

    HI aaron,
    Jorge is right , You may find any substitute for the include.It would be a good idea to consult the objects where it has been used.
    Cheers.!

  • How to make exit class unicode complaint

    Hi Experts,
    I am trying to make class of category 'Exit class' unicode complaint as it shows me error message as "The program "ZCL_EX_DEF_STP_GATEWAY========CP" is not     
         Unicode-compatible, according to its program attributes."
    But in properties section whenever I try to check unicode flag it shows message as
    "Exit classes/interfaces can only be edited using the BADI Builder".It do not allow.
    Is there any way to make it unicode complaint?

    hi Yogesh,
    Try to use SE18 and see if there is any option for this.
    Regards,
    Vivek

  • How to upload Unicode encoding files from web?

    Hi everyone,
    I do not manage to upload Unicode encoding CSV files from web. Currently I use class CL_HTMLB_MANAGER to upload file from web. It works fine with ANSI encoding files, but file content is not uploaded correctly with Unicode encoding files. Especially I get innumerable characters u201C#u201D throughout the string that contains the file content (For example instead of u201CSAP CATALOG CSV 2.0u201D I get u201CÿþS#A#P# #C#A#T#A#L#O#G# #C#S#V# #2#.#0#u201D).
    I did not find in forums a solution to my issue that is why I am now asking for your help.
    How can I upload Unicode encoding files from web? Do you know another way to upload file from web that is Unicode compatible?
    Remark: I tried to upload Unicode encoding files from SAP GUI using function module GUI_UPLOAD and upload is successful.
    Here is the code that I currently used.
    DATA:     lr_event_ex     TYPE REF TO if_htmlb_data,
               fileupload      TYPE REF TO cl_htmlb_fileupload,
               lr_upload_model TYPE REF TO /ccm/cl_bsp_upload_model,
               lr_error        TYPE REF TO /ccm/cx_file_upload.
    lr_event_ex =  cl_htmlb_manager=>get_event_ex( runtime->server->request ).
    IF lr_event_ex->event_name = 'fileUpload' AND lr_event_ex->event_type = 'upload'.
      fileupload ?= lr_event_ex.
      FREE lr_event_ex.
    * get the model
      lr_upload_model ?= me->get_model( model_id = 'mupl' ).
      IF NOT fileupload->file_name IS INITIAL.
    *   upload data
        TRY.
            CALL METHOD lr_upload_model->upload_data
              EXPORTING
                iv_file_name = fileupload->file_name
              CHANGING
                cv_xcontent  = fileupload->file_content.
          CATCH /ccm/cx_file_upload INTO lr_error.
        ENDTRY.
        FREE fileupload.
      ENDIF.
    ENDIF.
    Thank you in advance for helping me.
    Best regards,
    Vanessa

    Hi There,
    Please check the details for the same.
    Link: http://helpx.adobe.com/creative-cloud/help/sync-files.html#Sync or upload files
    Troubleshoot sync:     
    Error: "Unable to sync files"
    Creative Cloud File Sync | Known issues
    Thanks,
    Atul Saini

  • Problem in file receive due to unicode

    Hi All,
    I am facing a strange problem.
    I have file to JDBC scenario which works ok. This file is generated by one SAP program. Now we upgraded R/3 (4.6B to ECC6.0)and it is now unicode compatible.
    This created problem for me as below:
    whenever i have a special character in any field it inserts a extra character and remaining rest all my mapping fails...and i get error in JDBC receiver.....
    before upgrade there were special characters in data but it was working fine.... Can anybody plz tell me how to deal with it....?
    Thanks,
    Atul

    Hi,
    XI will be successfully able to take care of UNICODE enabled data conversions/transactions.
    In File Encoding parameter : UTF-8  is one of the solution,
    along with it
    Please refer below link for some of the previous discussions,
    take a look at this response and MODE ENCODING:
    Re: File Transfer non-unicode -> unicode via client
    also you may take a look at this:
    http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/content.htm
    /people/michael.eacrett/blog/2006/05/03/single-code-page-sap-systems-heading-towards-history--unicode-only-future
    Thanks
    Swarup

  • 4.7EEx1.10 to ECC6.0 upgrade and Unicode conversion

    Hi Experts,
    We are going to initiate the upgrade from next month onwards. Subsequently i have started preparing the plan and strategy for the same.
    As our current setup is 4.7EEx110/Win 2003 R2-64 bit/Oracle 10.2.0.4.0 (Non unicode). And we have recently migrated on to this setup from WIn2k 32 bit. Also the current hardware is Unicode compatible.
    With respect to strategy for achieving this Upgrade and Unicode conversion, i am planning as follows.
    Step 1) Perform Unicode conversion on the current landscape (Both Export/import on the same servers)
    Step 2) Setup Temporary landscape as part of Dual maintenance strategy and migrate data from the current systems to temporary systems using backup/restore method.
    Step 3) Perform the SAP version upgrade on the current landscape and setup transport routes from temporary to current landscape in order to keep it in sync
    Step 4) after successful upgrade, decommission the temporary landscape
    Please provide your suggestions and valuable advices if there is anything wrong with my strategy and execution plan.
    Regards,
    Dheeraj

    Hi,
    Thanks. As i have already referred these notes as i am seeking advise with respect to my upgrade approach.
    However i have planned to perform in the following manner.
    1) Refresh Sandbox with Prod data and perform Upgrade to ECC6.0 EHP5 & subsequently Unicode conversion on the same server (Since both export & Import has to perform on the same hardware as we have recently migrated on this hardware which is Unicode compatible)
    2) Setup temporary landscape for DEv & QAs and establish transport connection to Production system in order to move urgent changes
    3) Keep a track of the changes which have transported during upgrade phase so that the same can be implemented in the upgraded systems i.e. Dev & QAS
    4) After Sandbox Migration and signoff, we will perform Dev & QAS upgrade & unicode conversion on the same hardware (Note: Since these are running on VMware can we export the data from the upgraded system and import on to a new VM?)
    5) Plan for production cutover and Upgrade the Prod system to ECC6.0 Ehp5 and then Unicode conversion. As i am planning to perform upgrade over the weekend and then Unicode conversion activity in the next weekend (Is it a right way?)
    My Production setup: DB on one Physical host and CI on separate Virtual host
    6) After the stabilization phase, we are planning for OS & DB upgrade as follows:
          a) Windows upgrade from 2003 R2 to Windows 2008 R2
          b) Oracle Upgrade from 10.2 to 11.2
    If anyone thinks that there is anything wrong with my above approach and need changes then please revert.
    I have one more doubt as I am going to upgrade 4.7EEx110 (WAS 620, Basis SP64) to ECC6.0 EHp5.As I presume that I can straight away upgrade from the current version to ECC6.0 Ehp5 without installing EHP. Kindly confirm
    Thanks

  • Fonts for printing - unicode or non-unicode

    Hi, How could i find whether the fonts am using for scripts and smartforms are unicode compatible or not.
    Regards,
    Vijayalakshmi

    Hello Kyle,
    thank you very much.
    I have think that I can install the j2ee engine unicode or non unicode. And I can install SAP EP with unicode or non unicode.
    There is a cd from SAP its named "NON_Unicode_INST_Master_CD".
    In this cd it gives a path "IM08_SOLARIS_64/SAPINST/UNIX/SUNOS_64".
    And there is a sapinst. With this sapinst I can install a portal.
    Is this portal then a unicode installation, although it is placed on the "NON_Unicode_INST_Master_CD"?
    Regards,
    Werner

Maybe you are looking for

  • CANNOT convert to PDF for Adobe Acrobat 9 Pro

    Hi there, When I try to convert a word file to pdf, after completed process, it prompts out a txt file which only included the path of the pdf file located. However, there is no such pdf file in that location instead the txt file mentioned above. I c

  • HP monitor 2009m goes black on a reandom basis.

    HP monitor 2009m goes black on a reandom basis.  Starting in safe mode (as recommended) OK once but not every time.  What is causing the problem and how does the problem get fixed? Sorb1

  • Column view going nuts

    Hi there! I'm having an annoying problem with my Finder. When I have it in Column View and click on any item, any proceeding preview windows extend very far. Even if I shorten the windows manually, they don't seem to lock and they keep opening up ver

  • Settng Data Format Dynamically

    Hi All, How to set the data format to a column dynamically? I have a column, which displays Amount, in a Request. For this Column, I have chosen 'Override Default Data Format' and set the 'Decimal Places' to 2. But, for some Reports I need to display

  • Desktop moving around within screen

    Looks like I might have pressed the wrong keys somewhere. The size of the desktop image has become about 2 ins. larger than the size of the screen so that, when I move on the trackpad, the whole screen image including all the programs on it moves aro