Code should be enhanced until it is unicode enabled?

Hi,
I did a test of the unicode compatibility of the user-exits. And I get the following error:
Part of function group SAPLXKAEP see LXKAEPTAP need to be enhanced.
There is 1 marked program or include file, which are used together with original SAP code which is already unicode-enabled. Because of that, your code should be enhanced, until it is unicode-enabled too.
What does this mean? What should I do?

I had done one Upgrade project where Organization decided to keep their SAP system Non-unicode. But from ECC5 onward, by default SAP std function groups are "Unicode enable checkbox" checked.
Since function group is unicode enabled, all includes should be unicode compatible.
I think this msg is mentioning that. have you checked the include for unicode compatibility ?

Similar Messages

  • Billing Doc should NOT generate until you do PGI.....

    Hi,
    Please help me for the below Scenario:
    I have an Issue which is, Billing document should not generate until and unless you do PGI in Delivery.
    Can anyone tell me CONTROL PARAMETERS for this issue.
    Thanks in Advance.
    Raj

    Hi there,
    Standard SAP willnot allow invoice unless delivery is PGI'ed.
    Check the copy control routines in VTFL at header level. Check if the requirement assigned in copy control from LF to F2 is 011 Head.dlv-rel.w/o GI. If yes, change it. 011 will allow F2 to be created without PGI. Change it to 3 which is Header/dlv.-related & try it.
    Regards,
    Sivanand

  • Storage location code should come in PR/PO

    Hi All
    Whenever I am creating a PR or PO,I want storage location code should come instead of storage location description in storage location field. System picks this storage location from MRP2 view of the material.
    How do I achieve this?

    Hi,
    to display the key..
    in the transaction..either ME51N or ME21N..
    there is a Icon called Personal setting..after clicking the same you have a window opened ..in this in the Basing setting tab..in the section conversions
    click on the Display key check box..
    then the respective keys would come.
    Note--this would effect for the Plant and Storage location both and is ID dependent and has to be done individually for IDs for which they want this setting.
    Hope so it helps
    Regards
    Anjanna

  • Tax code should be valid for A/P error

    Hello,
    I have created a new company and setup all the master data and G/L determination information. The account payable is also set for the vendor. On the line item the tax code has the A/P account set. When I try to add a new purchase order I get an error "Tax code should be valid for A/P[Purchase Order - Rows - Tax Code]"
    How can I fix this?
    Thanks & Regards,
    Sheetal

    TaxCode object in the DIAPI has a property called "ValidForAP". It was set to "N" hence the error. The warehouseinfo had this taxcode set and when the item was added to the purchase order the same tax code got set automatically. Hence the add on Purchase order would fail with the message.
    Regards,
    Sheetal

  • Schedule line should not generate until SA release

    Dear All,
    We want when we run MRP against schedule agreement then "Schedule line should not generate until SA release"
    Abhinay

    HI Abhinay Sachan ,
    Bascially when we run the MRP the system generate the Schedule Lines for that  schedule line we are doing release .....
    If you have SA for a particular materail system gives the Error or warrning message based on the setting what we made...if it is error sysetm won't allow other wise it is warrning meaasge means we can cretae the PR for the particular materail i hope i wll help you
    Regards
    Murugan J

  • How to write the ABAP code for Datasource Enhancment

    Hi Team,
                  Can you please help me how to write the code for the enhancement i have made to the standard datasource
    i have added the fields ZZPayer and ZZPayer_access.
    I just wanted to know how to write the ABAP code to populate the data for these fields.
    Regards,
    Pradeep P.

    Hi
    From a performance point of view would like to suggest a few changes :
    WHEN '<DS name>'.
      select zzfields from <table> into itab
      for all entries in c_t_data where <condition>.
      If sy_subrc = 0.
    loop at c_t_data assiging f_c_t_data.
    read itab into wa_itab where key = f_c_t_data-key.
    f_c_t_data-zzfield = wa-itab-zzfield.
    endloop.
    refresh itab.
    regards,
    aparna
    endif.

  • According to postal code should block the purticular material for customer

    In sales order According to postal code should block the purticular material for the customer.for this Can I go for User exit?can anyone explain how to do this?I m new to user exit.

    You can use the material listing/exclusion in SD cutomizing, instead of writing a userexit. SPRO: sales-> basic functions -> listing/exclusion
    Here you can define the criteria and make tables and accesses that manage this kind of problem without writing code.
    pls. reward points if helpful
    regards
    Roberto

  • Frequently faced errors when making code as unicode enabled document

    Hi ALL,
    Does any have frequently faced errors when making code as unicode enabled document
    please forward it to
    [email protected]
    thanks
    Suchitra

    WS_DOWNLOAD and WS_UPLOAD function calls will need to be replaced with GUI_UPLOAD and GUI_DOWNLOAD or the assocaited methods of the class CL_GUI_FRONTEND_SERVICES.  Also, some syntax changes to some statements, like OPEN DATASET will need the ENCODING extension.
    Regards,
    Rich HEilman

  • Upgrade Sap R/3 4.6b to ECC 6.0  -unicode enabling

    Hi,
    I am going to work Upgrade Sap R/3 4.6b to ECC 6.0
    My role only Unicode enabling syntax check.
    Can any one explain what are the work involved in
    Custom Reports, Custom Transaction and Screens, BDC, Enhancements and Exits(BTE), Script ,Custom DDIC
    Particularly need information Sapscript forms
    Regards,
    Ram

    Hi Ram,
    For Unicode, transaction UCCHECK is your best friend. It will even tell you how to fix the error.
    All programs – Most of the time you will just go and set the Unicode Checks Active program attribute, save, activate.
    - If there are Unicode errors, fix them.
    http://iorboaz.blogspot.com/2008/03/sap-abap-solution-instructions-for.html
    SAPScript - Not sure if it even needs Unicode-enabling. We are still in the middle of an upgrade. Will add more later.
    Custom DDIC – In our case, the BASIS team handled the Unicode conversion of the DDIC objects.I think they ran a consistency check first, then run SPUMG or something.
    Search the web for a Combined Upgrade and Unicode Conversion Guide.
    Hope this helps.

  • Problem With Insert statement using field symbols with unicode enabled

    I was writng a function module for dyanamic operations on the table. We are using the field symbols, function module is unicode enabled.
    Assign statements are working fine, with which we created work are <fs_wa_header> and internal table <fs_tb_item> dynamically based on the table name (IM_TB_HENAME) which we get as import parameter.
    we have query which is giving us dump.
    INSERT  (IM_TB_HENAME)  FROM <FS_WA_HEADER>.

    Hi
    INSERT (IM_TB_HENAME) FROM <FS_WA_HEADER> is good for inserting a line in the database, so IM_TB_HENAME has to have the name of dictionary table.
    U should write:
    INSERT  <FS_WA_HEADER> INTO (IM_TB_HENAME).
    But I believe you can't use the variable IM_TB_HENAME, you should use another field-symbols:
    ASSIGN (IM_TB_HNAME) TO <FS_TB_ITEM>.
    INSERT  <FS_WA_HEADER> INTO <FS_TB_ITEM>.
    Max

  • Unicode Enabling

    Greetings,
    We are going through an upgrade from 46C to ERP 5.0. Will we be able to unicode enable individule ABAP programs without setting the system to unicode enabled?  Thanks in advance for your assistance.
    Regards,
    Jason

    If your PRD system has been around for a long time, then YES.  You should expect a large amount of work.
    We have 3 R/3 PRD instances for 3 parts of the world.
    We have applied Unicode to the 2 newer ones.  It was a few days of hard work.  But the systems are younger... and not a great deal of custom work.
    Our original PRD system is 12.5 years old.  We are not planning to go Unicode there.  It would be an enormous project with little/no return to those businesses.

  • Is it possible to make SAP 4.6C UNICODE enabled??

    Is it possible to make SAP 4.6C UNICODE enabled??

    No its not possible.
    4.6 is Single code page or MDMP.
    Best regards
    deepak

  • 4.6C unicode enabled?

    Hi All.
    We are upgrading to ECC 6.0. But the upgrade is simultaneous. We'd be building a new server, and some developments will still go on concurrently in 4.6C.
    Is there any way we can ensure that new developments in 4.6C will be unicode enabled and would not give any errors in UCCHECK? I know 4.6C is not unicode enabled. But can we do some setting so that programs, if do not follow unicode standards, give warnings atleast?
    Hope my query is clear.
    Thanks in adv.

    Hi,
    I just did a search for the example program and i found a SDN link:
    Unicode check in 4.6C
    In this thread it's mentioned that depending on your support pack lever report RSUNISCAN should
    be available in the 4.6c system.
    I only have a 4.7x system available at the moment so i can't check it for you. But maybe you can take a look to this report.
    Regards,
    Victor

  • Unicode Enabling Issues for HR ABAP.

    Heay Guys,
    I am working on a Unicode Enabling Project.
    For those who has worked on a Unicode Enabling Project, could you please tell me if there would be any issues specific to HR ABAP Programs? This is an urgent requirement for me.
    Please reply me as soon as possible.
    Thanks and Regards,
    Bhargava Kavuri.

    Hi Bhargava,
      I have some unicode related doc with me.
      I will forward it to your id.
      Those obslate statements are related to type
      decarations. To find them you create ome small prog
      and use PNP in that. and now you enable unicode
      and do EPC it will show you all the obsolete
      statements.
      I have sent the help dod to your id please check now.
    Thanks&Regards,
    Siri.
    Kindly award points to all the helpful answers.
    Message was edited by: Srilatha T

  • Unicode Enabling of HR ABAP programs

    Hi everyone,
    Would there be any difference in unicode enabling the normal ABAP programs and HR ABAp programs???
    Can anyone please throw some light on this topic??
    Please kindly respond.
    Thanks and Regards,
    Bhargava Kavuri....

    hi check the following links.
    http://help.sap.com/saphelp_47x200/helpdata/en/db/74d038d35e11d5994400508b6b8b11/frameset.htm
    http://www.sapdb.org/7.4/htmhelp/db/74d038d35e11d5994400508b6b8b11/content.htm
    http://72.14.203.104/search?q=cache:ZAoOe49ukb8J:www30.sap.com/korea/Company/Events/techday05/img/data_01.pdfsapunicode&hl=en&gl=in&ct=clnk&cd=8
    http://help.sap.com/saphelp_47x200/helpdata/en/1c/7fa22cd41a11d5994400508b6b8b11/frameset.htm
    Please reward .

