Unicode Error in standard program

Hi,
Iam working on an upgrade project
I am getting an error as below
"In Unicode, DESCRIBE LENGTH can only be used with the IN BYTE MODE or CHAR mode"
How to fix this error,   as  the error is  from STANDARD PROGRAM "Include /IXOS/LDC_CF01"
I know the answer to fix it, But since it is a STANDARD PROGRAM ,how to modify standard program\
Thanks,
Arjun

Dear Arjun,
I had to make some adjustment to an upgrade recently where we also had to upgrade programs to be UNICODE compliant.
And we had to do this for Custom and Standard programs.
So, before writing a message for SAP, go to transaction:
UCCHECK
It was using this transaction that I adapted my Standard SAP programs.
So you should be ok with this as well....
If you have been there already, then by all means do write a message to SAP.
Kind Regards
/Ricardo Quintas

Similar Messages

  • Syntax error in standard program after upgrade

    Hi,
    After upgrade from 7.0 to 7.3, we are facing a syntax error in standard program that is used in one of our process
    The error says:
    The field "G_REQUIDPARENT" is unknown, but there is a field with the s"
    imilar name "G_REQUID_LAST". "G_REQUID_LAST"."
    The system cannot find this object inside include LRSBM_REQUEST_GUIP04, that belongs to program SAPLRSBM_REQUEST_GUI
    We assume that this is associated with the upgrade but we cannot find any solution in the web. Besides, this is a standard program so we cannot perform any change directly. We look for SAP Notes to apply but we didn't find nothing worthwhile
    Basically, we are receiving a dump with the error message posted above and we found the syntax error, but the thing is that we don't know how to fix it, due to the fact that is a standard program and we cannot change it
    I know that SAP could remove some object reference during the upgrade, but there should be an anticipated plan to fix this kind of errors, right?
    Can you shed some light on this, please ?
    Thanks a lot
    Ale

    Hi Ale,
    If you make sure there are no customization around the object and SGEN already run, I think you can just open a OSS message to SAP to looking for a fix.
    Regards
    Bill

  • Error in Standard Program for Purchase Order

    Hello Everyone,
    I am getting an ABAP Dump Error while Displaying & Printing Purchase Order using TCODE : ME9F & ME23N.
    We have applied new Patches.
    for Logistics it is 26 & ABAP it is 58.
    I am getting Error in standard INCLUDE
    Program : LMEDRUCKF1K at line 64.
    The Error is :- "Field "ENJPREVIEW" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement."
    Declaration for "ENJPREVIEW" is also available in
    include LMEDRUCKTOP. still it gives an error.
    These lines of code is included by SAP note 855263.
    Before applying these Patches it was working properly, but now it gives an error.
    Please , Can anyone give solution for this.
    Regard's
    Archana.

    Hi Archana ,
    Check is there any Inactive Versions in ur Systems ?
    useful tcodes are SPAU /SPDD for tables
    Regards
    prabhu

  • Runtime error in Standard program "SAPMV45A"

    Hi Expert,
    i am getting problem in BDC , While creating the (sales order) VAO1 ,dump is occurs in standard program SAPMV45A. Because of in FM "Pricing_Dialog_Tabstrips" is incorrect and TAXI_TABSTRIP_C and TAXI_TABSTRIP_ITEM" specified here is a different field type.This is standard program we can not change field type. Kindly provide any OSS notes for this or any other solution.
    STANDARD PROGAM - SAPMV45A
    INCLUDE PROGRAM     - MV45AF0F_FCODE_PKO4
    ERROR  - Runtime Error CALL_FUNCTION_CONFLICT_TYPE has occurred
    Kindly help me, Its very uigent
    Thanks & Regards
    Md.MahaboobKhan

    Hi Archana ,
    Check is there any Inactive Versions in ur Systems ?
    useful tcodes are SPAU /SPDD for tables
    Regards
    prabhu

  • Error in standard program RFBIBL00  - BBSEG-PRODPER 000000

    Hi alls,
            I'm tring to execute the standard program RFBIBL00 with a file prepared by a my Z program but it stopped with the following message:
    BBSEG-SEND /
    BBSEG-PRODPER 000000
    Editing was terminated. "
    I tried to execute the same thing with a file prepared by the standard program RFBIBLT0 but tye systems stopped with the same error.
    I found the SAP note 1171612 and I applied it because I'm working on SAPKH6008 patches but the same error occured.
    In order to solve my problem (I only have to execute the standard Batch Input!! and in this step I'm only verifying the file) What do I have to do?
    thanks
             Gino

    Hello,
    We get this error if the file format is wrong. The data depends on version too!!
    Are you doing Batch input by using ZBSEG?
    If yes, prepare file as per ZBSEG in ur system like below example.
    If suppose ZBSEG has structure like below.
    STYPE     STYPE_BI     CHAR     1
    TBNAM     TABNAME     CHAR     30
    NEWBS     NEWBS     CHAR     2
    File should be like below.
    1ZBSEG(25 spaces as it has to be 30 total)40
    IF any field is blank, u should take special char / with same length which is in structure.
    Above fields, wrbtr, prctr and newko are mandatory.
    Then it should work.
    check the test file format thoroughly
    Regards,
    Subbu

  • Errors in standard programs after refresh

    Hello Experts,
    We recently upgraded our system to ERP EHP5.
    Before that we have taken the refresh from Prod-QA system.
    After the refresh there were transports which we didn't imported on QA since it was thought that the system should be tested as it is Prod.
    But now the system are upgraded and we imported last 4 months transport including the SPDD/SPAU transports again,we are getting lot of dumps in standard programs like STMS,VA01 etc.
    How should we correct this error situation and what will be best approach here.
    Regards
    Ajay Sandal

    Hi Ajay,
    The 4 months transports are from upgraded Dev system or Older SP transports ? Generally, pre upgrade Support Pack transports are not recommended in the upgraded system. You need to check the Objects which affect the upgrade Objects before importing the transports in the release notes.
    If your transports from Older SP, then
    I guess, you need to Restore the backup after the upgrade and recollect the transports with new objects.
    2). Restore before upgrade backup, import the transports and upgrade again.

  • Transport error on standard program during transport of SPAU adjustments

    Hi,
    We are trying to transport adjustments made for SPAU into our Testing Environment. However, we encountered an error for program: AL01900R, Include MKGALF60: Syntax error in line 001861', 'Field 'DELTA_FGROUPS_REC' is unknown. It is neither in one of the specified tables nor defined'
    First of all, the program and include were not modified and not included in the transport request. Not sure why it was being checked. But this is not a serious concern.
    The 'DELTA_FGROUPS_REC' field declaration is indeed missing from the program.
    Does anyone have any ideas how we can patch this? This is a standard SAP program, is there any way we can get latest code from SAP to patch (because usually OSS note only targets that include and not the entire program and its includes).
    Thank you.
    Regards,

    Hi Snow,
    I re-read the OSS note and tried to run allocation for it. Surprisingly, that action re-compiles the main program: AL01900R and now the data declaration is generated automatically. So yes, it works now.
    Thank you very much for the suggestion!

  • Error in standard program,unabel to inerept 0 as a number

    Dear all
              This is the following error which iam getting in ABAP run time log for every 4 minutes can any one  please tell me the solution of this problem.
              Name error: convt_no_number.
              Exception:cx_sy_conversation_no_number.
              Program:RSDSPROC
              tat the system can not handel the value "0"  since it expecting floating point and just "0"is not floting

    Hi Sunnel
    Kindly go thru the below sap  Note 1144644 - CCMS: Process monitoring in ABAP returns incorrect data
    Regards
    S

  • Exceptional error in standard program..........?

    Hi ,
    I have a ticket which has an  issue in Transaction CL03. Which
    gets a dump when tried to expand the tree structure.
    The error says " An incorrect exception" and this is in standard report.
    Can any one tell me what to do with this error and how to resolve it. if its from standard report.
    Pls get back to me if you want more info.
    Regards,
    Rajesh.

    hi
    good
    i would suggest you to check with the user exits available for this particular transaction code, and check in which user exit you can do the required changes to get your functionality.
    thanks
    mrutyun^

  • Error While executing the Standard Program RSEINB00

    Hi,
    I am trying to execute the Standard Program RSEINB00.
    The input parameters for this program are
    1. File path along with name
    2. Port.
    File path I am giving the application server directory along with the filename.
    For port. i have created a port in WE21.
    For both outbound parametes I selected the Physical directory and gave directory name and file name in both tabs and saved the port definition.
    Now I am passing the port to the RSEINB00 program.
    it is giving an error File cannot be opened.
    Can any one help me on this. Can someone guide me how to use RSEINB00 to read file from application server.
    thanks

    Hi,
    I think,you missed out some steps while creating Port.so please follow the below steps to resolve the issue.
    we21->click on your port number->outbound file tab->function module: EDI_PATH_CREATE_MESTYP_DOCNUM.
    outbound file: give file name .txt.
    and give the physical directory : /usr/sap/.......................................txt and save.
    and click on 'ACESS TEST' button and check any error is coming.
    go to outbound trigger tab-> give RFC destination name which we have created under a port in SM59.
    and one more important thing is check your unicode status is active or not.
    .Please get back me .if any issues.
    Kiran J

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • ERROR while checking standard program for SAP NOTE 175482(QM)

    HI,
    experts
    i am implementing sap note 175842 QM MODULE .
    My note is successfully implemented ,for that i created standard program RQEVAC50 USING ACCES KEY.
    but in se38 report comes like this
    REPORT  RQEVAC50.
    REPORT RQEVAC50 MESSAGE-ID QA.
    so while checking error comes boz 2 report hedaing is there .
    I WANT TO DELETE FIRST ONE BUT IT CANT.
    I chose activate anyway but while releasing request it gives error.
    THANKS
    AJAY.

    hi
    error is 'OBJECT REPS RQEVAC50 does not exit create it'**
    I CREATED PROGRAM USING ACCESS KEY SO IT DOES NOT ALLOW ME TO CHANGE OR DELETE ANY LINE IN THE PROGRAM.
    THATS THE MAIN PROBLEM.
    Whwn i created a program RQEVAC50 it is totally blank but while implementing sap note the code comes in my progarm
    so there are 2 report hedaing .
    THANKS
    AJAY.

  • Error: While Copying Standard Program FBCJ

    Dear Experts,
                        I tried to copy the standard program because the requirement was to change the menu fuction for save and post.
    So i copied the T.Code FBCJ to ZFBCJ. It Copied Successfully and i assigned the tcode also. But While executing the T code
    the system Shows the error message
    "System error in routine FI_TAX_GET_TXJCD_STRUCTURE
    error code 1 function builder TAX2"
    Kinldy help me to resolve this issue.
    Waiting for your valuable replies.
    Kindly give some ideas.
    Thanks and Regards,
    Karthik V
    Edited by: karthikani on Nov 24, 2010 10:30 AM

    Hi,
    are the both client environments hav same version (ECC 6).
    In ECC 6 version type X is not allowed.
    To avoid this problem,
    you need to declare the field of TYPE C.
    you need to get the value from Cl_ABAP_CHAR_UTILITIES.
    Regards
    Sandeep Reddy

  • Runtime Error In copy Of SAP Standard Program

    How do people,
    I have copied a SAP standard program H99CWTR0 because I need to add an extra
    column output in the report. I have made a few chnages regarding the INCLUDES
    When I run the program I am getting the following runtime error:
    " The structure of the COMMON PART "DRIVER_DATA_EXCHANGE"
    in program "%_T01050" is different from the calling program .....
    My question is that it says the error in program "%_T01050"  !!
    But when I enter this in SE38 it says it doesn't exist !
    Any ideas???
    Andy

    Thanks mate for replying.
    I'll have a look at what you suggest
    Andy

  • Syntax error in SAP-standard program

    Hi experts,
    i am facing syntax error in sap standard program.how i can solve that error .
    Error in include LFKPZTOP  and errro is at line 70.
    please help me ASAP.
    Thanx & Rgds
    Zeba

    Hello Zeba,
    go to include LFKPZTOP and check in line 70.
    if you are not able  to solve that.
    post the same line, so that we can understand what is error.
    as of my checking the error is "iban is already defined in the include structure bus0bk ,
    but i think it dosn't effect your programing.
    Regards!
    Edited by: Prasanth M on Feb 10, 2009 5:04 PM

Maybe you are looking for