Syntax error in upgrade version 7.0

Hi ,
how to close this error in upgrade 7.0 ?
Lista is a structure having more than 10 fileds.
READ LINE lista INDEX sy-tabix.
Error : Lista may not be converted to number .
This error doesnt exists in 4.6 version
Moderator message: please stop flooding the forum with your upgrade errors, invest some effort to solve these yourself before unloading your work here.
Edited by: Thomas Zloch on Feb 19, 2011 4:33 PM

Try with declaring an work area and change the read statement like:
READ LINE lista
INTO <work area>
INDEX sy-tabix.

Similar Messages

  • Syntax error in upgrade

    Hi .
    How to resolve this syntax error in upgrade 7.0 ?
    FIELD-SYMBOLS: <t_zsrm_change> LIKE LINE OF t_zsrm_change.
    APPEND <t_zsrm_change> TO change_item.
        AT END OF <t_zsrm_change>-logsys.
    Error :  <t_zsrm_change>-logsys is not defined as field symbol .
    But this error doesnt exists in 4.6 c version .
    Moderator message: please stop flooding the forum with your upgrade errors, invest some effort to solve these yourself before unloading your work here.
    Edited by: Thomas Zloch on Feb 19, 2011 4:31 PM

    Hi,
       Try writing as :
    AT END OF logsys.  or  AT END OF (<t_zsrm_change>-logsys).
    Regards,
    Srini.

  • Syntax error after upgrade to ECC6

    Hi,
    I have customized infotype and BAPI in SAP 4.6. After upgade to ECC6, my Infotype is working fine, but my BAPI give this error : 
    The following syntax error was found in the program SAPLZBAPI_HR :
    "INCLUDE report "%_HR9000" not found."
    If I goto SE38 to recreate %_HR9000, SAP not allow me to continue and appear message "Do not use any special character".
    May I know how to resolve this problem ?
    Thanks a million.
    Regards,
    Eric

    Hi,
    In the ECC6.0 version, it seems that one of the INCLUDE that was generated for that infotype in 4.6 C ending.. with words....HR9000 was not transported or not found for that infotype. Please check all the includes..
    In SE38 you can enter the characters like %, so that error  is coming
    % means LIKE PATTERN ....HR9000 .
    Hope you understood.
    Regards,
    ANJI

  • Too many syntax errors after upgrade to ECC 6.0

    Hello,
    We have made a test upgrade from 4.6C to ECC 6.0. OS --> AIX 5.3; DB --> DB2 8.2. After upgrade we have a lot of syntax errors, why? Anybody has the same problem? Do I must to check all my programs?
    Thanks.
    Martin

    Hello, here there is an example in Z program, but I have seen in no Z programs too with includes or userexits in the second example.
    Thanks.
    Martin.
    first example:
    Error in the ABAP Application Program                                                                               
    The current ABAP program "GBT10CO0" had to be terminated because it has        
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program "ZGGBR000 " in include "ZGGBR000
    " in                                                                          
    line 279:                                                                      
    ""SYST-MODNO" must be a character-type data object (data type C, N, D, "       
    "T or STRING) ."                                                               
    second example:
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLGBL5" had to be terminated because it has       
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program "GBT10FI0 " in include "GBT10FIB
    " in                                                                         
    line 1288:                                                                    
    "The FORM "SEND_CMPLX_DATA_015" does not exist."

  • ERROR : BO upgrade version 6.1.a -- 6.1.3

    Post Author: Carmen Renzone
    CA Forum: Publishing
    Hi All,   we have tried to install a new BO version but the process failed.  We have several problems :  1. Several folder and files did not get upgraded. The last modified date has not changed.  2. Of the required three services only one is present and  running.      Present : "WebIntelligence Cluster Service"      Not Present "WebIntelligence DTS Manager" and "OLAP Cache Manager"     What means?  3. The customer wants to reinstall the Patch but since has been already applied running      the  .exe the only avaialble options are "Repair, Modify,      Remove". We have tried with Repair option but nothing happen. We need to have the option to install again the patch.  Please help us as soon as possible.  Thanks for your collaboration

    Have you thought about going to the Adobe site and
    downloading the developer
    version of Cold Fusion 7.1? Some reason why you would rather
    have a
    version behind?
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "erussellatwork" <[email protected]> wrote
    in message
    news:eb07mn$g06$[email protected]..
    > I'm trying to install the ColdFusion developer's version
    6.1 for windows.
    > I
    > downloaded the install file and I get "InstallAnywhere
    ...- application
    > Error.
    > ...The memory could not be written".
    >
    > I'm installing on 2003 with plenty of CPU and memory.
    >
    > Any ideas?
    >

  • Syntax errors after upgrade

    Hi,
    We have upgraded our development system to BI7.0 SP7 and currently shortdumps in the system when we try to manage/administer the info-providers. The problem seems to be that the interface IF_RSBK_REQUEST has a method GET_DELETABLE which is missing in our system. It is however, present in our sandbox installation and there we have no such issues.
      The problem seems to have begun when we tried to implement the note 914938 where SAP shipped some transport requests in a zip file. But we are not sure about this.
      We seem to no chance to get the original version of the interface and the implementing classes back.
    Did anybody have any such experiences during the upgrade of their systems?
    Girish

    Hi Girish,
    as stated in the OSS note #914938 it is obsolete after the application of SPS 7. With the application of the note you have overwritten part of SPS7.
    If you use SNOTE with versioning, you can revert to a version prior to the application of the note.
    Otherwise, you most likely have to revert to backup.
      Cheers
         SAP NetWeaver 2004s Ramp-Up BI Back Office Team

  • Syntax error in upgrade(ECC6.0)

    Hi Guys,
    types: begin of t_ctr_auth,
           prctr like cepc-prctr,
           end of t_ctr_auth.
    data: i_ctr_auth type hashed table of t_ctr_auth
          with unique key prctr
          with header line.
    perform p100_authority_check 
            using i_ctr_auth[]   
                  object         
                  c_kokrs        
                  sel_centres-low
                  cepc-khinr.    
    form p100_authority_check
         using i_ctr_auth[] " structure zfu_ok_centres
               object
               kokrs
               ctr
               khinr.
    endform.
    iam getting error " i_ctr_auth[] "  no longer allowed
    Please correct the error .
    Its important ,Please respond ASAP.
    Regards,
    Lee

    Hi,
    try it like this:
    DATA: IMARA TYPE TABLE OF MARA.
    DATA: SMARA TYPE MARA.
    SELECT * FROM MARA INTO TABLE IMARA UP TO 10 ROWS.
    PERFORM FORM_MARA TABLES IMARA.
    FORM FORM_MARA TABLES IMARA.
      BREAK-POINT.
    ENDFORM.
    Regards, dieter

  • Syntax Error in Web UI component post upgrade

    Hi Experts,
    We have a enhanced component in IC agent which is giving syntax error post upgrade from 7.0 to EHP2. It seems some attributes have been removed/altered in the new super class.
    In this case do we need to delete the component enhancement and re do the effort or is there any way to regenerate the enhanced component ?
    Thanks, Please help.
    Rohit

    Hi Rohit,
    I've written a few blogs where I collected the different steps necessary in CRM after an EhP or SP upgrade. Furthermore I described solutions to common problems in these blogs. Please have a look an see if one of the described approaches is suitable for your problem.
    http://scn.sap.com/docs/DOC-44983
    http://scn.sap.com/docs/DOC-49317
    http://scn.sap.com/community/crm/upgrades-and-enhancement-packs/blog/2014/02/21/sap-crm-ehp3-upgrade
    Best,
    Christian

  • IDOC Syntax Error E0072 with status 26 after upgrade to ECC6.0

    Hi
    We have upgraded SAP R/3 from 4.6C to ECC6.0. After upgrade, when we create PO and output EDI, we are seeing this IDOC syntax error E0072 for Mandatory Segment E1EDK01. In 4.6C it was working fine with no issues, only after upgrade this problem started. It says E1EDK01 is missing which is mandatory. We are using basic type ORDERS01 with no extensions. When we see WE30 it looks fine, WE20 settings looks fine.
    Order of the segments got scrambled in upgraded version. First segment is E1EDP19001, this is supposed to be under E1EDP01 segment. There are two E1EDP19001 segments created but there were no sub segments to E1EDP01.
    Any help in this regard is highly appreciated.
    Thanks
    Pandiri

    User Exit activation and fixing the issue in user exit fixed this issue.

  • After upgrading to Yosemite, Thunderbird does not recognize email addresses: "syntax error" in recipient address. Fix?

    After upgrading to IOS Yosemite, Thunderbird will no longer send emails to the contacts in my history file that drops down when I "write" a new message. I continue to get a return response that there is a syntax error in the address field of the message although I have tried both my stored emails and manually typed email addresses. What has been changed and how do I recover the use of Thunderbird's great program?
    By the way, how do I eliminate out of date email addresses from popping up and populating email responses rather than the most current ones that are in my contacts? I now have to type each one in separately as the default options that come up are many out of date.
    Thanks much for your great work. Mozilla and Firefox are the best.

    Did you find a solution to this issue?  My mail server is doing the same thing.  I've tried six migrations now, and have a couple of tickets open, but they all have issues.  I have worked around all of them except the mail server problem.
    I did some more digging; the problem appears to be that on a migrated server, it leaves all of your mail store in the old location, doesn't move it, and then doesn't appear to upgrade spam-assassin properly.  The net effect is that the mail server gets the SMTP communication, tries to pass the message into spam assassin, and then it goes south.
    I see errors like this littered in the logs:
    Jul 31 13:53:10 mail org.amavis.amavisd[5927]: bayes: cannot open bayes databases /var/amavis/.spamassassin/bayes_* R/O: tie failed:
    Jul 31 13:53:10 mail org.amavis.amavisd[5927]: bayes: cannot open bayes databases /var/amavis/.spamassassin/bayes_* R/O: tie failed: No such file or directory
    Do you see anything similar?

  • Syntax error in program "CL_HTTP_SERVER=CP " after EHP4 Upgrade

    Hi All,
    Iam getting ABAP dumps after upgrading my system to EHP4  Windows ABAP+JAVA stack,
    Syntax error in program "CL_HTTP_SERVER================CP ".
    Error in the ABAP Application Program
    The current ABAP program "SAPLHTTP_RUNTIME" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_HTTP_SERVER================CP " in include
    "CL_HTTP_SERVER================CM00F " in
    line 15:
    "Field "C_IS_SHOW_SERVER_HEADER" is unknown. It is neither in one of th"
    "e specified tables nor defined by a "DATA" statement. ."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "SAPLHTTP_RUNTIME" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "CL_HTTP_SERVER================CP
        You can also perform the syntax check from the ABAP Editor.
        If the problem persists, proceed as follows:
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        The following syntax error was found in the program
         CL_HTTP_SERVER================CP :
        "Field "C_IS_SHOW_SERVER_HEADER" is unknown. It is neither in one of th"
        "e specified tables nor defined by a "DATA" statement. ."
    Regards
    Uday

    Hi,
    SPDD should be performed before ACT_UPG phase when system prompts you for SPDD. But now you cannot do SPDD phase. All the objects that came during SPDD phase has been resetted to new objects which SAP has delivered with EHP4.
    SPAU you can perform after upgrade and that too with in 14 days when upgrade finished without object key.
    I should suggest you to read upgrade guide on http://service.sap.com/erp-ehp.
    Thanks
    Sunny

  • Short Dump-Syntax error program"CL_RSD_MULTIPROV==CP" after EHP1SP5 upgrade

    Hi,
         MultiProvider Activation/Display data is resulting into short dump with following text
    Error in the ABAP Application Program
    The current ABAP program "CL_RSD_MULTIPROV_CHECK========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_RSD_MULTIPROV==============CP " in include
    "CL_RSD_MULTIPROV==============CM010 " in
    line 1:
    "Method "CHECK_LINITFL" is not declared or inherited in class "CL_RSD_M"
    "ULTIPROV". -"
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "CL_RSD_MULTIPROV_CHECK========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
              We have recently upgraded to EHP1SP5. We noticed this issue just after that.
    Regards,
    PD

    Hi,
    Please check the note 1461401.
    1461401 - System error in the program CL_RSD_MULTIPROV_CHECK
    This note should help you.
    Regards,
    Rafael

  • 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

  • Code working fine in Enterprise version giving syntax error in Rel 4.6C

    Hello All,
    <b>Consider the following piece of code.</b>
    FORM fill_itabs  TABLES   p_t_table
                                            p_t_table_dummy.      
    Internal table to be used for dynamic where condition
      DATA: lt_wherecond TYPE STANDARD TABLE OF ty_wherecond,
    Structure for dynamic where condition
                ls_wherecond TYPE ty_wherecond.
      p_t_table_dummy[] = p_t_table[].
      REFRESH lt_wherecond[].
      CLEAR   ls_wherecond.
      ls_wherecond-data = 'kunnr = p_t_table_dummy-kunnr'.
      APPEND ls_wherecond TO lt_wherecond.
      SELECT kunnr INTO TABLE gt_kunnr
          FROM kna1
          FOR ALL ENTRIES IN p_t_table_dummy
          WHERE (lt_wherecond).
    ENDFORM.
    This is working fine in Enterprise version, but when I am trying the same in Rel 4.6C, I am getting a syntax error at the Select statement which states,
    "The WHERE condition does not refer to the FOR ALL ENTRIES table.-"
    Could anyone please suggest how to avoid this error?
    Regards
    Indrajit

    Hi Chemmam,
    yes, that will be a version problem. The general rule says, always use the NWDS corresponding to your server, and the main reason are the differences within the webdynpro implementation.
    So if you have a 6.40 with SP13 for example, use NWDS 2.0.13 as the base of your deployment.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance! This also holds for: /thread/80658 [original link is broken]

  • I have recently upgraded our Choir's website, using iWeb, (it was previously done using other software. I get the home page on the screen, but when I click on links, I get this error message; "Parse error: syntax error, unexpected T_STRING in /var/www/vir

    I have recently upgraded our Choir's website, and used iWeb to create the upgrade. It was previously done with other software.
    Now, when I go to the site, (comc.ca), the first page comes up fine, but when I click on the links to other pages, I get this message.....
    Parse error: syntax error, unexpected T_STRING in /var/www/virtual/comc.ca/htdocs/Site_3/Contact_Us.html on line 1
    I went to an Apple store, (I still have time left on my one-to-one period), but didn't get an answer.
    Any suggestions really appreciated.
    Thanks,
    Larry

    Sorry, but it doesn't help JTANNA.
    What is your definition of "more efficiently"? If it's limitation of search results, branded search, and limitation of styling your results then google search is more efficient. Real developers rely on their own developments. For example: how can google search display results from a password-protected site? They can't.
    best,
    Shocker

Maybe you are looking for

  • How to disable fields in Table control???

    Hi How to disable fields in Table control??? I want to disable particular row in table control when enter datas are correct.lets take as example ME41 or ME51 table control. Can anyone tell how to do disable in this table control Points will be reward

  • Mods, could we get a sticky thread in the Logic Pro board?

    By my count there are upwards of thirteen separate threads asking if there is a free upgrade to Logic Pro X for recent buyers.  Could we get a sticky thread about it or FAQ (and maybe even lock the redundant threads)?  It's a bit maddening and I'm su

  • Adding Alternative Audio Formats to Website

    Am currently constructing a website through Dreamweaver that is to demonstrate new, standard and alternative internet media audio formats including, to mention a few: Ogg Vorbis, Windows Media, iTunes, MP3/MP4, Real Audio, etc. I am really new to thi

  • Color Logo 4.6 B

    Hello Friends, Is it possible to have Color Logos (Graphics) in the version 4.6B and 4.7C for SAPScript? P.S: Points will be awarded for deserving answers.

  • HT201359 I cannot buy from game and apple store pleasea do the needful thanks

    I cannot buy from game and from App Store  please do the needful thanks