Regarding unicode problem

Hi friends,
Iam converting report programs from 4.6 to ECC 6.0.
Error:
The type of database table and work area (internal table) I_TAB are not unicode convertible.
Statements:
table declaration:
DATA: BEGIN OF I_TAB OCCURS 100,
        MANDT   TYPE ZJE_AUDIT-MANDT,
        BUKRS   TYPE ZJE_AUDIT-BUKRS,
        BELNR   TYPE ZJE_AUDIT-BELNR,
        GJAHR   TYPE ZJE_AUDIT-GJAHR,
        BUZEI   TYPE ZJE_AUDIT-BUZEI,
        BUDAT   TYPE ZJE_AUDIT-BUDAT,
        CPUDT   TYPE ZJE_AUDIT-CPUDT,
        SAKNR   TYPE ZJE_AUDIT-SAKNR,
        BLART   TYPE ZJE_AUDIT-BLART,
        BSCHL   TYPE ZJE_AUDIT-BSCHL,
        GSBER   TYPE ZJE_AUDIT-GSBER,
        SGTXT   TYPE ZJE_AUDIT-SGTXT,
        DMBTR   TYPE ZJE_AUDIT-DMBTR,
        USNAM   TYPE ZJE_AUDIT-USNAM,
        TCODE   TYPE ZJE_AUDIT-TCODE,
        R_USNAM TYPE ZJE_AUDIT-R_USNAM,
        XBLNR   TYPE ZJE_AUDIT-XBLNR,
        R_GJAHR TYPE ZJE_AUDIT-R_GJAHR,
        AMOUNT(15),
      END OF I_TAB.
SELECT * FROM ZJE_AUDIT INTO TABLE I_TAB
  WHERE BUKRS EQ P_BUKRS
     AND GJAHR EQ P_GJAHR
     AND BUDAT IN S_BUDAT
     AND SAKNR IN S_SAKNR.
How to rectify this unicode problem.
Pl help in this regard,
Thanks,
vamsykrishna

Change the selection to:
SELECT * FROM ZJE_AUDIT INTO CORRESPONDING FIELDS OF TABLE I_TAB
WHERE BUKRS EQ P_BUKRS
AND GJAHR EQ P_GJAHR
AND BUDAT IN S_BUDAT
AND SAKNR IN S_SAKNR.
Regards,
John.

