Not convertible in Unicode

Hi all,
I'm copying a report from a older release so I'm getting some Unicode issues.
The report has:
pad25 = i1001_ext-adata.
pad25 - structure
i1001_ext-adata - 600 char field
When I activate I get the message:
"PAD25 and i1001_ext-adata are not mutually convertible in a Unicode program".
Can you help me to adapt this?
Thanks! Reward points for answers.

HI,
try doing this...
FIELD-SYMBOLS: <C_STRUC> TYPE C.
assign PAD25 to <C_STRUC>    casting.
<C_STRUC> = i1001_ext-adata.
  APPEND PAD25.
regards,
priya.

Similar Messages

  • Data objects in a Unicode program are not convertible?what does this mean?

    hello,everyone,
    when I execute a smartform directly in the transaction smartforms.,the result can be seen just no data.
    when I execute program to transfer two internal tables from interface with data to the smartforms,and I use tcode st22,
    the error is : Data objects in a Unicode program are not convertible.
    the error analysis; The statement
       "MOVE src TO dst"
    requires the operands "dst" and "src" to be comvertible.
    the source code that error occurs is :LOOP AT I_SHIP_DETAIL INTO WA_DETAIL .
    and I know that the internal table have errors ,I defined the internal table refer to a structure created myself,and I set break-point in the smartforms ,can see the data in the internal table ,so why occurs such errors ,pls help me if you know .thank you in advance.

    hi
    good
    go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2dac69e-0e01-0010-e2b6-81c1e8e5ce50
    thanks
    mrutyun^

  • Unicode type not convertible

    Hi,
    Need some help in modifying the code ... I am working on a mass download of data into a texr file from the tables. Few of these tables have fields in decimal or currency and I  need to read them into character string. I know the structure of the internal table I read the data into has to exactly match the table structure in Unicode environment. How to add that in the code when I am pulling the tables dynamically and reading their data in a sequential  manner. Hence I am getting the above error.
    Data: begin of i_list occurs 0,
          i_tabledata(2550) type c,
         end of i_list.
    select * from (v_tabname) into i_list.   -
    > Unicode  type not convertible error...
            append i_list.
            clear i_list.
          endselect.
    The value of 'v_tabname' comes from the table DD02l dynamically.
    Any thoughts?
    Thanks,
    VG

    As per your requirement, i developed this code snippet.
    I download the data from ZTESTVBAK & upload the data to YTESTVBAK. Not sure why you're transferring the data to string & trying to read the string ?
    Check this code snippet:
    PARAMETERS: p_tab TYPE tabname OBLIGATORY DEFAULT 'ZTESTVBAK',
                p_dwld RADIOBUTTON GROUP grp1 DEFAULT 'X',
                p_upld RADIOBUTTON GROUP grp1.
    DATA: dref TYPE REF TO data,
          v_tab TYPE tabname,
          lcx_sql_err TYPE REF TO cx_sy_sql_error,
          v_errtxt TYPE string.
    FIELD-SYMBOLS: <itab> TYPE STANDARD TABLE,
                   <wa> TYPE ANY.
    CREATE DATA dref TYPE STANDARD TABLE OF (p_tab).
    ASSIGN dref->* TO <itab>.
    IF p_dwld = 'X'.
      SELECT * FROM (p_tab) INTO TABLE <itab> UP TO 100 ROWS.
      IF sy-subrc = 0.
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename                = 'C:\dyntab.txt'
            write_field_separator   = 'X'
            confirm_overwrite       = 'X'
          TABLES
            data_tab                = <itab>
          EXCEPTIONS
            file_write_error        = 1
            no_batch                = 2
            gui_refuse_filetransfer = 3
            invalid_type            = 4
            no_authority            = 5
            unknown_error           = 6
            header_not_allowed      = 7
            separator_not_allowed   = 8
            filesize_not_allowed    = 9
            header_too_long         = 10
            dp_error_create         = 11
            dp_error_send           = 12
            dp_error_write          = 13
            unknown_dp_error        = 14
            access_denied           = 15
            dp_out_of_memory        = 16
            disk_full               = 17
            dp_timeout              = 18
            file_not_found          = 19
            dataprovider_exception  = 20
            control_flush_error     = 21
            OTHERS                  = 22.
        IF sy-subrc = 0.
          WRITE: / 'File download successful.'.
        ENDIF.
      ENDIF.
    ELSEIF p_upld = 'X'.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = 'C:\dyntab.txt'
          has_field_separator     = 'X'
        TABLES
          data_tab                = <itab>
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc = 0.
        v_tab = p_tab.
    *   Lock the table records
        CALL FUNCTION 'ENQUEUE_E_TABLEE'
          EXPORTING
            tabname        = v_tab
          EXCEPTIONS
            foreign_lock   = 1
            system_failure = 2
            OTHERS         = 3.
        IF sy-subrc = 0.
          TRY .
              MODIFY (p_tab) FROM TABLE <itab>.
            CATCH cx_sy_sql_error INTO lcx_sql_err.
              v_errtxt = lcx_sql_err->get_text( ).
          ENDTRY.
        ENDIF.
    *   Unlock the table records
        CALL FUNCTION 'DEQUEUE_E_TABLE'
          EXPORTING
            tabname = v_tab.
        COMMIT WORK.
      ENDIF.
    ENDIF.
    Hope this helps.
    BR,
    Suhas

  • PReq 1100000000/ not convertible (status )

    while creating RFQ with reference of PR iam getting this error
    PReq 1100000000/ not convertible (status )
    Pls guide...

    Hi
    This is manual PR only i have created for 150 qty,
    i have activated version management also to check that i tried changing it by 200 qty, Now it is version 1
    first when you create PR for 150 qty ,version was 0
    now you change quality 200 means version is created 1,but this version not completed i think
    as you said version in process,please check in PR at left hand side , version complete flag active or not,If not active it manually
    Regards
    Kailas Ugale

  • CR XI R 2 and CR 2008 does not render Khmer Unicode correctly

    Post Author: khmerangkor
    CA Forum: General
    Having evaluate CR XI R 2 and CR 2008 in Visual Studio 2005 and Visual Studio 2008.  The result:When I work with Crystal
    Report Application itself is fully supporting the Khmer Unicode. Then
    I include it into VS 2005 and 2008, it does not support Khmer Unicode at all.  Basically, it does not render at all. Hope Crystal Report Development Team look into this problem and help us to develop report in Khmer Unicode.  We belive in your product.Regards,Khmer

    Don,
    the problem seem to be that Version XI Rel 2 is not only an Upgrade of Version XI (for what I just purchased a license) but a special Version.
    So I have the Trial Version XI Rel 2 and my Reg. Key does not comply with it.
    I Think SAP ony gives the user the right to use Version XI Rel 2 I you buy a full Version (even if you are Crystal reports Customer for 15 years).
    Very diffuse and time wasting the whole thing. I hope my old projects still using Crystal reports will soon run out of use.
    Cheers for your efforts
    Miko

  • Error in ME21n 'The date 1,245 is not convertible (pl correct).

    While preparing a STO thru T.Code ME21N , system is giving an error 'The date 1,245 is not convertible (pl correct).
    Can u pl help us in analysing why the error is coming.
    Regards,
    Paras

    Hi
    Enter the date format as per user prifile sysem config.
    Check In SU3 T-code  deafult tab-date format
    Like example MMDDYYYY/DDMMYYYY/YYYYMMDD
    Nagaraj K

  • The date 00.00.0000 is not convertible (please correct)

    Hi,
    While creating Production order through CO01 system is showing the error message
    The date 00.00.0000 is not convertible (please correct)
    Message no. 61060
    At the time release only system showing this error message.
    Regards,
    Teja

    y
    Edited by: M Madhu on Mar 11, 2010 4:01 PM

  • Date 00.00.0000 is not convertible

    While preparing a Purchase Order thru T.Code ME21N in our Quality Server, system is giving an error 'The date 00.00.0000 is not convertible (pl correct).
    We have checked all the date fields while preparing a purchase order and find that it is filled.
    Can u pl help us in analysing why the error is coming.
    With Rgds.,
    Rakesh Kumar

    Hi,
    check whther you have maintain the 'Factory calendor' for your plant.
    regards

  • Value '61218XZEF ' from field ANZVERTR is not convertible into the DDIC

    Hi All,
    I struggling with this error can anybody pls help me.
    <b>Value '61218XZEF ' from field ANZVERTR is not convertible into the DDIC
    data type DEC in data record 1 . The field content could not be  transferred into the typed transfer structure.</b>
    This is occuring only in Prod, i have tested the same in Dev & QA but i didn't get this error.
    here the R/3 field ANZVERTR of type DEC length 6 is assigned to infoobject 0UCCNTRCNT of type DEC length 17 ( data element /BI0/OIUCCNTRCNT).
    i dont think its a problem right coz the infoobject has same type and larger size.
    i have another 3 fileds with the same problem.
    Is it a problem in BW or probelm in data being uploaded from R/3 side. coz the hasn't received in BW yet. the error says " The field content could not be  transferred into the typed transfer structure"
    Even i have PSA in parallel but data hasnt even came to PSA.
    when i check job overview in R/3 i saw a msg " Function module /BI0/QI0UC_SALES_STATS_020001 does not exist"
    when i checked this FM with other guy( coz i dont have access) it is there and is active.
    Pls anybody help me.
    Regards
    Robyn.

    Hi Arvind,
    That filed is a keyfigure coming from standard datasource 0uc_sales_stats_02 it  uses various different tables, iam not able to figure out where is it comin from.
    Is it sure that the problem is in R/3 side???
    if it is a problem in BW at least that data should have come through to PSA right??
    keyfigures coming from std. datasources goes through various extraction programs, its not field to field mapping from R/3 to BW in case of key figures i guess. correct me if im wrong.
    Regards
    Robyn.

  • Error: Data objects in a Unicode program are not convertible.

    Hi All,
    I'm getting an above error while appending a record from field-symbol work area to field-symbol internal table.
    Please let me know how to resolve this.
    Thanks & Regards
    Santhosh

    Hello Santosh
    Apparently the structures of your work area and that of your itab are not (exactly) the same. This kind of sloppy coding is no longer possible on a Unicode system.
    You may try the following approach:
    " <ls_workarea> : work area having structure A
    " <ls_record>: line structure B of your itab
    " <lt_itab>: itab having line structure B
      CALL METHOD cl_abap_container_utilities=>read_container_c
        EXPORTING
          container = <ls_workarea>
       IMPORTING
          ex_...     = <ls_record>.
    APPEND <ls_record> TO <lt_itab>.
    If this approach fails you may try to use a string variable as intermediate, i.e.
    1. Move <ls_workarea> to LD_STRING (using static method FILL_CONTAINER_C)
    2. Move LD_STRING to <ls_record> (using static method READ_CONTAINER_C)
    Regards
      Uwe

  • Adobe Player 10 do not support khmer unicode?

    Hi!
    I created a flex application with flexl builder 3.0.2 with khmer unicode. (you can download khmer unicode on http://www.khmeros.info). When I type khmer  test in textinput or other input control I got this text ?????????????????????. but If I assigned value by hard code It display correctly. it seem Flash Player 10 could not give correct text value to control.
    If someone or adobe know about this pb pleas help me!
    Thank!
    Boren

    You may be more likely to get a reply if you post in the Flex forum.
    Normally this kind of reaction is that the application is not built for multibyte strings (i.e. multibyte characters getting handled as single bytes).  I do not know if you as a developer have any way to control this in Flex, so ask in the Flex forum.

  • System not starting after Unicode conversion:R3trans fails

    Hello
    We are performing a Unicode upgrade on an ECC 5.0 system. The ECC 5.0
    is a MDMP System. After completing Unicode preparatory activities, we
    have started to perform a system export using SAPINST. Export completed
    successful.
    We started with the system import using SAPINST.
    The database load phase completed. Update statistics phase is in
    progress on SAPinst.
    In the meanwhile we did a check of R3Trans check we observe:
    R3Trans u2013x is successful.
    But, R3Trans u2013d fails with the error below.
    u201CThis is R3trans version 6.13 (release 640 - 17.02.10 - 13:07:00).
    unicode enabled version
    2EETW000 I have some problems during TADIR access.
    R3trans finished (0008).u201D
    Thanks

    Workprocess Log
    ======================
    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server i3lbwvbw1_BI7_00 on host i3lbwvbw1 (wp 1)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Wed Mar 16 13:17:05 2011
    M  *  RELEASE     701
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10916
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  262]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  dbtbxbuf: Buffer TBX_SINGLE not available
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 3900) [dpnttool.c   334]
    ============================

  • Some menus are not readable after unicode conversion

    Hello Experts,
    We have converted an MDMP system to unicode and when we log on to it using SAP GUI 7.10 some elements are displayed incorrectly (garbled):
    - Tool Bar
    - syb-menues
    - selection screen texts
    - table content in SE16
    On PC all supplemental languages are installed, all I18n settings per SAP notes have been done but still - no success (Alt+F12, etc).
    What else can be wrong?
    Seems like a frontend issue, because downloading table content from SE16 to a local file and then opening it in IE using ISO encoding - works fine. I also noticed that when saving the file SAP says "
    using code page 1160"
    Shouldn't it be using code page 4110 - which should be autimatically assigned to SAP Gui when connected to a Unicode SAP system?

    We had a likewise problem after our migration (under 4.7) and we could solve it by deleting the language load.
    Note 110910 - Deleting the language load
    Markus

  • Text written into MS Word document is not translated into unicode format

    Hi all,
    I am creating a MS word document using OLE document management interface. Then I am adding some text fields with i_oi_form->add_field. My system is a unicode system. The word document is created but characters like "á" or "ñ" become strange things, somehow the interface is not translating the text into unicode. Example "Não más" becomes "Não más" on the word document.What am I missing here? How can I achieve to create on the word document exactly what I write in SAP ECC 6.0?
    Thanks,
    ns

    Hi all,
    I am creating a MS word document using OLE document management interface. Then I am adding some text fields with i_oi_form->add_field. My system is a unicode system. The word document is created but characters like "á" or "ñ" become strange things, somehow the interface is not translating the text into unicode. Example "Não más" becomes "Não más" on the word document.What am I missing here? How can I achieve to create on the word document exactly what I write in SAP ECC 6.0?
    Thanks,
    ns

  • SWN_CREATE_SHORTCUT not working for Unicoded system

    The FM "SWN_CREATE_SHORTCUT" is working fine for a non-unicoded system. While for an unicoded system the shortcut created is not working. Is there any parameter i need to set for an unicoded system or do we have to use another FM for it..?
    *"Create shortcut for transaction ZMSABSR02_NEW.
      CALL FUNCTION 'SWN_CREATE_SHORTCUT'
        EXPORTING
          I_TRANSACTION               = c_tran
          I_SYSID                     = SY-SYSID
          I_CLIENT                    = SY-MANDT
          I_USER                      = SY-UNAME
          I_LANGUAGE                  = SY-LANGU
          I_WINDOWSIZE                = c_window
          I_TITLE                     = c_title2
        IMPORTING
          SHORTCUT_STRING             = w_string
        EXCEPTIONS
          INCONSISTENT_PARAMETERS     = 1
          OTHERS                      = 2.

    Hello,
    I had the same problem today.
    I'm in a unicode system, the "SO_NEW_DOCUMENT_ATT_SEND_API1" FM creates a unicode shortcut that doesn't work fine.
    Solution : Add the following lines to your code:
    DATA: wlt_object_header TYPE TABLE OF solisti1,
          wls_object_header TYPE solisti1.
    REFRESH wlt_object_header.
    CLEAR wls_object_header.
    wls_object_header = '&SO_FORMAT=ASC'.
    APPEND wls_object_header TO wlt_object_header.
    And add the internal table wlt_object_header to the TABLES parameters object_header of the "SO_NEW_DOCUMENT_ATT_SEND_API1" FM call :
      TABLES
        object_header              = wlt_object_header
    Now, the shortcut is non-unicode and works fine.
    For information, my saplogin.ini gives : "DEFAULT_NON_UNICODE".
    Best regards,
    -Olivier-

