Runtime error assertion_failed

hello,
i am getting a runtime error 'assertion_failed' while activating the transformations.
it says the assert condition was violated. i am attaching the error message here.
In the running application program, the ASSERT statement recognized a
situation that should not have occurred.
The runtime error was triggered for one of these reasons:
- For the checkpoint group specified with the ASSERT statement, the
   activation mode is set to "abort".
- Via a system variant, the activation mode is globally set to "abort"
   for checkpoint groups in this system.
- The activation mode is set to "abort" on program level.
- The ASSERT statement is not assigned to any checkpoint group.
i need help regarding this.
thanks in advance.
muralik

Hello MuraliK,
Plz apply note :998730.
U need to check RSTRANRULE  table with certain combination and delete inconsistent records.
-- Plz assign points if helpful --
Regards,
Mainak

Similar Messages

  • Runtime Error : ASSERTION_FAILED while resubmit the SC to create FOD

    Hi
    We are using SRM 5.00 classic scenario.
    When i am clicking on resubmit button to create follow on document getting
    RUNTIME ERROR : ASSERTION_FAILED
    Termination occurred in the ABAP program "CL_BBP_BS_MAP_SC2RQ===========CP" -
    in "MAP_DELIVERY_ADDRESS".
    The main program was "SAPLBBP_MON_SC ".
    In the source code you have the termination point in line 20
    of the (Include) program "CL_BBP_BS_MAP_SC2RQ===========CM00J".
    Please suggest what should i do ?
    Thanks and Regards
    Ruma Paul.

    Hi Ruma,
    Please check the following OSS Notes:
    Note 1169451 - ASSERTION_FAILED: Shopping stuck in Error in transmission
    Note 980296 - ASSERTION_FAILED dump upon resubmitting the shopping cart.
    Note 996674 - Check status of shopping cart raise short dump
    Note 1027966 - ASSERTION_FAILED dump for shopping cart items in spool
    Thanks,
    Pradeep

  • Runtime Error : ASSERTION_FAILED while clicking on shop button to create SC

    Hi Experts.
    We are using SRM 7.0
    When i am clicking on shop button to create shopping cart getting
    RUNTIME ERROR : ASSERTION_FAILED
    Termination occurred in the ABAP program "/SAPSRM/CL_CH_WD_GAF_FACTORY==CP" -
    in "SET_GAF_PROVIDER".
    The main program was "SAPMHTTP ".
    In the source code you have the termination point in line 29.
    Please suggest what should I do ?
    Thanks and Regards
    Bumhwan oh

    Hi Venkatesh.
    Thanks for your reply.
    But Note 1341605 has nothing to do with what we are discussing.
    My problem is why runtime error result when I click Shop button in Employee Self-Service.
    Here is source code in method SET_GAF_PROVIDER.
      IF io_fpm_gaf IS NOT BOUND. "SRM 6.0 coding (without FPM)
    Get Class Name from explicit configuration (stored in mapped context)
        lo_context_node = io_wd_context_node->get_child_node( name = 'CONFIGURATION_NODE' ).
        lo_context_element = lo_context_node->get_element(  ).
        lo_context_element->get_attribute(
          EXPORTING
            name =  `CLASS_NAME`
          IMPORTING
            value = lv_class_name ).
        CATCH SYSTEM-EXCEPTIONS create_object_class_not_found = 4.
          CREATE OBJECT lo_gaf_provider
            TYPE
              (lv_class_name)
            EXPORTING
              io_wd_context_node = io_wd_context_node.
        ENDCATCH.
        " Cause: The class specified in the TYPE addition does not exist
        " [..]  handle exception / abort use case
          ASSERT FIELDS 'GAF Provider Class Name is not valid' lv_class_name
               CONDITION  sy-subrc = 0.

  • Datasource Inactive : Runtime error ASSERTION_FAILED

    Hi
    In my BI system, i have a datasource which is in active status in Dev system and inactive (not executable) version.
    Its a running datasource, somehow it got inactive, i dont know the reason how it happened, though we dont use that cube much. But now i have to use that cube.
    I am trying to do the activation the DS in dev system few times and imported into Qual system, the tpt is failing. The log of the tpt is here :Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server sapbwq were synchronized
    ABAP/4 processor: ASSERTION_FAILED Job cancelled.
    I suspect there might be some existing data in the PSA which was not deleted before importing the DS again. Now I cant access the PSA too. It says "Invalid DataStore object name /BIC/B0000379: Reason: No valid entry in table RSTS"
    so how can i activate this DS correctly ? Its also getting replicated fine. Any help pls..
    thx
    venkat

    Venkat,
    Go to SE14 - select the table /BIC/B0000379000 - and select activate and adjust database with the option of "Delete Data" and then activate your data source.
    This is a problem with the PSA tables not getting dropped properly. There is a program  called PSA_PARTNO_correct or something like that which will eliminate such problems...
    Arun

  • Getting Error ASSERTION_FAILED while activating transformation.

    Hi Experts,
    I am getting an error "The ASSERT condition was violated" while activating a transformation in BI. I applied SAP NOTE 1137447 and I am still getting this error given below.
    Runtime Errors         ASSERTION_FAILED
    Date and Time          09.10.2009 16:53:20
    Short text
         The ASSERT condition was violated.
    What happened?
         In the running application program, the ASSERT statement recognized a
         situation that should not have occurred.
         The runtime error was triggered for one of these reasons:
         - For the checkpoint group specified with the ASSERT statement, the
           activation mode is set to "abort".
         - Via a system variant, the activation mode is globally set to "abort"
           for checkpoint groups in this system.
         - The activation mode is set to "abort" on program level.
         - The ASSERT statement is not assigned to any checkpoint group.
    Error analysis
         The following checkpoint group was used: "No checkpoint group specified"
         If in the ASSERT statement the addition FIELDS was used, you can find
         the content of the first 8 specified fields in the following overview:
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
    Trigger Location of Runtime Error
        Program                                 CL_RSTRAN_FOBU_APPL===========CP
        Include                                 CL_RSTRAN_FOBU_APPL===========CM007
        Row                                     37
        Module type                             (METHOD)
        Module Name                             GET_CODE
    Line  SourceCde
        7     l_formula_id_32   TYPE sfbeid,
        8     l_s_fobu          TYPE rsfob_s_formula,
        9     l_r_formula       TYPE REF TO cl_foev_formula.
       10
       11
       12   IF p_r_formula IS BOUND AND
       13    p_mode is not initial.
       14     CALL METHOD cl_rsar_formulas=>reset_formula_foev_object
       15       EXPORTING
       16         i_formex    = p_formex
       17         i_objvers   = p_objvers
       18         i_r_formula = p_r_formula
       19       EXCEPTIONS
       20         no_entry    = 1
       21         invalid     = 2
       22         OTHERS      = 3.
       23     ASSERT sy-subrc = 0. "invalid call
       24
       25   ENDIF.
       26
       27   CALL METHOD cl_rsar_formulas=>get_formula_foev_object
       28     EXPORTING
       29       i_formex    = p_formex
       30       i_objvers   = p_objvers
       31     RECEIVING
       32       r_r_formula = l_r_formula
       33     EXCEPTIONS
       34       no_entry    = 1
       35       invalid     = 2
       36       OTHERS      = 3.
    >>>>>   ASSERT sy-subrc = 0. "invalid call
       38
       39
       40   l_r_formula->compile( EXPORTING i_structure_prefix = 'SOURCE_FIELDS'
       41                         IMPORTING e_abap_formula = e_t_abap_source ).
       42
       43 ENDMETHOD.
    Kindly help me.
    Thanks in advance,
    With Kind Regards,
    Kannan Jagadeesan

    Try applying the following OSS Notes:
    [OSS Note 1050275 - ASSERTION_FAILED in CL_RSTRAN_FOBU_APPL->GET_CODE|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1050275] (relevant to prior to BI 7 SP14)
    [OSS Note 1115923 - Check or transfer of empty formulas causes runtime error|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1115923] (relevant to prior to BI 7 SP17).

  • Runtime Error during Creation of Asset (AS01)

    Hello Everyone !
    I have been trying to CREATE ASSET for a long time but  unfortunatly land up on ..... RUNTIME ERROR. I used all the possible ways to get it solved but i am stuck. Error analysis says The ASSERT Condition was violated.
    Hope you guys would help me out and push my knowledge further. Answers would be highly appreciated.
    Srinivas.

    Hi Srinivas,
    I found more information about your issue. These are notes that have been given by SAP in regards to the "ASSERTION_FAILED" runtime error in AS01 or also AS91.
    931764    Runtime error ASSERTION_FAILED
    989402    Expand/Collapse All events in planning hang t
    951191    AA 908, AA 698, AA 475, incorrect ANLC values
    932560    ITAB_DUPLICATE_KEY runtime error
    971300    AA610 for fixed asset creation, change or recalculation
    988238 FAQ New depreciation calculation
    949802 AS91: Dump ASSERTION_FAILED in CF_FAA_CFG_TRANSACTION
    Please be aware of note 988238 which is a composite note with many erros in FI-AA when in ECC 6.0  It advices to:
    "Implement the following notes or import at least Support Package 6 for the components EA-APPL and SAP_APPL (available as of October 2006)."
    Check also note  949802.
    I hope this helps.
    Best Regards,
    Vanessa.

  • Assertion_falied runtime error is ESS

    Hello All ..
    I am getting a runtime error assertion_failed  when i am clicking on "exit" button in my trips and travel in ESS.
    In the running application program, the ASSERT statement recognized a
    situation that should not have occurred.
    The runtime error was triggered for one of these reasons:
    - For the checkpoint group specified with the ASSERT statement, the
      activation mode is set to "abort".
    - Via a system variant, the activation mode is globally set to "abort"
      for checkpoint groups in this system.
    - The activation mode is set to "abort" on program level.
    - The ASSERT statement is not assigned to any checkpoint group.
    it clearly says it is not assigned to any checkpoint so I am not sure how to deactivate it . Below  is the code which is generating this dump.
    class : cl_fitv_navigation.
    method : get_resource_key.
    METHOD get_resource_key.
      DATA lv_area_key TYPE XSS_SER_AREA.
      DATA lv_service_key TYPE xss_ser_resobject.
      DATA ls_message TYPE bapiret2.
      IF i_operation = gc_op_callareapage.
        lv_area_key = cl_wd_runtime_services=>get_url_parameter( gc_param_menuarea ).
        CALL FUNCTION 'HRXSS_SER_READTABAR'
          EXPORTING
            area                = lv_area_key
          IMPORTING
            arlinktype          = e_service_type
            arlinkressource     = e_resource_key
          EXCEPTIONS
            no_subareas_in_area = 1
            area_not_found      = 2
            OTHERS              = 3.
        ASSERT sy-subrc = 0.      
        RETURN.
      ENDIF.
    Thanks.

    Did you check for notes yourself?... theres quite a few that match your criteria.
    Theres not enough infomation on this thread to help you any further.
    Read the "Rules of Engagament"
    Regards
    Juan

  • Configurable products in CRM - Error ASSERTION_FAILED

    Hello Experts,
    I'm trying to use configurable products in CRM. To do this we have decided to replicate the configurable products from ERP to CRM.
    We were able to replicate the products into CRM, but when we try to use these in sales quotations we get the following error:
    Category               ABAP Programming Error
    Runtime Errors         ASSERTION_FAILED
    ABAP Program           SAPLCRM_ORDER_API
    Application Component  CRM-BTX-BF
    Date and Time          28.09.2011 11:17:11
    The first time we tried to create a quotation, configuration of item category determination was missing, so we added the following configuration:
    Tran.Type/ Description TransTyp/ Item cat.Group/ MainItemCty/Decription item cat./ Item Cat./ Description Item cty
    ZAG          Quotation          0002 Config.at Mat.Level                                                            AGC        Quotation Config.
    ZAG          Quotation          0002 Config.at Mat.Level         AGC       Quotation Config.         AGE        Quotation Config.
    ZAG          Quotation      0002 Config.at Mat.Level         AGM       Normal Item Quot.        AGC            Quotation Config.
    Since we added the configuration of item category determination for Configurable material, we get the error described above.
    Could you give us any advice to resolve this problem?
    Thanks in advanced.
    Susana Morgado

    Update: I just found out, to set the proper IPC settings we have to use http://<host>:50000/ipc/admin/xcm/init.do. This one has a JCO-component inside. But unfortunitely it shows a runtime error when it is started. I did change the SSL/security settings to use http. Any idea what this could be, or where to find a detailed error-log?

  • Depreciation Key - Runtime error

    Hi everyone,
    In AS02, in depreciation area, I was trying to change depreciation ket assignment. By default it is coming 0000, when I am tring to select some other dep key, it goes into runtime error.
    I am getting following message. Please guide me.
    Runtime Errors         ASSERTION_FAILED
    What happened?
        In the running application program, the ASSERT statement recognized a
        situation that should not have occurred.
        The runtime error was triggered for one of these reasons:
        - For the checkpoint group specified with the ASSERT statement, the
          activation mode is set to "abort".
        - Via a system variant, the activation mode is globally set to "abort"
          for checkpoint groups in this system.
        - The activation mode is set to "abort" on program level.
        - The ASSERT statement is not assigned to any checkpoint group.

    Hi,
    what is your support package stack for software component EA-APPL?
    Have you searched for notes already? You find several ones where this runtime error goes along with the new depreciation calculation functionality as of ECC 6.0.
    Regards,
    Markus

  • MDG Material BS_MAT_OVP_03 application is fine in development but giving runtime errors when moved to quality

    Dear Experts,
    We are Facing a problem with BS_MAT_OVP_03, We have done some enhancements and it is working very much fine in development and when we move it to Quality we are getting runtime errors, they are not with the enhancements but with in standard code itself.
    "ASSERTION_FAILED" " ""CL_USMD_ACC_FLD_PROP_DATA=====CP" or "CL_USMD_ACC_FLD_PROP_DATA=====CM009" "VALIDATE_RETURNED_FLD_PROP"
    we are getting above runtime error, Please let us know the reason for issue, If some one have come across.
    Regards
    Sukumar

    Hi Sukumar,
    It's because of few generated structures could be in "Inactive" mode for your data model when you move to quality system.
    Refer each generated structure from SE11 and activate them individually..this can be a post processing activity everytime you move data model structures from one ECC to other ECC.
    Thanks
    Praveen

  • Runtime error in starting Lightroom

    I receive the following message when I try to start Lightroom:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program:...Files\Adobe\Adobe Photoshop Lightroom 1.2\lightroom.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Lightroom ran well for several days and then failed to open with the above message.
    I have tried everything I know to do (uninstalled and reinstalled the application, restored the computer to a restore point before Lightroom was originally installed, etc.) and do not know were to go from here. Suggestions would be appreciated.
    I am using Windows XP sp2 and have 4 GB of ram and 250 GB of hard disk space.
    Thanks,
    Cliff Culp

    Aha! A fix! Please look at this...
    http://www.adobeforums.com/cgi-bin
    bob frost, "Help! Runtime error after Lightroom 1.1 install!" #10, 27 Jun 2007 6:54 am

  • Runtime error while executing rule

    Hello All,
      While executing the DTP for a cube, im facing the error as Runtime error while executing rule -> see long text .
      For this source is another Cube, where im loading the data from Cube to Cube.
    Error Description are as follows:-
    Error Location: Object Type    TRFN
    Error Location: Object Name    0T9SCR6Q4VWS1SOPNRRBOY1YD51XJ7PX
    Error Location: Operation Type ROUTINE
    Error Location: Operation Name
    Error Location: Operation ID   00034 0000
    Error Severity                 100
    Original Record: Segment       0001
    Original Record: Number        557
    and Also descripton is :-
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        Division by zero
        The error was triggered at the following point in the program
        GP4H0CW3MLPOTR3E8Y93QZT2YHA 4476
    System Response
        Processing the data record has been terminated.
    Procedure
    The following additional information is included in the higher-level
    node of the monitor:
       Transformation ID
       Data record number of the source record
       Number and name of the rule which produced the error
    Let me know ur valuable suggestions on these error...
    thanks.

    Hello,
    I have checked all the transformation and End Routines.All are working fine.Yesterday i have loaded some data into it, but today its gettting errored out.
    Checked completely in the forum for threads related to this, but couldnt find proper thread which had solutions....
    thanks,
    srinivas.

  • Could someone help me with a Runtime Error while saving a PDF file?

    While saving a 28 page PDF file in Illustrator today, I got a window saying, "This application has requested the "Runtime" to terminate it in a unusual way." It said to contact the applications support team for more information. I keep getting the same thing each time I try it. Does anyone know how to fix this issue or how I contact the applications support team ?
    Thank you for any insight.
    Pam

    It is a 13.5x11 inch calendar. There are 14 pages with images on them and
    some text. The other pages have text, a grid and a colored background with a
    gaussian blur. I saved each page as an "outline".
    The printer I am using requested I save all pages in a pdf file. I was
    successful in saving all but about six pages, now I can't even open the
    file.
    What happens is... I open Illustrator
                                   I open the pdf file
                                   A window appears that says... Runtime Error,
    This application has requested the Runtime to terminate it in an unusual
    way. Please contact the application's support team for more information.
                                   I select ok
                                   then a window appears that says... Adobe
    Illustrator CS5 has stopped working. A problem caused the program to stop
    working correctly. Windows will close the program and notify you if a
    solution is available.
                                   Then the program closes.
    So far I have not been notified of anything.
    Please let me know if you need more details.
    Thank you so much for helping me with this.
    Pam

  • RunTime Error while saving a Sales Order

    Hi All,
    When i am saving a Sales Order, the system is throwing a Runtime Error.
    The ABAP Code in the Runtime Error screen as follows.
              select * from (t681-kotab) appending table <cond_tab>
                     up to 1 rows
                     where kappl  = se_kappl
                     and   kschl  = se_kschl
                     and   datbi >= se_date
                     and   datab <= se_date
                     and   (coding_tab).
    Till these days, there was no such error while saving a Sales Order.
    How to resolve this issue?
    Regards
    Pavan

    Hi,
    The below piece of code is trying to get the contents of the table mentioned in T681-KOTAB.
    select * from (t681-kotab) appending table <cond_tab>
    up to 1 rows
    where kappl = se_kappl
    and kschl = se_kschl
    and datbi >= se_date
    and datab <= se_date
    and (coding_tab).
    The reason could be is someone has screwed up the entries in T681 table. Check that out.
    Try to put a break point on this SELECT query and see what the value of T681-KOTAB holds before the SELECT query. Check whether such a table entry exists in DB.
    Let me know if you are still stuck up.
    If you can send me the ST22 dump of the run time error, i might be able to help you more  on this.
    Hope this helps.
    Thanks,
    Balaji

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR

    hi to all experts,
    whenever i try to delete a particular sale order im getting a runtime error
    stating that
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situat
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the cur
        screen.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT
    SourceCde
                  message e001(zm) WITH text-335 ltab-kunnr text-334.
                else.
                  if ktab-jkunnr <> ltab-kunnr.
                    ktab-jkunnr = ltab-kunnr.
                    jobsitecode = ltab-kunnr.
                    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                    EXPORTING
                      input  = jobsitecode
                      IMPORTING
                      output = jobsitecode.
                    SELECT SINGLE * FROM kna1 WHERE kunnr = jobsitecode.
                    IF sy-subrc = 0.
                      ktab-jname1 = kna1-name1.
                      ktab-jstras = kna1-stras.
                    ENDIF.
                    chg_flg = 'X'.
                  endif.
                endif.
              else.
                message e001(zm) WITH text-336.
    * Validation for relationship between Sold-to Party and Ship-to Party
    *          if ktab-ckunnr+0(4) NE ktab-jkunnr+0(4).
    *            message e001(zm) WITH text-335 ktab-jkunnr text-337 ktab-ckunnr.
    *          endif.
              custcode1 = ktab-ckunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = custcode1
                IMPORTING
                  output = custcode1.
              jobsitecode1 = ktab-jkunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = jobsitecode1
                IMPORTING
                  output = jobsitecode1.
              SELECT SINGLE * FROM knvp
              WHERE kunnr = custcode1
                AND vkorg = vbak-vkorg
                AND vtweg = vbak-vtweg
                AND spart = vbak-spart
                AND parvw = 'WE'
    Error analysis
        The program attempted to issue a " " message during "Exit Command"
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT

    Hi,
    Seems there is some problem with the user exit USEREXIT_SAVE_DOCUMENT..
    Put a breakpoint and see.
    Regards,
    Nagaraj

