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.!

Similar Messages

  • 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

  • Table is not Unicode Convertible

    hello,
    i am getting error the type of tha database table or work area or internal table are not unicode convertible. please help me.
    REPORT ZEXCISE_INVOICE_RTNS
    LINE-COUNT 100
    MESSAGE-ID 8I.
    *INCLUDES
    INCLUDE RVADTABL.
    *TABLES
    TABLES : T001, "Company Codes
    T005, "Countries
    LFA1, "Vendor Master (General Section)
    EKKO, "Purchasing Document Header
    EKPO, "Purchasing Document Item
    MKPF. "Header: Material Document
    *Excise Tables
    TABLES : J_1IEXCHDR, "Excise invoice header detail
    J_1IEXCDTL, "Excise invoice line item details
    J_1IEXCDEF, "Tax default informations
    J_1IMOVEND. "Vendor Master Excise Additional Data
    *INTERNAL TABLES AND STRUCTURES
    DATA : BEGIN OF TJ_1IEXCDTL OCCURS 0.
    INCLUDE STRUCTURE ZJ1IEXCDTL.
    DATA : END OF TJ_1IEXCDTL.
    DATA : i_mseg like mseg occurs 0 with header line.
    DATA : TJ_1IEXCDTL_Temp like TJ_1IEXCDTL occurs 0 with header line.
    DATA : begin of it_ekpo occurs 0,
    ebeln like ekko-ebeln, "PO Number
    ebelp like ekpo-ebelp, "Line item number
    meins like ekpo-meins, "Unit of measurement
    mwskz like ekpo-mwskz, "Tax on Sales/Purchases Code
    netpr like ekpo-netpr, "unit price
    end of it_ekpo.
    DATA : begin of it_a003 occurs 0,
    knumh like a003-knumh, "Condition record number
    kappl like a003-kappl, "Application
    kschl like a003-kschl, "Condition type
    mwskz like a003-mwskz, "Tax on Sales/Purchases Code
    end of it_a003.
    DATA : begin of it_konp occurs 0,
    knumh like konp-knumh, "Condition record number
    kappl like konp-kappl, "Application
    kschl like konp-kschl, "Condition type
    mwsk1 like konp-mwsk1, "Tax on Sales/Purchases Code
    kbetr like konp-kbetr, "Rate/unit
    end of it_konp.
    DATA : begin of it_konv occurs 0,
    knumv like konv-knumv, "Number of the document condition
    kposn like konv-kposn, "Condition item number
    kschl like konv-kschl, "Condition type
    krech like konv-krech, "Calculation type for condition
    kbetr like konv-kbetr, "Rate (condition amount or percentage)
    kwert like konv-kwert, "Condition value
    end of it_konv.
    *VARIABLES
    DATA: RETCODE LIKE SY-SUBRC. "Returncode
    DATA: REPEAT(1) TYPE C.
    DATA: XSCREEN(1) TYPE C. "Output on printer or screen
    DATA: G_FM_NAME TYPE RS38L_FNAM,
    V_SUBTOTAL LIKE J_1IEXCDTL-EXBAS.
    DATA : V_CHID(45) TYPE C,
    V_DESC1(30) TYPE C,
    V_DESC2(30) TYPE C,
    V_DESC3(30) TYPE C.
    DATA : v_document(15) TYPE C.
    SELECTION SCREEN
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_mblnr like mkpf-mblnr OBLIGATORY,
    P_time like SY-UZEIT.
    SELECTION-SCREEN END OF BLOCK b1.
    START-OF-SELECTION
    start-of-selection.
    PERFORM GET_DATA.
    CHECK RETCODE = 0.
    Get the form name
    PERFORM GET_FORM_NAME.
    Call the form
    PERFORM CALL_FORM.
    End-Of-Selection
    end-of-selection.
    *FORM GET DATA
    FORM GET_DATA.
    SELECT single * from mkpf where mblnr = P_MBLNR.
    IF sy-subrc <> 0.
    RETCODE = 4.
    message i078(8I).
    exit.
    ELSE.
    PERFORM GET_EXCISE_INVOICE.
    if retcode <> 0.
    MESSAGE i301(8I).
    else.
    PERFORM GET_EXCISE_DETAILS.
    endif.
    ENDIF.
    ENDFORM. "GET_DATA
    *FORM GET EXCISE DETAILS
    FORM GET_EXCISE_DETAILS.
    DATA: KAWRT LIKE KOMV-KAWRT. "Excise Duty - Base Amount
    SELECT * FROM J_1IEXCDTL INTO TABLE TJ_1IEXCDTL
    WHERE TRNTYP = J_1IEXCHDR-TRNTYP
    AND DOCYR = J_1IEXCHDR-DOCYR
    AND DOCNO = J_1IEXCHDR-DOCNO.

    The structures do NOT have to be the same for a CORRESPONDING FIELDS. This works in a test program I have:
    ==================
    DATA: itab TYPE STANDARD TABLE OF istruct.
    SELECT *
    FROM ztab
    INTO CORRESPONDING FIELDS OF TABLE itab
    WHERE vkorg = 'XYZ'
    AND zyear = '2007'
    AND werks = '00A'.
    ===================
    where "istruct" is the same as the DB table definition plus two additional columns and minus MANDT.
    However, in another program I get the "not Unicode compatible" error when I try to activate it.
    Why does it work in one case and not the other? Is it some program setting?

  • 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

  • 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

  • Not unicode convertible

    HI,
    INSERT ZBALTAB FROM TABLE ITAB_HYP.
    I get an error for the above line.
    ITAB_HYP are not unicode convertible.
    regards
    Bala

    The structures do NOT have to be the same for a CORRESPONDING FIELDS.  This works in a test program I have: 
    ==================
    DATA: itab  TYPE STANDARD TABLE OF istruct.
    SELECT *
      FROM ztab
      INTO CORRESPONDING FIELDS OF TABLE itab
      WHERE vkorg = 'XYZ'
        AND zyear = '2007'
        AND werks = '00A'.
    ===================
    where "istruct" is the same as the DB table definition but with two additional columns and without MANDT. 
    However, in another program I get the "not Unicode compatible" error when I try to activate it. 
    Why does it work in one case and not the other?  Is it some program setting?

  • 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

  • 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

  • The Bluetooth low energy protocol is not backward compatible with classic Bluetooth protocol. My iPhone 4s can not find my sonny in-dash player. However my iPhone 3GS does it. Very disappointed with this. Any idea how it can be fixed???

    The Bluetooth low energy protocol is not backward compatible with classic Bluetooth protocol.
    My iPhone 4s can not find my sonny in-dash player. However my iPhone 3GS does it. Very disappointed with this.
    Any idea how it can be fixed??????

    Hello,
    You are correct, Blue tooth low engergy, BTLE.(only) devices are not backward compatible with Classic bluetooth and cannot connect.
    However the Apple 4S and above have Bluetooth 4.0 support.. Hardware wise it has bothClassic Bluetooth, like the 3GS, as well as Bluetooth Low Energy.  There is no good reason why your 4s cannot communicate to your Sony in-dash player using the Classic bluetooth that resides in the 4S.
    I know that this does not answer the why it does not work, but it should work. Do you have to somehow re-pair the new phone up to the player?  Not  knowing the model of the Sony it is hard to investigate.
    And I hate to ask but are you sure that the Bluetooth radio is on in the phone?
    JT

  • How do I go back to Firefox 5.0? I need to use Selenium IDE, which is not yet compatible with 6.0.

    How do I go back to Firefox 5.0? I need to use Selenium IDE, which is not yet compatible with 6.0.

    The link is to the latest update to 4.o which was 4.0.1
    The 4.0.1 and 5.0 are two separate versions as installing 4.0.1 over 5.0 will just give you the old 4.0.1 as the end result.
    The 5.0 is partially as a security update in place of 4.0.2.
    The Skype extension was only for to make it so you can dial phone numbers on a web page in the separate Skype program right so if you were not using it then no need for the Skype extension for the separate Skype application to work.

  • TS2834 I've been using the mail app that came with my Mac for over a year. Out of the blue, it will not open and keeps saying "Mail cannot open because of a problem" and something about not being compatible ??? Help! I miss my mail

    I've been using the mail app that came with my Mac for over a year. Out of the blue, it will not open and keeps giving me an error like "Mail cannot open because of an error and something about it not being compatible. Please help! I miss my mail

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • I cannot print from my iPad using airport express. My printer is not AirPrint compatible but is connected to airport express thru USB port. My laptop can print with no problem thru the express unit. My lap top is no a mac.

    Good day, my iPad does not seem to pick up my printer. My printer is not AirPrint compatible but is connected to my airport express thru the USB port. My laptop which is windows type connects to the printer via airport express thru bonjour and this work well. My iPad does not pick up my printer thru the airport express. I have read about different software that you can download but this seems to be only if you are using a mac. I know my express is working fine as I can use airplay thru my iPad. Any ideas? I do not want to go to the expense of changing my printer, when there was no mention in the express details that your printer had to be AirPrint compatible or indeed wireless.

    See this article to learn how to print from an iPad to your USB printer when you have a PC.  The PC will need to be running when you want to print from the iPad.
    Print from your iPad with PrintCentral | How To - CNET