Maybe you are looking for

  • MBP Hangs on Reboot

    After installing the latest update of Safari I notice something odd after I rebooted but I guess my machine rebooted ok. Now it appears to have shat the bed and I can only reboot OK 1 in 20 times. Here is what happens: On a reboot, black screen, anno

  • Routing condition in receiver determination

    Hi, In my RFC to JMS scenario, i encountered with a strange routing condition for the receiver determination. I have routing condition like " string length (one field in Bapi)<1" . Could any one help me how to implement this? Regards, Vishnu.

  • Oracle.swd.oui directory missing from 10G agent download

    I downloaded Oracle Enterprise Manager 10g Grid Control Management Agent Release 1 (10.1.0.2) for SPARC 32 bit fle name GC10g_agent_download.cpio.gz from OTN and the agent_download/Disk1/solaris/agent/stage/Components/oracle.swd.oui directory is miss

  • Error 'Cannot download WSDL from......'  'Compilation fails...'

    Hi, I have created a web service for the function module 'CATS_READ_TIMESHEET_DATA' , I am trying to test the webservice in the WSADMIN transaction and the following error results: <i>Cannot download WSDL from http://uswasdvp.xxxxxxx.com:8088/sap/bc/

  • ADF-SWING How to enable texfield bound to un-updatable database fields

    My ViewObject has an attribute that i added manually what is calculated by a Sub Select. I have checked the "Maped to column or sql expression" option in the view of the attribute. An then put an expresion like this: (SELECT DESCRIPTION FROM DEPARTME