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.