Similar Messages

  • I am facing a problem in my IPod . it is not detected by computer i tried every possible thing i changed cable i installed new itunes still its not coming up in itunes. can you please help me regarding this problem.

    i am facing a problem in my IPod . it is not detected by computer i tried every possible thing i changed cable i installed new itunes still its not coming up in itunes. can you please help me regarding this problem.

    This is for Windows: http://support.apple.com/kb/TS1538

  • Regarding addon problem

    hi, 
         i create one addon for process external bank reconsilation we import  external bank statement to execl file it working fine  from last six month  but today  we import file it shows  an error <b>internal error(2147467259) occured (131-183)
    the specified resource name cannot be found in the image file</b> .its very urgent pls give solution as early as possible.
    regrads,
    vishal

    Hi Vishal,
    I am sorry, but I have no clue what your problem might be, but:
    a) you should give your message a meaningful subject - "regarding addon problem" doesn't say anything!
    b) I suggest that you might rather ask B1 application-related questions in the "SAP Business One" forum; I hope that you can get the right advice easier there.
    HTH,
    Frank

  • I have a Shockwave Error: "This Shockwave movie has errors that have caused playback problems.  Please contact the author of this content regarding this problem.   Shockwave is unable to continue."  What I can make ?

    I have a Shockwave Error: "This Shockwave movie has errors that have caused playback problems.  Please contact the author of this content regarding this problem.   Shockwave is unable to continue."  What I can make ?

    This is some built-in "protection" that was engineered into Shockwave some years ago. It means that SW will ignore the first 10 script errors then throw the dialogue you are seeing. You really will have to contact the developer of the content in question to have it fixed - there's nothing anyone else can do. The developer needs to replicate your error, determine the cause, rectify it and republish their movie

  • Trying to create an account on eprintcenter but it gives me an error regarding server problem

    I am trying to create an account on eprintcenter since one month but it gives me an error regarding server problem
    "Lo lamentamos. ¡Se acaba de producir un problema en nuestro servidor! Hemos registrado el problema y lo corregiremos en cuanto sea posible. Disculpe la molestia."
    "Sorry. There is problem on our server. He have registered the problem and solve as soon as possible. Sorry for the inconvinience"
    How can I use eprint service without a user?

    What browser are you using to access the site? I would start by trying to access the site from another browser. If that is not an option, I would clear the viewing history, cookies and cache for that browser under the settings. Then I would reboot the computer too. I hope that this helps.
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • This is regarding upgrading problem

    Hi,
    This is regarding upgrading problem.
    I am Upgrading 4.7EE IDES to ECC 6.0 but I got the problem with Solman key
    When I given the Solmman key it shows illegal solman key. what is the problem ?
    system Id    -
    >   F06
    nstance number --->    30
    Hostname is -
    >      saibaba
    Thanks,
    Narshiha rao

    Hi,
    You genereate new solman key according to your system name and put that. This will work very well. Because when we create solman key then we have to define what is server name etc.
    Anil

  • Umlaut (u00F6,u00FC,u00E4) in productiv system (Unicode problem)

    Dear all,
    After an migration and our GoLive, we got some UNICODE problems.
    The problems are short description in the standard tables: VBAP, BSEG, ect...
    all german umlaut like (ö,ä,ü) was saved as
    ä = ä
    ö = ö     
    Ü = Ä      
    ü = ü
    Is there any Modulfunction wohe can fix it?

    Sorry...........
    Here the correct link......
    Convert text to Iso-8859-1

  • Regarding UNICODE CHECK ERROR

    HI everybody
    I have the problem to replace the old TRANSLATE-command with CL_ABAP_CONV_X2X_CE.
    Before the code was like:
    TRANSLATE NAMEN  FROM  CODE PAGE '1800'  TO  CODE PAGE '9011'.(in 4.7EE)
    Under unicode the translate statement is not allowed for changing data with codepages.
    SAP is writing in the onlinedocu that there is the class cl_abap_conv_x2x_ce. I've tried this class with all the methods but couldnt get any idea. I dont know which method to use and how in ECC 6.0.
    Has anyone an idea?
    Please help.
    Regards,
    Srinivas Rao
    [email protected]

    HI,
    There is an alternative FM 'SCP_TRANSLATE_CHARS_46’ which functions similar to TRANSLATE to CODE PAGE statement.
    Please refer SAP NOTE 78076
    Best regards,
    Prashant

  • 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

  • Regarding unicode object

    Hi guys
    After Upgrade Unicode Converstion, I found SAP standard objects(like Subroutine pool,Programs) which are not Unicode Check activated in Local objects($TMP). Could somebody know reason why it is.
    And also i want to know whether we need to activate it manually for those objects.?
    Because one of the SAP object(Subroutine pool) in localobject was dumping unicode compatible error. After manually checking the object unicode active, it works fine.
    Suggestion please
    regardss
    Ambichan

    Hi Prasanth,
    You are right, During Basis upgrade we selected Unicode check option for unicode migration.
    And also we confirmed all SAP standard objects are unicode activated. but when we saw the Standard objects in LOCAL objects($TMP SAP*), it was not unicode activated.
    We are surprised why only Local Object directory objects are not unicode activated by default. Can you tell me where might be the problem.
    Because recently we found Program(subroutine pool) RMCX0048 in Local object is not unicode activated flag and it throughs dump(Not unicode compatible) during MB1B transactions.After we changed RMCX0048 program as unicode active it started working correctly.
    Suggestion please.<b>Any comments please</b>
    regards
    Ambichan

  • PHP and UNICODE problem

    Hello,
    I'm using MaxDB v 7.8.02.21 (64bit) on Windows7 Home Premium with SP1 (64bit).
    I want to read data in PHP v 5.3.6 (Appache 2.2.19), but I have a problem when there are some UNICODE characters in the table.
    My table is:
    create table "ADMIN"."T"(
         "NAME" VARCHAR (1000) UNICODE)
    insert t set name = 'a'
    insert t set name = 'u0103'
    insert t set name = 'b'
    The problem occurs only when there is some character which is coded on 2 bytes (example: ă = UNICODE 0103).
    My PHP code looks like:
    // connect
    $conn = odbc_pconnect($db_name, $db_user, $db_password) or die('Error connecting to server. Server says: '.htmlspecialchars(odbc_errormsg()));
    if(!$conn)
    die("Bad entry to database!");
    // query
    $queryDual = odbc_exec($conn,"Select * from t");
    while($row = odbc_fetch_array($queryDual))
    echo $row['NAME'];
    echo 'num rows: '.odbc_num_rows($queryDual);
    the result is:
    a
    num rows :3
    So it seams, that reading from database fails on character 'ă'.
    It is really interesting because when I make next query:
    // query
    $queryDual = odbc_exec($conn,"Select 'u0103' as name from t");
    while($row = odbc_fetch_array($queryDual))
    echo $row['NAME'];
    echo 'num rows: '.odbc_num_rows($queryDual);
    the result is:
    'ă'
    'ă'
    'ă'
    num rows :3
    It seams that there is no problem to transfer 'ă' character from DB to PHP but there is some problem when 'ă' character is stored in the DB table.

    Hi,
    Could you please check wheter you have set parameter UNICODE= YES in MaxDB database.
    Regards,
    Deepak Kori

  • With ECC 5 & BI7 system - Unicode problem

    Hi All,
    I am facing problem with unicode and Remodiling in BI7.
    R/3 - ECC 5
    BI - 7
    please help me regarding this.
    thanks in advance
    krish

    Hi Premkishan
    the following parameter should following value.
    login/accept_sso2_ticket---> 1  
    login/create_sso2_ticket---->1
    check in R3 Using RZ10 tcode. if not add it or change ti.
    restart the R3 ECC 5.0 server
    regards,
    kaushal

  • A java unicode problem against MySQL

    Hi members,
    need your suggestions regarding a weird problem.
    I have a standalone java utility which is used parse xmls containing english and hindi text and store the data in MySQL. I can see data stored as hindi in the MySQL database. the data is correctly stored in the database.
    All character sets and collations seem to be set correct. Character set in Mysql itable, columns and database is UTF8 and Collations are utf8_unicode_ci.
    But the problem now is that, when i try to retrieve the data from the database - the hindi text comes out as ???????.
    Any ideas would be appreciated.
    MySQL 5.0
    JDBC - 5.0
    Connection uri = String uri = "jdbc:mysql://localhost:3306/DATABASE_NAME?useUnicode=true&characterEncoding=UTF8";
    Thanks,
    VK

    Vishal.MK wrote:
    But the problem now is that, when i try to retrieve the data from the database - the hindi text comes out as ???????.I'd guess you have a problem when printing the data retrieved from the database and not with the actual retrieving.
    A "?" is generated when you try to convert some text into an encoding that doesn't support the Unicode codepoints used in the text. For example, if you try to convert 3 Unicode codepoints from the Hindi area into ISO-8859-1 (which basically supports the latin alphabet only) you'll get 3 question marks.
    How do you print that text? If you use System.out.println() and are using Windows, then you should know that the Windows command line window (used by cmd.exe and java.exe) only has very limited support for text outside the current locales code page.
    Try displaying the String using Swing (JOptionPane is probably the easiest way) or print the separate values of the characters of the String to verify that they are restored correctly.

  • SAP R/3 4.7 EX 2 SR1 - IDES (Unicode), Problem during DB load

    Dear Experts,
    Details of the system:
    Solaris 10, Oracle 9.2.0.7.
    R/3 Enterprise 4.7 X 2 SR1 - IDES (Unicode)
    Please help me in solving this problem. I have received this error during DB load Phase 25/37. Errors are related to code page conversion failed.
    Message from SAPCLUST.log:
    myCluster (3.5.Imp): 1329: inconsistent field count detected.
    myCluster (3.5.Imp): 1332: nametab says field count (TDESCR) is 305.
    myCluster (3.5.Imp): 1335: alternate nametab says field count (TDESCR) is 311.
    myCluster (3.5.Imp): 1130: unable to retrieve nametab info for logic table BSEG      .
    myCluster (3.5.Imp): 7305: unable to retrieve nametab info for logic table BSEG      .
    myCluster (3.5.Imp): 2090: failed to convert cluster data of cluster item.
    myCluster: RFBLG      *800**0001**0100000000**1995*
    myCluster (3.5.Imp): 319: error during conversion of cluster item.
    myCluster (3.5.Imp): 322: affected physical table is RFBLG.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    ^M
    .--============--
    .^M
    |                              RSCP - Error                            |^M
    | Error from:             Codepage handling (RSCP)                     |^M
    | code:   64  RSCPECALL    Illegal mixture of procedure calls.         |^M
    | Table UMGSETTING of no interest in Unicode system                    |^M
    | module: rscpexcc no:   12 line:   673                    T100: TS007 |^M
    | TSL01: CQ3  p3: UMGSETTING  p4: &                                    |^M
    |----
    |^M
    | Some OS information, which may or may not belong to this error:      |^M
    | errno    17  File exists                                             |^M
    `----
    '^M
    (DB) INFO: disconnected from DB
    Message from SAPPOOL.log:
    failed to read short nametab of table T2200                          (rc=32)conversion failed for row 5836 of table T184L      VARKEY = \343\2
    40\260\343\200\260\343\200\260\343\200\261\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342
    \200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\342\200\240\3
    42\200\240
    (CNV) ERROR: code page conversion failed
                 rc = 2
    ^M
    .--============--
    .^M
    |                              RSCP - Error                            |^M
    | Error from:             Codepage handling (RSCP)                     |^M
    | code:   64  RSCPECALL    Illegal mixture of procedure calls.         |^M
    | Table UMGSETTING of no interest in Unicode system                    |^M
    | module: rscpexcc no:   12 line:   673                    T100: TS007 |^M
    | TSL01: CQ3  p3: UMGSETTING  p4: &                                    |^M
    |----
    |^M
    | Some OS information, which may or may not belong to this error:      |^M
    | errno    17  File exists                                             |^M
    `----
    '^M
    (DB) INFO: disconnected from DB
    /sapmnt/S01/exe/R3load: job finished with 1 error(s)
    /sapmnt/S01/exe/R3load: END OF LOG: 20071123101328
    Thanks for your attention
    Rgds,
    Fausto

    This process can't be done in Unicode. Has to be done in Non-UC.

  • UNICODE Problem when Download to TXT/ASC file.

    Dear Experts,
    Due to the Unicode system takes each chinese character as a byte, the field(10) can take 10 Chinese Characters, not like before only 5 characters allowed.
    The problem is when the data is downloaded to a txt file, the field ,length 10, contained Characters, is displayed 10 chinese characters(that's 20 bytes in txt file). It causes the displayed field length are varied between the definition length of field and the actual output.
    ex.
    102’†•¶ŽšŒ^‘ª00012345       --> the output I actully want.
    102’†•¶ŽšŒ^‘ª     000012345  --> unicode makes this in txt file, lenth 10, fill 5 characters but still leave 5 space.
    How to make system take the chinese characters as 2 bytes when download....or any other better idea for this?
    anyone who can solve this, that's life saving..!!!
    thanks in advnace.

    Sorry, the chinese chararcters cannot display properly,
    so just assume each '@' as a chinese character. Five chinese Characters should occupy whole field length(10),
    but Unicode makes it like line 2, still leave 5 space culomn behind(using  to represent the empty column).
    ex.
    102@@@@@00012345      --> the output I actully want.
    102@@@@@000012345 -- the actual output.
    thanks.
    Message was edited by: Ching Heng Ling

Maybe you are looking for

  • Report for consignment materials

    Hi SAP Gurus, Is there a report for consignment materials that can show us the opening balance, receipts, Usage, and ending balance (of the stock) for a given time frame? thanks Anusha

  • Coverage

    I'm very upset lately with the coverage that I'm receiving from Verizon.  For this company to be the #1 covered area in the US you would figure we wouldn't have so many dropped calls.  Recently my husband and I had to buy a booster for our home just

  • UPLOADING DATA USING BAPI_DOCUMENT_CREATE2

    Hi Friends, I am uploading data for CV01N using FM "BAPI_DOCUMENT_CREATE2", it is updating the data successfully, but for my requirement i need to change the value of RC29P-POSTP     Bom Item Category in the DOCUMENT STRUCTURE , it is default taking

  • HT4972 I can't get siri to get to work i updated yesterday and it still dosen't work

    Well i tried to update throw my laptop but after 2 goes i updated throw my ipad 2 and it work fine and after i done it had a look around and that and then i tried to get Siri on but after a few goes it didn't work

  • Ignore 2nd row and 4th row in Excel Sheet in SSIS Package

    Hi All, I have an SSIS package that imports an Excel sheet in which i have to ignore 2nd row and 4th row. Please help me on this issue.