Unicode MESSAGEG!3 error

Hi,
I am doing unicode conversion of SAP programs.
For the below code, I am getting error <b>"LS_RGUMD-RECORD_KEY" and "LS_GLU1" are not mutually convertible in a Unicode program</b>."
DATA : LS_RGUMD type RGUMD.
DATA : LS_GLU1  type GLU1.
LS_RGUMD-RECORD_KEY = LS_GLU1.
LS_RGUMD-RECORD_KEY is char1900 and GLU1 is the structure with fields like char, cuky, numc etc.
Please help to address the issue.
Thanks,
Yogita

Hi Yogita,
write in this way,
data ls_rgumd type rgumd.
data ls_glu1 type glu1.
*create new structure ls_glu1_c
*with all the fields type c and length of the as in structure glu1
*like i have shown below.
type begin of ls_glu1_c,
       RCLNT(3),
       RLDNR(2),
       RRCTY(1),
       end of ls_glu1_c.
*now pass the ls_glu1 structure to ls_glu1_c.
    ls_glu1_c  = ls_glu1.
*then       
    LS_RGUMD-RECORD_KEY = LS_GLU1_C.
try this way it should help you.
Ali

Similar Messages

  • Regarding unicode issue(UCCHECK- MESSAGEG-G error code)

    hi guys,
    I have below error in UCCHECK error analysis.
    The length declaration "138" exceeds the length of the character-type start
    (=43) of the structure. This is not allowed in Unicode programs . . . . . . .
    In the source code.
    MOVE EUDB_1(148) TO ATTCHK.
    used like this.
    EUDB_4 is Struc having 18 fields, ATTCHK is also struc having 1field  length 211.
    How to solve this problem.
    Regards
    Ambichan

    Hi Yogita,
    write in this way,
    data ls_rgumd type rgumd.
    data ls_glu1 type glu1.
    *create new structure ls_glu1_c
    *with all the fields type c and length of the as in structure glu1
    *like i have shown below.
    type begin of ls_glu1_c,
           RCLNT(3),
           RLDNR(2),
           RRCTY(1),
           end of ls_glu1_c.
    *now pass the ls_glu1 structure to ls_glu1_c.
        ls_glu1_c  = ls_glu1.
    *then       
        LS_RGUMD-RECORD_KEY = LS_GLU1_C.
    try this way it should help you.
    Ali

  • Unicode Conversion : Import Error in ABAP  SAPCLUST Error

    Hi
    I am doing the unicode conversion ..
    The export of the database is successful.. But during the import it is giving an error.
    Export is done as per note  552464 (Code Page 4103)
    Platform is windows server 2003 / Oracle 10.2
    Loading of 'SAPCLUST' import package: ERROR
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "CTSINTCOSNW5                                                    "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "CTSINTCOSNW5"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
    (DB) INFO: CLU4 deleted/truncated #20070301165425
    myCluster (63.7.Imp): 2113: inconsistent field names (source) : physical field K1N05 appears as logic K1N5.
    myCluster (63.7.Imp): 2114: further investigation recommended.
    myCluster (63.7.Imp): 1952: error when checking key field consistency  for logic table TACOPC    .
    myCluster (63.7.Imp): 1955: logic table is canonical.
    myCluster (63.7.Imp): 1958: received return code 2 from c3_uc_check_key_field_descr_consistency.
    myCluster (63.7.Imp): 1252: unable to retrieve nametab info for logic table TACOPC    .
    myCluster (63.7.Imp): 8096: unable to acquire nametab info for logic table TACOPC    .
    myCluster (63.7.Imp): 2835: failed to convert cluster data of cluster item.
    myCluster: CLU4       *00001*
    myCluster (63.7.Imp): 320: error during conversion of cluster item.
    myCluster (63.7.Imp): 323: affected physical table is CLU4.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    .--============--
    RSCP - Error
    `----
    (DB) INFO: disconnected from DB
    D:\usr\sap\ABU\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ABU\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20070301165425
    Can any one help please ?
    Thanks in advance

    hi,
    could you please have a look to SAP Note 902817 - Inconsistencies in cluster tables (log vs phys field name)
    Cheers,
    -Sunil

  • ADFS Active Authentication SAML token with unicode values throwing error when post to _trust end point in SharePoint

    Hi All,
    I have a SP2013 environment which authenticate users using ADFS 2.0 via Windows AD. We have two separate clients, Portal and Mobile. Portal users Passive Federation where as Mobile client uses Active Authentication with usernamemixed endpoint in ADFS. 
    I have an AD property which stores Unicode characters. In Active Authentication via Mobile, for a user who has a Unicode value in the AD property, I can get the SAML token successfully from ADFS. 
    Ex : <saml:AttributeValue>español</saml:AttributeValue>
    However, when I post this SAML token to SharePoint _trust endpoint, I'm getting an error "500 Internal Server error". However for the same user, if I change the AD property value from "español" to "English" then I can get the FedAuth
    cookie successfully from the _trust endpoint. 
    Also, for the same user, If I logged in via Portal which uses Passive Federation, then it's working fine.
    Really appreciate your thoughts on this.
    Supun

    Hi Supun,
    As you mentioned, the issue only happens in Active authentication. Would you please let me know which mobile client your users are using for the Active authentication, is it a custom one? Please be noted if you use a mobile browser, the authentication will
    also be Passive.
    In Passive mode authentication, STS also uses POST to pass the security token to the relaying party. I'd like to know what kind of tool you are using to post a SAML token to SharePoint endpoint as impersonation of an Active authentication. Since the Active
    authentication flow is quite complex, I also suggest you to check the event log in your ADFS server, and try to find more information about the issue.
    Thanks,
    Reken Liu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Unicode Conversion - CodePage Error

    Hi,
    I have gettin a dump when i try to execute a program.
    The dump states :
    While a text was being converted from code page '4110' to '4102', one
    the following occurred:
    - an character was discovered that could not be represented in one of
    the two code pages;
    - the system established that this conversion is not supported.
    The running ABAP program, had to be terminated since
    the
    conversion could cause incorrect data to be generated.
    7 characters could not be represented (and thus could not converted).
    If 7 = 0, a second or a different error has occurred.
    kindly let me know wat is happening ....
    Answers will be rewarded!!!

    Hi
    Check in report attribute UNICODE check checkbox is active or not.
    Message was edited by:
            Priyank Patel

  • Unicode 'OPEN 004' error

    Hi,
    For OPEN DATASET statement, I get error OPEN 004 error in UCCHECK.
    Can you please let me know what addition should be used to solve this problem?
    ENCODING DEFAULT ??
    ENCODING UTF-8      ??
    ENCODING NON_UNICODE  ??
    As per SAP Help, I have added ENCODING DEFAULT but still not sure as I have seen ENCODING NON_UNICODE  in some of the SAP standard programs.
    Please advice.
    Regards,
    yogita

    Hi,
    Please find OPEN error in UCCHECK and how to correct the same
    OPEN 004 --> Add ENCODING addition to statement i.e.
    OPEN DATASET G_DATAFILE for OUTPUT IN TEXT MODE.
    would be replaced with
    OPEN DATASET G_DATAFILE for OUTPUT IN TEXT MODE ENCODING ON-UNICODE.
    OPEN 002 --> IN..Mode is expected within open dataset command. i.e.
    OPEN DATASET wfilepath FOR OUTPUT.
    would be replaced with
    OPEN DATASET wfilepath FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. Or
    OPEN DATASET wfilepath FOR OUTPUT IN BINARY MODE.
    OPEN 001--> FOR INPUT, FOR OUTPUT, FOR APPENDING or FOR UPDATE expected! i.e.
    OPEN DATASET wfilepath FOR OUTPUT.
    would be replaced with
    OPEN FOR OUTPUT DATASET wfilepath FOR OUTPUT IN TEXT MODE.
    aRs
    Points are always welcome.

  • Unicode conversion export error

    Dears,
    When we are doing unicode conversion of our ECC 6.0 system then during ABAP Database export, we are getting error as below:
    INFO: allocate build_partition_list: 8192
    INFO: processing ACCTCR.STR
    INFO: processing ACCTIT.STR
    INFO: processing BALDAT.STR
    INFO: processing BSAS.STR
    INFO: processing BSIM.STR
    INFO: processing BSIS.STR
    INFO: processing CKMI1.STR
    INFO: processing COEP.STR
    INFO: processing FMIFIIT.STR
    INFO: processing GLPCA.STR
    INFO: processing SAP0000.STR
    INFO: processing SAPAPPL0.STR
    INFO: processing SAPAPPL0_1.STR
    INFO: processing SAPAPPL0_2.STR
    INFO: processing SAPAPPL0_3.STR
    INFO: processing SAPAPPL0_4.STR
    INFO: processing SAPAPPL1.STR
    INFO: processing SAPAPPL1_1.STR
    INFO: processing SAPAPPL1_10.STR
    INFO: processing SAPAPPL1_11.STR
    INFO: processing SAPAPPL1_12.STR
    INFO: processing SAPAPPL1_13.STR
    INFO: processing SAPAPPL1_14.STR
    INFO: processing SAPAPPL1_15.STR
    INFO: processing SAPAPPL1_16.STR
    INFO: processing SAPAPPL1_17.STR
    INFO: processing SAPAPPL1_18.STR
    INFO: processing SAPAPPL1_19.STR
    INFO: processing SAPAPPL1_2.STR
    INFO: processing SAPAPPL1_20.STR
    INFO: processing SAPAPPL1_21.STR
    INFO: processing SAPAPPL1_22.STR
    INFO: processing SAPAPPL1_23.STR
    INFO: processing SAPAPPL1_24.STR
    INFO: processing SAPAPPL1_25.STR
    INFO: processing SAPAPPL1_26.STR
    INFO: processing SAPAPPL1_3.STR
    INFO: processing SAPAPPL1_4.STR
    INFO: processing SAPAPPL1_5.STR
    INFO: processing SAPAPPL1_6.STR
    INFO: processing SAPAPPL1_7.STR
    INFO: processing SAPAPPL1_8.STR
    INFO: processing SAPAPPL1_9.STR
    INFO: processing SAPAPPL2.STR
    INFO: processing SAPAPPL2_1.STR
    INFO: processing SAPAPPL2_2.STR
    INFO: processing SAPAPPL2_3.STR
    INFO: processing SAPAPPL2_4.STR
    INFO: processing SAPAPPL2_5.STR
    INFO: processing SAPCLUST.STR
    INFO: processing SAPCLUST_1.STR
    INFO: processing SAPCLUST_2.STR
    INFO: processing SAPCLUST_3.STR
    INFO: processing SAPDDIM.STR
    INFO: processing SAPDFACT.STR
    INFO: processing SAPDODS.STR
    INFO: processing SAPNTAB.STR
    INFO: processing SAPPOOL.STR
    INFO: processing SAPSDIC.STR
    INFO: processing SAPSDOCU.STR
    INFO: processing SAPSLEXC.STR
    INFO: processing SAPSLOAD.STR
    INFO: processing SAPSPROT.STR
    INFO: processing SAPSSEXC.STR
    INFO: processing SAPSSEXC_1.STR
    INFO: processing SAPSSEXC_2.STR
    INFO: processing SAPSSEXC_3.STR
    INFO: processing SAPSSEXC_4.STR
    INFO: processing SAPSSEXC_5.STR
    INFO: processing SAPSSEXC_6.STR
    INFO: processing SAPSSRC.STR
    INFO: processing SAPUSER.STR
    INFO: processing SAPUSER1.STR
    ERROR: ExeModify for write_ddloadd failed in row 43184
           (rc = 26)
           objectname   = /BEV1/CLDEB~0                
           objecttype   = PRKEY APPL0 
           tabart       = APPL0 
           rowcount     = 0
    error message returned by DbSl:
    ORA-00001: unique constraint (SAPPRD.DDLOADD~0) violated
    Request you to kindly check and let me know what needs to be done for this error as we are unable to find any note or documents regarding this error.
    Thanks & Regards,
    Amit

    Hi,
    objectname = /BEV1/CLDEB0 objecttype = PRKEY APPL0 tabart = APPL0 rowcount = 0 error message returned by DbSl: ORA-00001: unique constraint (SAPPRD.DDLOADD0) violated
    Its means duplicate entry is there under schema SAPPRD and object  /BEV1/CLDEB~0, check appl0 log findout the table and entry.
    Suman

  • Unicode Type Conversion Error

    Hi Friend,
    I am working in UNICODE project,i need one help,
    I have one error .
    Actually, im using one structure(Z0028) and passing values to internal table.
    At that time i shows one error.
    Actually,this error is due to type conversion problem.
    In that structure,i ve one packed datatype ,so, if i select
    unicode check it shows error.
    I will sent example prg and error also.
    Please give some solution to slove.
    REPORT  YPRG1                                   .
    TABLES: Z0028.
    DATA:I_Z0028 TYPE Z0028 OCCURS 0 WITH HEADER LINE .
    SELECT * FROM Z0028 INTO TABLE I_Z0028 .
    IF SY-SUBRC <> 0 .
      WRITE:/ ' NO DATA'.
    ENDIF.
      LOOP AT I_Z0028.
        WRITE:/ I_Z0028.
      ENDLOOP.
    Regards,
    Kalidas.T

    Hi,
    Display fields
    do like this..
    REPORT YPRG1 .
    TABLES: Z0028.
    DATA:I_Z0028 TYPE Z0028 OCCURS 0 WITH HEADER LINE .
    SELECT * FROM Z0028 INTO TABLE I_Z0028 .
    IF SY-SUBRC 0 .
    WRITE:/ ' NO DATA'.
    ENDIF.
    LOOP AT I_Z0028.
    WRITE:/ I_Z0028-field1,
                  I_Z0028-field2
    I_Z0028-field3.
    ENDLOOP.
    Regards,
    Prashant

  • Unicode static check error

    hi  got the following error when running a uccheck with static parts enabled:
    FORM DYNPRO_FUELLEN USING DBEGIN VALUE(FNAME) TYPE C
                                                                      VALUE(FWERT) TYPE C.
      DYNPROS-DYNBEGIN = DBEGIN.            <---- this line gives error
    the form is called alot of times:
      PERFORM dynpro_fill USING 'X' 'SAPMF02D' '0106'.
      PERFORM dynpro_fill USING ' ' 'RF02D-KUNNR' wo_debi-kunnr.
      PERFORM dynpro_fill USING ' ' 'RF02D-BUKRS' wo_debi-bukrs.
      PERFORM dynpro_fill USING ' ' 'RF02D-D0220' 'X'.
      PERFORM dynpro_fill USING ' ' 'BDC_OKCODE' '/00'.
    it says that with untyped operators no examination on convertibility is possible - runtime test required. I got the task to prevent all errors,so knowing that runtime test would succeed is not efficient!
    my simple own solution would be to call the function not using 'X' but with zhelp whereas zhelp='X'....hm doesnt work

    simple solution found,shortly after posting of course... dbegin type c in form declaration!

  • Unicode Name tab error DDNTT is newer than in DDNTT_CONV_UC

    Hi experts,
    Does anyone knows how to fix this issue.
    (EXP) ERROR: entry for GREP in DDNTT is newer than in DDNTT_CONV_UC: 20100712221116 > 20100710215251
    I am getting this during the export adn this is the only package that is failed, and I do understand that GREP table was changed after initial name tab was created and that is why I got that error.  but my questiios is how do I fix this error to continue the export. Is that something I can set the status flag in the SAPNTAB.TSK flag from err to ok and continue with export? or do I have to fix this error before I can move forward.  Please advice.
    Thank in advance.
    Kumar

    Hi Kumar,
    please use report UMG_SHOW_UCTABS to create a new entry for that table  in the shadow nametab DDNTT_CONV_UC.
    Also have a look at SAP note 932779, which explains the nametab handling in detail.
    Best regards,
    Nils Buerckel
    SAP AG

  • Unicode - DataType Currency error

    Hi experts.
    Please can you help me?
    I used below method instead of move clause.
    I can transfer (wa_table> to buffer.
    But i found ##―ఀ###ఀ ###ఀ contents in Buffer.
    This filed of buffer is Curr(15.2) datatype.
    Please Can notice me how can slove this problem ?
    Thanks.
    DATA: buffer(30000) OCCURS 10 WITH HEADER LINE.
    DATA : st_table TYPE REF TO data,
    tb_table TYPE REF TO data,
    FIELD-SYMBOLS : <wa_table> TYPE ANY,
    <it_table> TYPE STANDARD TABLE,
    <wa_table2> TYPE ANY.
    CREATE DATA : tb_table TYPE TABLE OF (query_table), "Object Create.
    st_table TYPE (query_table).
    ASSIGN : tb_table->* TO <it_table>, "INTERNAL TABLE.
    st_table->* TO <wa_table>. "WORK AREA.
    SELECT * FROM (query_table)
    INTO CORRESPONDING FIELDS OF TABLE <it_table> WHERE (options).
    LOOP AT <it_table> INTO <wa_table>.
    CLEAR buffer.
    CALL METHOD cl_abap_container_utilities=>fill_container_c
    EXPORTING
    im_value = <wa_table>
    IMPORTING
    ex_container = buffer
    EXCEPTIONS
    illegal_parameter_type = 1
    OTHERS = 2.
    APPEND buffer.
    endloop.

    Hello Kalidas
    Here is a simple "smoke test". Try to see if the system accept the following statement:
    " NOTE: Try to write the packed field only
    WRITE: / i_z008-packed_field.
    If you receive an error you cannot WRITE packed values directly.
    Alternative solution: write your structure to a string.
    DATA:
      ls_z008  LIKE LINE OF i_z008,
      ld_string  TYPE string.
    LOOP AT i_z008 INTO ls_z008.
      CALL METHOD cl_abap_container_utilities=>fill_container_c
        EXPORTING
          im_value = ls_z008
        IMPORTING
          ex_container = ld_string.
      WRITE: / ld_string.
    ENDLOOP.
    Regards
      Uwe

  • Unicode issue: Codepage Error

    Hello,
    I get the following codepage error on executing a program :
    A character set conversion is not possible.
    At the conversion of a text from codepage '4110' to codepage '4102':
    - a character was found that cannot be displayed in one of the two
    codepages;
    - or it was detected that this conversion is not supported.
    Please suggest a solution for this.
    I Codepage '4110' was hardcoded in the prg. I called FM 'NLS_GET_FRONTEND_CP' and used legacy text mode with dataset stmt.
    => OPEN DATASET w_outfile FOR INPUT IN legacy Text Mode code page l_codepage.
    I dont get the dump now but get some junk characters.
    Please help with this.

    Please check the following link.
    short dump like  A character set conversion is not possible.

  • Unicode Preconversion - SPUM4 Error

    SPUM4  -
    We are performing Preconversion : MDMP -> Unicode . In SPUM4 i have
    completed the consistency check however i am unable to perform any
    other scan . I choose different tab i.e Table without language info and
    choose worker job , the job finishes in 2 sec and the scan has not
    completed .
    Steps for the Reconstruction  -
    Upgrade Sandbox - Spum4 - Tables with Language Info - Worker Job -
    Monitor - Nothing . It does not scan anything . Simliar with other tabs
    in there except consistency check .

    Hi Harsh,
    Are there any messages in the SPUM4 main log ?
    Do you know which tables are involved ?
    Does it solve the problem if you reset the scan state of those tables and redo the scan for those tables?
    Cheers,
    Vincent

  • Khmer Unicode font run error in adobe presenter 7

    I really don know why adobe cannot run well and have many problem like this , would you like help me this case i need solution .i will send to you this by the original file that i not yet publish and file that i publish ready .
    do you see ? when i publish it become like this .

    I see it a fair bit with Presenter 8 too. Not sure if it is an issue with PPT 07, Windows 8.1 (what I'm using for my OS) or something else. Usually I end up having to force all PPT processes (PPT does have one process that can keep running in the background) to quit after this message as Presenter becomes non-functional after I see it. Then I relaunch PPT and don't see the message.
    Guess I always chocked it up to an issue of using two software manufactures at the same time.   If there is a solution out there, I'd be interested to hear it.

  • Solution for Unicode error MESSAGEG:Z

    Hi all ,
    I have a code
    PERFORM write_report TABLES i_guideline
                                using 'Merit'
                                      'Guideline Amount' .
    FORM write_report TABLES   p_i_mrth STRUCTURE i_mrth
                      using    p_title
                               p_title2.
    After its unicode error check it is showing .
    Error Code : *MESSAGEG:Z*
    Error Msg  : I_GUIDELINE" and the line type of "P_I_MRTH" are incompatible. With regard to  alignment gaps, the line type of "P_I_MRTH" is not a real initial part of  "I_GUIDELINE". .
    Can anyone please give me any solution .
    Thanks ,
    Regards ,
    Swashrayee

    Hi,
    In Unicode system type Incompatible error will appear when transferring the data from one structure to another strucrture which is not same alinged.
    Might Be your one of the structure where filed's of  i_guideline are like
    a(4) type C ,
    b(2) type C,
    c     type I,
    d     type N.
    but another structure are I_MRTH
    a (4)  type c,
    b Type I,
    c Type C,
    d type N.

Maybe you are looking for

  • Error while uploading the file from Allpcation server in LSMW-7th step

    Hi Experts, what should be the specific CODE PAGE should be maintained while uploading the file from application server in LSMW-7th Step Thanks in advance, KSR

  • How to generate a certificate request with more than one OU?

    We're using Sun Java System Web Server 6.1 SP4. The Corp. has it's own CA and organize their certificates in a hierarchical rule with more then one organization unit (OU) in a chain. So what we need is generate a certificate requeste with more than o

  • Upgraded MDD G4 and Aperture Compatibility

    I just upgraded my dual processor 1.25 gig MDD Power Mac to accomodate Aperture. I replaced my graphics card with an ATI Radeon 9800 Pro. I figured since Apple lists the G4 Powerbook 1.25 gig processor as a minimum spec, I would be fine with a dual p

  • Electrical power energy auditing

         I am  doing a project on power supply monitoring system with labview. The main aim of the project is monitoring and data logging the signals from non contact type hall effect current sensors. Voltage and current are the two main parameters which

  • Remote connection to SAP is failed due to router settings in SMP

    Dear Gurus, We have configured saprouter for our landscape in solution manager server. we want to open remote connection to SAP for our systems. in service.sap.com I tried to maintain the saprouter details but it is not allowing me to edit IP address