Program ZRFI_RFFOBR_U contains syntax errors

Hi Gurus,
While maintaing varaint for program ZRFI_RffoBR_U in App - we got the error "Program ZRFI_RFFOBR_U contains syntax errors" can anyone help us waht could be the reasons. Actually our client is doing regression testing

Hi,
It's a 'Z-program' (self-developed). If you are not familiar with ABAP, ask your ABAP team to check it.
Regards,
Eli

Similar Messages

  • Save style sheet failed : Transformation contains syntax error.

    Hello experts,
    We are facing a problem, your valuable suggestion can help us to solved the problem.
    Brief on system ladsacpe. We are using XI between R/3 and SRM.
    Basically we are sending PO IDoc (ORDERS02) to SRM via XI. It also successfuly passed to SRM via XI. In XI SXMB_MONI i can see the checkred flag. Now in SRM SXMB_MONI the flag becomes Red and it shows Below error when i clcik on flag.
    " Save Stylesheet failed /1SAI/TXSD5BFE2D6C24B57C0071F:   
       Transformation /1SAI/TXSD5BFE2D6C24B57C0071F contains syntax error " *
    After this error when i check XI SXMB_MONI again, the flag is chekred but Acknowledgement status has error. and the Same error i can see in XI SXMB_MONI.
    I think this error is coming when acknowleding back to XI to R/3.
    But dont know how to solved?
    Can you guys please help.
    Thanks in Advance.
    Aakash.

    Hi Aakash
    Try have a look at SAP Note Number: [1157004|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_dwb/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31313537303034%7d]
    Best regards,
    Chris

  • [SOLVED] Generated grub file contains syntax error

    I haven't touched any of /etc/default/grub and /etc/grub.d/*
    Here's generated file containing syntax errors:
    http://pastebin.kde.org/p39g742cg/kn73gf
    Last edited by dlh (2013-12-09 18:59:57)

    Well the errors show up when:
    grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux-ck
    Found initrd image: /boot/initramfs-linux-ck.img
    Found Windows 8 (loader) on /dev/sda1
    error: out of memory.
    error: syntax error.
    error: Incorrect command.
    error: syntax error.
    Syntax error at line 159
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.done

  • ICR: program FBICRC_GENERATE_CUST with syntax error

    Hi,
    in our Development system, the auto config program for ICR "FBICRC_GENERATE_CUST" is not working due to syntax error. It works in testsystem and productive system but not in development.
    Anyone experienced the same issue i.e. short dump when running FBICRC_GENERATE_CUST ?
    The following syntax error occurred in program "FBICRC_GENERATE_CUST " in
    include "FBICRC_GENERATE_CUST_F03 " in
    line 51:
    "The data object "LS_FBICRC01000" does not have a component called "HID"
    "E_DCURR"."
    Error analysis
        The following syntax error was found in the program FBICRC_GENERATE_CUST :
        "The data object "LS_FBICRC01000" does not have a component called "HID"
        "E_DCURR"."
    Thanks
    Stephane
    TRIUMPH ASIA

    HI  Eli,
    actually the problem only occurs after we implemented OSS note 1172591 with the SAP delievered transport P3EK049760
    So before having this transport: FBICRC_GENERATE_CUST  works fine
    AFTER the transport P3EK049760 contained in OSS note 1172591  -> syntax error.
    The field "hide_dcurr" is missing in table FBICRC01000
    Cheers
    Stephane

  • Include program gives a syntax error

    Hello experts,
    I have a code piece as follows:
    REPORT  z_obj_emp.
    INCLUDE z_class_emp.
    z_class_emp is another z report.
    When I compile the report z_obj_emp, I get an syntax error:
    "Each ABAP program can contain only one "REPORT", "PROGRAM", "FUNCTION-POOL" statement."
    Could you please help me out to rectify this issue?
    Thanks,
    Mohit.

    Hello Sachin,
    Thanks for the reply. I have done as you have mentioned. Now when I execute the report z_obj_emp,
    I get a syntax error at the line:
    create object obj_emp.
    It says: "Statement is not accessible."
    The whole code of z_obj_emp is:
    REPORT  Z_OBJ_EMP.
    INCLUDE Z_CLASS_EMP.
    data: p_name type string,
          p_designation type string,
          obj_emp type ref to c_employee.
    create object obj_emp.
    p_name = 'EMP1'.
    p_designation = 'ACCOUNTANT'.
    call method obj_emp->set_attributes exporting
                         im_name = p_name,
                         im_designation = p_designation.
    call method obj_emp->display_attributes.
    call method c_employee=>display_count.
    The code of include z_class_emp is:
    *&  Include           Z_CLASS_EMP
    class c_employee  definition.
    defining the access specifiers.
      public section.
        constants: position type i value 30.
    parameterized method
        methods: set_attributes importing im_name type string
                                          im_designation type string.
    method
        methods: display_attributes.
    static method.
       class-methods: display_count.
      private section.
        data: name           type string,
                  designation type string.
    static variable.
       class-data: st_count type i.
    endclass.
    class Implementation
    class c_employee  Implementation.
    presenting the logic the methods.
       method set_attributes.
         name               = im_name.
         designation     = im_designation.
         st_count          = st_count + 1.
       endmethod.
       method display_attributes.
         write: / 'Name of Employee: '(001), at position name.
                / u2018Designation:'(002), at position designation.
       endmethod.
      method display_count.
       write: / 'Total Number of Employees ',
                             at position st_count left-justified.
      endmethod.
    endclass.
    Could you please let me know what the problem is now?
    Thanks,
    Mohit.

  • Program giving syntax error in Production client

    Hi Experts,
                I have moved an object into testing client its working fine there,but when it was moved from testing to production client.
                they are getting the error as "program ZSIOPCN contains syntax errors", when they are trying to create a variant in SE80 for this program from menu goto-->variants.
                Can anyone give any idea why this error comes, when the program is working fine in Quality client. Please give me suggestions,why it may happen.
    all answers will be rewarded, Thanks in advance.
    Thanks & Regards,
    Poorna.

    hi Rodrigo Paisante,
               i didn't understand the point "one or more objects wold be moved too", means moving the same object many times.
               we generally move the workbench requests in a sequence, in which they released. This transport sequence is follwed in the same sequence when moving from one client to another client.
               can you eloborate the solution and possible cause for this problem. i am getting message error DB: 242.
    Thanks,
    Poorna

  • Syntax error in programs-list

    Hi experts,
    I wanted to know the number of programs which had syntax error in production during certain period.
    is there any program/transaction/table to track this apart from ST22?

    ST22 or SM21 are your only options.  If they're cleared down regularly, then the data has gone. If they're archived, check the archive.
    You could write a program that monitors for syntax errors.  But it couldn't work before the time it was written.
    Now, the big question. Why are you getting syntax errors in your productive system?!  This should be a very rare event - or do simply mean programs that dump?
    matt

  • Syntax error in program - update failed in MIRO

    Hi All,
    I was trying to post invoice in MIRO in sandbox. When I tried posting the document i get an update failure message.
    There  is a corresponding dump - syntax error. the error is as follows:
    The following syntax was found in the program SAPLZGFI_MRM_ENTRY_RAP. " The field "GT_RSEG" is unknown, but there is  a field  with the similar name "T_RSEG".
    I am a Basis admin and I am not much aware of ABAP Development. So please let me know what I could do to remove this. I can try the solution as htis is sandbox.
    Thanks and REgards,
    Raghavan

    Hello Raghavan,
    "GT_RSEG" and "T_RSEG" will be treated as two different internal tables. If "GT_RSEG" is not declared but still used in the program then program will throw syntax error as given by you.
    Please check if "GT_RSEG" is declared as an internal table in the program SAPLZGFI_MRM_ENTRY_RAP (Use find to check whether it is declared or not). If not then someone might be trying to use this internal table in some customer exit (i.e. Z function module). You can either declare it in data declaration just like "T_RSEG" or change it to "T_RSEG" (maybe the ABAPer who is doing some changes in Z function module might have written the internal table name as "GT_RSEG" by mistake instead of "T_RSEG").
    Safe side declare another internal table as "GT_RSEG" in the program as below:
    Data: gt_rseg type standard table of <table_name>.
    Or-Maybe you can contact that ABAPer by checking the version management of the program where error is coming (you can come to know the place of error through short dump ST22 transaction code) and inform him/her about the error. In this way, he/she will change the code accordingly.
    Hope this is helfpul!
    Regards,
    Saba
    Edited by: Saba Sayed on Feb 13, 2011 12:56 AM

  • Syntax errors in examples for UTL_LMS

    The examples for UTL_LMS in
    Oracle® Database PL/SQL Packages and Types Reference
    10g Release 2 (10.2)
    Part Number B14258-01
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_lms.htm
    contain syntax errors
    Correct would be
    DECLARE
       s varchar2(200);
       i  pls_integer;
    BEGIN
       i:= utl_lms.get_message(26052, 'rdbms', 'ora', 'french', s);
       dbms_output.put_line('before format, message is: '||s);
       dbms_output.put_line('formatted message is: '||utl_lms.format_message(s, 9, 'my_column_name'));
    END;
    /and
    DECLARE
      s varchar2(200);
      i pls_integer;
    BEGIN
       i:=utl_lms.get_message(601, 'rdbms', 'oci', 'french', s);
       dbms_output.put_line('OCI--00601 is: '||s);
    END;
    /

    Hello Martin,
    This is a known problem with wlst-jython. One cannot catch syntax errors
    programmatically. The only way is to avoid loading properties file
    that may cause syntax errors.
    I am curious though how can a user enter invalid properties via a script?
    thanks,
    -satya
    Martin Gustavsson wrote:
    Hi,
    When there are syntax errors in WLST-script, the calling program will get no information about this.
    In our case the calling program is ANT. If the user enters invalid properties it could cause syntax errors in the WLST script. But the ANT task always receive a successfull code back and doesn't know that it went wrong.
    What is the workaround for this? How can I from WLST return a fail code so that ANT does not continue?
    Regards,
    Martin

  • AS 2.0 syntax errors

    The fla in the link contains syntax errors.
    any help?
    rd
    DOWNLOAD FLA
    HERE

    The fla is real, I would never post a link to something other
    than what I say. I have respect for the forum and the best way to
    fix would be for someone to see the fla. Below are the errors
    fixed all but this below.
    *Error** Symbol=menu back, layer=view documentary, frame=1,
    Line 1: Mouse events are permitted only for button instances
    on (release){
    I dont understand, it is a button instance!
    *

  • Syntax error in program "SAPLOCS_LOG ". for SPAM

    Hi  Team ,
    I have updated SPAM from 730 45 to 730 51 after that i am trying to update SPS from spam , it is throwing the  below error .
    Category          
    ABAP Programming Error
    Runtime Errors    
    SYNTAX_ERROR
    ABAP Program      
    SAPLOCS_LOG
    Application Component  BC-UPG-OCS
    Date and Time     
    07.04.2014 18:21:55
    Short text
        Syntax error in program "SAPLOCS_LOG ".
    What happened?
        Error in the ABAP application program.
        The current ABAP program "SAPLOCS_UI" had to be interrupted because it contains
        a statement that cannot be executed.
        In the include "LOCS_LOGU15 " in the line 97 of program "SAPLOCS_LOG " the
         following syntax
        errors occur:
        "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
        "S"."
        Author and last person to change the include are:
        Author "SAP "
        Last changer "SAP "
    Error analysis
        The following syntax error was found in the program SAPLOCS_LOG :
        "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
        "S"."
    Help is much appreciated .
    Thanks,
    Pradeep.

    Hi ,
    After full restart of the system also there is no use , even i tried to upgrade to 52 .
    It is throwing dump .
    Category          
    ABAP Programming Error
    Runtime Errors    
    SYNTAX_ERROR
    ABAP Program      
    SAPLOCS_LOG
    Application Component  BC-UPG-OCS
    Date and Time     
    07.04.2014 23:32:43
    Short text
    Syntax error in program "SAPLOCS_LOG ".
    What happened?
    Error in the ABAP application program.
    The current ABAP program "SAPLOCS_UI" had to be interrupted because it contains
    a statement that cannot be executed.
    In the include "LOCS_LOGU15 " in the line 97 of program "SAPLOCS_LOG " the
    following syntax
    errors occur:
    "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
    "S"."
    Author and last person to change the include are:
    Author "SAP "
    Last changer "SAP "
    Help is really much appreciated ..
    Thanks,
    Pradeep.

  • InfoSet Query: Syntax Error while generating the program.

    Dear All,
    I have a Query in CRM system which contains an Infoset based on LDB.
    The InfoSet Query throws up a Syntax error while generating the program.
    So, we are not able to change the Infoset using the Infoset Query through SQ01.
    The error is as follows:-
    Syntax error in program "AQZZ==/SAPQUERY/CRM_ACTMON1 ".
    Error in the ABAP Application Program
    The current ABAP program "CL_QUERY_OUTPUT_DEFINITION====CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "AQZZ==/SAPQUERY/CRM_ACTMON1 "
    in include "AQZZ==/SAPQUERY/CRM_ACTMON1 " in
    line 28:
    ""CRMT_REPORT_LOCATORLIST" must be a flat structure. You cannot use int"
    "ernal tables, strings, references, or structures as components. -"
    Please help me arrive at an solution, so that we are able to change the Infoset through the InfoSet Query.
    Awaiting your reply as soon as possible.
    Thanks and Regards,
    Pankaj.

    There is an error in your query, specifically in the definition of CRMT_REPORT_LOCATORLIST. In the short dump (transaction ST22) you will see more details and the exact location of an error if you just scroll down.
    I can't tell more because this problem is specific to your system, to which I have no access. Read the whole dump and look at all the objects mentioned there.

  • Syntax Error occured in Program  in include " CNTN01

    Hi,
    We are working on SAP 4.6C to ECC 6.0 Migration. While testing One Transaction, I am getting following error:
    The current ABAP program "CL_GOS_TOOLBOX_MODEL==========CP" had to be
    terminated because it has come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "Z3I_CL_BASCULER_SCS_GOS=======CP " in include "<CNTN01> " in
    line 13:
    "Within classes and interfaces, you can only use "TYPE" to refer to ABA"
    "P Dictionary types, not "LIKE" or "STRUCTURE"."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    This Error is coming while executing transaction in ECC 6.0 however in R/3 4.6C it is working fine.
    Pls Advice what should be done to resolve this issue. This issue is coing in alot of transactions.
    I will appreciate if anyone of you can guide me regarding same.
    regards
    Sandeep

    Hi,
    I was trying hand on one of my Z class which contain  include <CNTN01>. in its Local Types.
    I commented the existing include statement and added new statement as
    INCLUDE CNTN01_OO.
    After saving now when i try to activate the Z Class, it is giving me following error:
    INCLUDE CNTN01_OO
    You can only define classes and interfaces at the highest level of CLASS-POOL.
    CLASS Z5C_CL_MESSAGE, Internal classes in a class include "CNTN01_OO" does not start with the prefix (Z5C_CL_MESSAGE=======)of the current class pool.
    pls advice what i should do correct this issue.
    Sandeep

  • Syntax error in program RK2CIDEA, include RK2CIDEA, line 5614

    Dear All
    Good Evening!
    I'm trrying to generate the operating concern in ECC5 Ides, but system is displaying following error.
    <i>"<b>Program RK2CIDEA contains a syntax error in include RK2CIDEA. The error occurred in line                                                5614. Thefollowing message describes the error."</b></i>
    I also implement  the solution of  Note 778704 - Syntax error in generated report RK2CXXXX.
    but still system displaying the same error.
    operating conceren " IDEA" is Red ( No Active)
    Please guide me!
    Thanks

    Good Evening!
    Thanks for reply!
    I implement the solution of "778704" , but function module that is given in this solution giving me return code "8" ( export Prameter subrc = 8)
    also I implement the solution of Note 143557 - Line item list: Integration FI/CO document. but still having the same problem.
    <b>Syntax error in program RK2CIDEA  " Field "CE0S001" is unknown"</b>
    Any advise more......
    Thanks

  • Query getting  /crystal/ Program SYNTAX ERROR.

    Hi All,
    I connected to SAP BEX Query using MDX driver. when i execute query getting  /crystal/ Program SYNTAX ERROR.
    I imported these  crystal transports R21900741,786,695,754,780 .
    but got error for R71K900087 .
    MY SAP BW system version is SAP BW701 SP10 , Please suggest.
    Thanks,
    Joseph

    Thanks Mohammed. But our application is trying to pass a parameter which contains user data like section numbers....
    So when we pass the value 123.1(a) , here what is happening behind the scene of CR viewer
    webSource0.AddParameter "promptex-NAMEOFPARAMETER", "123.1%28a%29"
    and it throws up the error
    "The syntax of the value for prompt 'NAMEOFPARAMETER' is incorrect. Please correct the syntax and try again"
    I have no idea why it is throwing up this errror....

Maybe you are looking for

  • Problem with iTunes family sharing payment & app licenses

    Hiya, We're using iTunes family sharing with my wife since iOS8, on our iPhones (4S & 5, both with latest iOS). My account is the "Organizer" and my wife has Parental access (so she can use the same payment method, my credit card). There are a couple

  • SELECT DB query for BPM 10GR3

    Hi all, I have the following query for selecting data from the db, but it just does not execute.. What am I doing wrong over here? I have two different types of parameters.. param is of type String Array--->String[] and params is of type String Date

  • Export OLAP 11G AW/Cubes to OBIEE 11g

    Hi Experts, If anyone has handled this assignment of exporting OLAP 11G AW/Cubes to OBIEE 11g, Please share all details. Currently we use BO for reporting requirements and before going ahead with OBIEE 11g would like to make sure there is not much of

  • Recording info about how long an application has been open?

    Hi. I would like to set up some kind of log that tells me when I've opened a particular application (Final Cut Pro) and how long (how many minutes/hours) the application has been open for that particular session or that particular day. Ideally, the l

  • Form based authentication problem - security constraint in web.xml

    Hi , I have j_security_check in my login page <form name="loginForm" id="loginForm" method="post" action="j_security_check">      <table id="login" align="center" cellspacing="0" cellpadding="0">                <tr>                     <td class="lab