How to resolve the dump Syntax error in program /1BCWDY/824VCAJI0ED4WMLLJ7N

I have created 4 components and I have linked them to a single web dynpro application component through an interface.
This is working fine in development.
When we moved all these objects to quality and when i run the application it is opening the default component. However when i try to call any other component it is giving the following dump.
Syntax error in program /1BCWDY/824VCAJI0ED4WMLLJ7NV==CP.
When we debugged we found that this dump is arising in the CREATE COMPONENT method.
Please suggest how to resolve this issue.

Hi,
Using the method prepare_dynamic_navigation i am calling all the components.
After this method i have written the following code for deleting the active and create the new component.
Delete the active componet if any before bind the called component
  IF wa_cmp_usage-component_usage->has_active_component( ) IS NOT INITIAL.
    wa_cmp_usage-component_usage->delete_component( ).
  ENDIF.
Bind the compont called to this main component
  wa_cmp_usage-component_usage->create_component( lv_target_comp ).     -
> when i debug, inside this am getting dump.
In ST22 the error is occuring in the following place.
  call method (l_gen_class_name)=>if_wdr_classloader~create_instance
    receiving
      component_instance = me->component_factory.
I am actually 5 components. The default and the fifth components are only having tab and a text view. There are no other UI elements. These two components are working.
The remaining components are having many UI elements and these components are giving the above said dumps.
Edited by: Mohamed Aslam on May 13, 2010 12:11 PM

