cancel
Showing results for 
Search instead for 
Did you mean: 

Change in Delivery address in Simplified Shopping Cart dumps

nisha_sharma8
Discoverer
0 Kudos

Hello SAP Experts,

We are on SRM 7.02.06, Extended Classic Scenario. We have activated Simplified Shopping Cart functionality. The test user tries to change the
delivery address on the simplified shopping cart; the system dumps and generates the following error. If anyone has experienced similar behavior, kindly share the solution with us.

ST22 Detail:

Category               ABAP Programming Error
Runtime Errors         ASSERTION_FAILED
ABAP Program           CL_FPM========================CP
Application Component  BC-WD-CMP-FPM
Date and Time          05/01/2014 09:05:35

Short text
     The ASSERT condition was violated.

What happened?
     In the running application program, the ASSERT statement reco
     situation that should not have occurred.
     The runtime error was triggered for one of these reasons:
     - For the checkpoint group specified with the ASSERT statemen
       activation mode is set to "abort".
     - Via a system variant, the activation mode is globally set t
       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 grou

What can you do?
     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 checkpoint group was used: "No checkpoint group

     If in the ASSERT statement the addition FIELDS was used, you
     the content of the first 8 specified fields in the following
     " (not used) "
     " (not used) "
     " (not used) "
     " (not used) "
     " (not used) "
     " (not used) "
     " (not used) "
     " (not used) "

How to correct the error
    Probably the only way to eliminate the error is to correct the program
    -

    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:

    "ASSERTION_FAILED" " "
    "CL_FPM========================CP" or "CL_FPM========================
    "ADD_EVENT_TO_QUEUE"

    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File
    (Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".

    4. Details about the conditions under which the error occurred or whi
    actions and input led to the error.

System environment
    SAP Release..... 731
    SAP Basis Level. 0006

    Application server... "RAMBO"
    Network address...... "10.20.187.31"
    Operating system..... "Windows NT"

Thanks,

Nisha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190689
Contributor
0 Kudos

Hello Nisha,

   Are you trying to insert new data or trying to update. As from the error I can see its assertion error. Please re-check with the data you are trying to insert/update. Still you are facing the issue then try to debug where exactly the system is giving you the dump while inserting of the data.

Thanks

Gaurav Gautam