Maybe you are looking for

  • Web Authentication on HTTP Instead of HTTPS in WLC 5700 and WS-C3650-48PD (IOS XE)

    Hello, I have configured a Guest SSID with web authentication (captive portal). wlan XXXXXXX 2 Guest  aaa-override  client vlan YYYYYYYYY  no exclusionlist  ip access-group ACL-Usuarios-WIFI  ip flow monitor wireless-avc-basic input  ip flow monitor

  • Date Set from Member Property Value

    I need to create a 6Month Date Set in the cube, however instead of using the long Month Name, there is a Short Month name in the hierarchy as a Member Property to the long name (see pic below, red arrow pointing at the property) but I'm struggling cr

  • Table Rendering - Row level vs Column level

    Normally renderers are specified for a given class of data or column of data. So, how would you handle rendering requirements that are row or table dependent? For example, how do I: a) color alternate lines in a table b) change the border of the sele

  • License could not be validated

    I have Creative Cloud and I have this issue with Premiere and now Audition. I havn't been able to open anything since I bought this in October and I've been paying for it. All my tickets just get closed.

  • Why there are only few Hindi movies and not all or New Movies in theater.

    I bought apple TV after checking that apple has hindi movies section. I did not know that they have only few movies. I wanted to watch double dhamaal which is in cinema only. I believe Apple TV may have it as well. The list even does not show all hin