cancel
Showing results for 
Search instead for 
Did you mean: 

The ASSERT condition was violated.

Former Member
0 Kudos

Hi All,

In sales order I have inserted an item with a product that is not existing in the system, then I tried to delete the line item.

And getting the below exception-

500 SAP Internal Server Error

ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)

In ST22, you see the following dump:

Category              ABAP Programming Error

Runtime Errors        ASSERTION_FAILED

ABAP Program          SAPLCRM_ORDER_API

"ASSERTION_FAILED" " "

"SAPLCRM_ORDER_API" or "LCRM_ORDER_APIU05"

"CRM_ORDER_MAINTAIN"

Source Code Extract where the assert condition was violated in CRM_ORDER_MAINTAIN FM.

ASSERT

         FIELDS    lv_msg_dump

                   lv_exception_text

                   lv_msg_responsible

                   lv_program_name

                   lv_include_name

                   lv_source_line

         CONDITION 1 = 2.

Thanks,

Lalitha.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196467
Active Contributor
0 Kudos

Hi Lalitha,

Can you please check the calls involving the dump.

This dump often involves customized programs or implementations.

Best regards - Christophe