Similar Messages

  • SE80 Dump - Syntax error in program CL_GUI_ALV_GRID

    Hi,
    We have applied 2 sap notes and after this there were some inactive objects.
    1353846 & 875986.If i go ST22 /SE 80 i am getting thes dumps.. I tried checking inactive object via SE38/Environment Se24/Environment i get the same dump..
    Unkowingly We did it in wrong sequence so de-implemented but still have some inactive objects how do we activate those class files.
    Already logged a ticket with SAP but curious to know if there is anyway to resolve this issue.
    Short text
         Syntax error in program "CL_GUI_ALV_GRID===============CP ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_DD_AREA====================CP" had to b
          terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program
          "CL_GUI_ALV_GRID===============CP " in include
          "CL_SALV_BS_DATA===============CU " in
         line 10:
         "Type "IF_SALV_BS_DATA" is unknown"
         The include has been created and last changed by:
         Created by: "SAP "
          Error in the ABAP Application Program
         The current ABAP program "CL_DD_AREA====================CP" had to b
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Rgds
    Vara

    Hi Vara,
    it depends on what notes you applied, what release you are on. Frequently notes have preconditions (i.e. applying other notes) or some manual work must be done like modifying function interfaces.
    Go through the notes again, tell us the numbers.
    Regards,
    Clemens

  • Abap Dump Syntax error in program "/SSF/SLIB " occuring in SOLMAN 7.1???

    Hello Friends,
       After upgradation Solman 7.01 to 7.1, During EWA Alert management configuration in step 3 --> Check Software component level phase, we receiving below error.
       Also Syntax error in program "/SSF/SLIB " Dump is occurring inST22. Please find the Abap dump details attachment.
    Please help me to resolve this issue.
    Regards,
    Farkath C

    /SSF/SLIB comes from SP A/PI, if there were issues in old version then they should have been reported.
    Upgrading may be a solution.
    However, there references of ADD_CCDB_ABAP_EXTRACTOR
    Execute RFC                                                                            |
    |>>>>>|  CASE LS_OPT-RFC_CALLTYPE.                                                                 |
    | 1640|    WHEN 'SYNC'.                                                                            |
    | 1641|      CALL FUNCTION '/SSF/CALL_SUBROUTINE_RFC'                                              |
    | 1642|                                   DESTINATION LS_OPT-DESTINATION  
    That's why I am asking for the latest dump after the run of RTCCTOOL.
    Regards

  • St22 dump : Syntax error in program "SAPLCRM_KNOWLEDGE ".

    Hello experts,
    When i click on Define Template for folder in SPRO ( spro -> customer relation relationship management>
    basic function --> content management ---> define template for folder) it goes to dump.
    Runtime Errors         SYNTAX_ERROR
    Short text :Syntax error in program "SAPLCRM_KNOWLEDGE ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program "SAPLCRM_KNOWLEDGE " in include
          "LCRM_KNOWLEDGEF03 " in
         line 71:
         ""ICFALIAS" must be a flat structure. You cannot use internal tables, s"
         "trings, references, or structures as components. -"
         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 "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLCRM_KNOWLEDGE :
        ""ICFALIAS" must be a flat structure. You cannot use internal tables, s"
        "trings, references, or structures as components. -"
    The version of CRM is crm 2007 with support stack sp02
    Regards
    Ranadhir

    Thanks Venkataramanan, after the implementing the note 1117598 and 1101434 the problem solved.
    Regards
    Ranadhir

  • IW31 Dump - Syntax error in program "SAPLCNTX ".

    Dear All,
    I am facing a strange problem, while creating a maitnenance order.
    Core modules had been implemented earlier and now SAP PM is getting implemented.
    Whenever i try to create a maintenance order, system gives below dump.
    I have checked with my ABAP team, but we are not able to find out any specific reason for this.
    I searched the threads also, but haven't found any thing.
    Would request you to please help.
    ShrtText
        Syntax error in program "SAPLCNTX ".
    What happened?
        Error in ABAP application program.
        The current ABAP program "SAPLCOZV" had to be terminated because one of the
        statements could not be executed.
        This is probably due to an error in the ABAP program.
        In program "SAPLCNTX ", the following syntax error occurred
        in the Include "LCNTXF19 " in line 195:
        ""LV_SUBJECT" is not type-compatible with formal parameter "I_SUBJECT"."
        Author and last person to change the Include are:
        Author "SAP "
        Last changed by "SAP "
    Error analysis
        In program "SAPLCNTX ", the following syntax error occurred:
        ""LV_SUBJECT" is not type-compatible with formal parameter "I_SUBJECT"."
    Trigger Location of Runtime Error
        Program                                 SAPLCOZV
        Include                                 LCOZVU01
        Row                                     2,549
        Module type                             (FUNCTION)
        Module Name                             CO_ZV_ORDER_POST
    Thanks & Regards,
    Mihir

    Hi,
    Please check (or paste here) "What you can do" section of dump. Search OSS notes.
    Regards
    Shrikant

  • Could you please tell me how to resolve the following import error? Thanks.

    Hi,
    When run the following command to import two tables:SPSSDMRESPONSE_LOG and SPSSSCORE_LOG, there are some error in the log. Could you please tell me how to resolve these error? Thanks.
    Command:
    imp S3SLORL10/Pass1234@SPSS file=/yhan/subTables.dmp ignore=y tables=SPSSDMRESPONSE_LOG,SPSSSCORE_LOG
    There are some error in the log file.
    The log file is:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    . importing S3SLORL10's objects into S3SLORL10
    . importing S3SLORL10's objects into S3SLORL10
    IMP-00061: Warning: Object type "S3SLORL10"."Info224_T" already exists with a different identifier
    "CREATE TYPE "Info224_T" TIMESTAMP '2011-09-21:06:54:13' OID 'A1F8D176EF2949"
    "07882153DE7E4CC9F9' AS OBJECT ("SYS_XDBPD$" "XDB"."XDB$RAW_LI"
    "ST_T","Response" "Response225_COLL","Property" "ModelOutput223_COLL")FINAL "
    "INSTANTIABLE "
    IMP-00063: Warning: Skipping table "S3SLORL10"."SPSSDMRESPONSE_LOG" because object type "S3SLORL10"."Info224_T" cannot be created or has different identifier
    IMP-00061: Warning: Object type "S3SLORL10"."Metric214_COLL" already exists with a different identifier
    "CREATE TYPE "Metric214_COLL" TIMESTAMP '2011-09-20:09:56:02' OID '98999BF48"
    "84F4BAB81D391109E4BB823' AS VARRAY(2147483647) OF "nameValueT"
    "ype208_T""
    IMP-00063: Warning: Skipping table "S3SLORL10"."SPSSSCORE_LOG" because object type "S3SLORL10"."Metric214_COLL" cannot be created or has different identifier
    IMP-00017: following statement failed with ORACLE error 942:
    "ANALYZE TABLE "SPSSDMRESPONSE_LOG" ESTIMATE STATISTICS "
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00017: following statement failed with ORACLE error 942:
    "ANALYZE TABLE "SPSSSCORE_LOG" ESTIMATE STATISTICS "
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    Import terminated successfully with warnings.

    *Import of table containing object type(s) fails with IMP-00061 IMP-00063 [ID 203822.1]*
    in short: search for the TOID_NOVALIDATE parameter

  • How to resolve the runtime portal error which occurs during entering a room

    Hi All
    I have created a room of type "Sap_Team_Room" and then assigned it to one role when i am trying to enter room it is giving me the following error
    "Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.ip.collaboration/Rooms/80dd2995-e186-2a10-c58f-d9411ca9c30e/workset/com.sap.netweaver.coll.DocumentsAndLinks_0_0/RoomQuickLaunch
    Component Name : null
    Page could not create the iView."
    Please Can anybody tell me how to resolve it.
    Thanks in Advance
    Thanks and Regards
    Nishita Salver

    Hi,
    Have you made any changes in  com.sap.portal.runtime.logon.par ?? because the error specifies error in authschemes computation, this means authschemes.xml file is not modified if you have modified logon par file. Is this correct??
    Regards,
    Ameya

  • Syntax error in program "ZIAFVC20_NRD "

    Hello All,
    Please see the below details of the dump "Syntax Error"
    Transaction......... "ZXSW "
    Program............. "SAPLZNRD_CS_MATCHCODES"
    The current ABAP program "SAPLZNRD_CS_MATCHCODES" had to be terminated because
    one of the statements could not be executed.
    The following syntax error occurred in the program ZIAFVC20_NRD :
    "The FORM "CHECK_SEL_OPT_F16" does not exist, but there is a FORM with "
    Error in ABAP application program.
    Error analysis
    The following syntax error was found in the program ZIAFVC20_NRD :
    "The FORM "CHECK_SEL_OPT_F16" does not exist, but there is a FORM with "
    Information on where terminated
    The termination occurred in the ABAP program "SAPLZNRD_CS_MATCHCODES" in
    "SUBMIT_LIST_REPORT". The main program was "ZSWCALL ".
    The termination occurred in line 142 of the source code of the (Include)
    program "LZNRD_CS_MATCHCODESF01" of the source code of program "LZNRD_CS_MATCHCODESF01" (when calling the editor 1420).
    001300       SUBMIT (F_REPID) USING SELECTION-SET H_VARIANT
    001310                         WITH  DY_SELM  = H_SELM
    001320                         WITH  DY_TCODE = F_TCODE
    001330                         VIA SELECTION-SCREEN
    001340                         AND RETURN.
    001350     ELSE.
    001360       SUBMIT (F_REPID) WITH DY_SELM   = H_SELM
    001370                        WITH DY_TCODE  = F_TCODE
    001380                        VIA SELECTION-SCREEN
    001390                        AND RETURN.
    001400     ENDIF.
    001410
         >   ENDFORM.
    Please help with your suggession.
    Regards,
    Reshma K

    FORM "CHECK_SEL_OPT_F16" does not exist in program ZIAFVC20_NRD.

  • Download basket - Syntax error in program "/TMWFLOW/CL_MO_UPDATE_MODEL===CP

    Hello,
    When trying to download anything from the basket, I get the following dump:
    Syntax error in program "/TMWFLOW/CL_MO_UPDATE_MODEL===CP ".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "/TMWFLOW/CL_MO_HTML_REQUEST===CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program
         "/TMWFLOW/CL_MO_UPDATE_MODEL===CP " in include
         "/TMWFLOW/CL_MO_UPDATE_MODEL===CM005 " in
        line 11:
        "Type "MOPZDT_TRANS" is unknown"
    The current ABAP program "/TMWFLOW/CL_MO_HTML_REQUEST===CP" had to be
      terminated because it has
    come across a statement that unfortunately cannot be executed.
    I have on my system: SAPKITL429.
    Any help would be helpful.
    Thanks.
    Edited by: Jordy_tof on Sep 19, 2011 7:39 PM

    Hello,
    Thanks for the notes, really useful.
    Meanwhile I have found a back way to download from solman:
    http://www.erpgenie.com/sap-technical/basis/trick-approve-download-basket-via-solution-manager
    Hope it will help all.
    Thanks again,
    Jordan.

  • I have started to get this error message: 5.1.3 bad address syntax in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?

    I have started to get this error message: "5.1.3 bad address syntax" in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?  My email account is through Optimum online and I am using Airpost Express.
    P.S. The error sound "bong" is driving us nuts!

    Please post on the Office for Mac product forums that Microsoft hosts. It's their product and they can best troubleshoot the issue.

  • How to resolve the error ORA-12560 TNSprotocol adapter

    I am using Oracle 9i release 2 database on my window xp machine. My database created using DBCA during installation is working fine . Now i want to create the database manually, When i set SET ORACLE_SID=newdb and try to connect to like this
    c:\sqlplus /nolog
    enter username:sys/sys as sysdba
    gives an error ORA-12560 TNSprotocol adapter
    how to resolve this error

    see this:
    ERROR:ORA-12560: TNS:protocol adapter error
    see post of user601010

  • How to resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    I just download a jdeveloper903,i hava a problem:
    when i start the oc4j alone,it prompt "JspTagLib listener error:null". Then,After depoly the jsp application with JspTag to oc4j,I found the jsp page can not run,but,the jsp application can run in the
    develope environment.
    how can resolve the problem,help!!Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • Short dump in VF01 - Syntax error in program "RKEAK9RECP3000001"

    Helo all,
    We recently copied our production client to a QA client and when we try to save an SD invoice (VF01), we get a short dump titled - Syntax error in program "RKEAK9RECP3000001".
    The dump long text states:
    "The Dictionary structure or table "K9RECP3000001" is either not active"
    " or does not exist."
    and
    NOTE in case of a SHORT DUMP:
    if the following perform statement should lead to a short dump, then
    the report stated in the short dump is missing (RKEAK9Rsssmmmnnnn)
    Check if table K9Rsssmmmnnn exists. If not it should be transported
    from the original system.
    Regenerate the missing reports by using transaction SE37, entering
    function KEDR_REGENERATE_ALL_REPORTS and pressing button 'Test' and
    'Execute'.
    but I tried to run function KEDR_REGENERATE_ALL_REPORTS in SE37 and the problem persists.
    Maybe I'm not running it correctly - there is no execute option when pressing "Test" so I enter the function and press F8, which takes me to a screen titled "Test function module" and then I execute.
    My suspicion is that table "K9RECP3000001" cannot be created or generated since it it a system specific naming convention K9RSSSCCC0001 in which SSS is system ID (in our case ECP is production and ECQ is QA) ans CCC is client number (300 in prod, and should be 286 in ECQ).
    Has anyone encountered this type of a problem and knows how to fix it?
    Needless to say, I looked at OSS notes, but did not find the solution there.
    Any thought will be appreciated,
    Yoel.

    Shalom Yoel,
    This problem may be caused by the fact that some derivation rules
    that were originally created once in a system have been transported
    into target system without transporting the dependent objects
    as well (the generated tables for the derivation rule entries).
    You can see this by execution of program RKEDRCHECK with only
    parameter 'Check in all clients' marked. You will then get
    inconsistent derivation steps (which refer to a generated table
    table for the rule entries that doesn't exist because it was
    not transported).
    There are two ways to solve the problem:
    1.) If you don't need these steps any more in derivation you can get
        rid of them by executing program RKEDRCHECK with both parameters
        marked ('Check in all clients' and 'Delete inconsistent steps').
    2.) If these steps should remain you have to retransport the missing
        tables from the source system in which these tables have to exist
        (creating transport requests for the customizing of derivation by
        pushing on the 'Transport' icon in the source system in transactions
        KEDR and KEPC).
    For each derivation step,the system generates a program RKEAK9R *
    and a table K9R+ System ID+ Mandant+ a number of five figures
    from the object number in KEDR.
    br, Guido

  • I was posting a GR using MIGO and I received the following syntax error.

    syntax error in program    SAPLMLSP                                            
    in include                 LMLSPFBV                                            
    in line                      10 
    the field "FLG_CNMM_DISPLAY" is unknown, but there is a field with the         
    similar name "ICON_DISPLAY". 
    Can someone please help with a solution? Thanks
    Edited by: Omotola Lamina on Feb 10, 2008 7:38 PM

    Thanks mate. I have read through some of the associated notes. they are enormous. I'm yet to see the particular one that talks about this problem and how to resolve it.

  • 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

Maybe you are looking for