Maybe you are looking for

  • How do I change the name of my "User" name?

    I bought a used Macbook Pro. I hate my Home User name and can't figure out how to change it. Let me explain. When looking at the finder window at the botom it gives a path "Macintosh HD > Users > Abc123". How can I change "Abc123" to a name I like? U

  • Making eBay listings in Dreamweaver

    Can Dreamweaver be used to make your listings on eBay be more attractive ? What can it do and what can it not do, could you just make a page in Dreamweaver and copy and paste into the description on the eBay listings ? any help would be great thanks

  • Doubt on controler extension

    Hello friends, 1)i have a requirement that extend the standard oracle controller, in standard apply button i want to add extra functionality to accomplish the requirement . 2)but existing functionality needs to work in Apply button code. shall i writ

  • Black print cartridge only, hp 5652, windows 7

    Hi. Why can't we select "Black print cartridge only" for printer "hp deskjet 5652" in windows 7 (64bit)? In "Preferences" we see this: Finishing -> [x] Print on both sides Color -> [x] Print In Grayscale [ ] Black print cartridge only <<<<<<<Greyed o

  • HT4463 Why can't I download multiple copies of FCPX?

    QUESTION: I purchased FCP X & I want to download it to a 2nd computer. But, FCPX doesn't show up in my list of purchases. Compressor, which I bought the same week, DOES show up with an "Install" button. Why not FCPX?