Maybe you are looking for

  • Video playing back choppy even in Source window

    I've been working on a project for a while and wanted to back it up to a hard drive. We have an internal hard drive bay so I shut the computer down, put in a 500GB hard drive, backed up the project, shut the computer down and removed the hard drive.

  • Most recent Samba breaks sharing?

    Good Morning everyone, I -Syu'ed today and now I find that I can't connect to my mediaserver anymore from a Windows 7 machine. This has never been a problem in the past and I havn't changed my smb.conf. Can someone confirm that they can connect to th

  • Networking eMac and MacBook

    Hi, I have a eMac, MacBook, HP Printer *** Scanner *** Photocopier and a External Hard Drive and want to set up a network with Airport Extreme. The purpose being to be able to access my eMac HD from my MacBook and vice versa. Similarly I want to use

  • Is there an upgrade price from 9.1.8

    Logic Pro X looks good, but it's expensive. Isn't it possible to upgrade from 9.1.8 for a more reasonable price? I can't find an upgrade option, but Apple is usually reasonable with this sort of thing.

  • Click on Firefox icon and ASK appears - why please and how do I get my Firefox back ?

    Firefox had been ok all day. Then late afternoon I clicked on the Firefox icon and ASK Jeeves appeared. Cannot get rid of it and cannot get Firefox. Help.