cancel
Showing results for 
Search instead for 
Did you mean: 

ASSERTION_FAILED dump in SAPLCRM_ORDER_API

Former Member
0 Kudos

Hi Experts,

We are facing the Assertion failed error in the process of creating the contract line items in CRMD_ORDER.

This is happening after we have upgraded from CRM 5.0 to CRM 7 .

Any pointers would be helpful.

The Error analysis as below-

If the FIELDS addition was used in the ASSERT statement, you can find

the content of the first 8 fields specified in the following overview:

   LV_MSG_DUMP = `Unexpected termination of 1o framework processing`

   LV_EXCEPTION_TEXT = `An exception of type 'CX_SY_DYN_CALL_ILLEGAL_FUNC'

  occurred, that was not caught anywhere in the call hierarchy. It was not

  handled locally or declared using a RAISING clause.`

   LV_MSG_RESPONSIBLE = `The exception occured in`

   LV_PROGRAM_NAME = SAPLCRM_EVENT_OW

   LV_INCLUDE_NAME = LCRM_EVENT_OWF03

   LV_SOURCE_LINE =

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rishika,

I think this is because you have a function module being called on event which does not exist in system.

Easy way to find out is as below:

Get all the unique function module names from tables : CRMC_EVENT_CALL and CRMC_EVENT_CUST

Then go to table TFDIR and check which one is missing.

Remove it from the event call and then it should be fine.

Regards,

Naresh

Former Member
0 Kudos

HI Naresh ,

Thanks for the reply.

We have analysed and found two fucntion modules which are not available in the system-

CRM_ORDPRP_IBSSI_CHECK_EC

ECRM_CONTRACT_IDE


Do you have any further idea on what these do and if we can go ahead and delete these?

Former Member
0 Kudos

HI Rishika,

Both the  FMs are related to CRM/ISU Scenario.

you can remove the entries and check if it's not breaking any required functionality.

I think it should be ok.

Regards,

Naresh

Answers (0)