cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP ERROR CALL_METHOD_NOT_IMPLEMENTED

Former Member
0 Kudos

Hi Experts,

Short text

    Call of a method or kernel Method that has not been implemented

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CL_EX_GLT0_CLEARING_ITEMS=====CP" had to be

     terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_METHOD', was

     not caught in

    procedure "IF_EX_GLT0_CLEARING_ITEMS~BADI_NEEDS_TRACE_DATA" "(METHOD)", nor was

     it propagated by a RAISING clause.

    Since the caller of the procedure could not have anticipated that the

    exception would occur, the current program is terminated.

    The reason for the exception is:

    It was tried to call a not-implemented method

     "IF_EX_GLT0_CLEARING_ITEMS~BADI_NEEDS_TRACE_DATA" in the class

     "CL_IM_FMFG_SPLBALANCING_AC".

    How can this occur?

    1. Implementation of Global Interfaces

    If a class implements a global interface, not all methods must be

    implemented. Then there will be no syntax error, but a warning at the

    implementing class. A runtime error only occurs when a not-implemented

    method is called. This is what happened here.

How to resolve this issue?

Regards

subramanyam reddy

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

In my case I have similar issue in soamanager transaction.

Former Member
0 Kudos

Please let us know the user transaction details and when the dump is occurring .

Thanks

Rishi

former_member182034
Active Contributor
0 Kudos

hi Subramanyam,

Please Update the Kernel and check this sap note. It might be resolve your issue.

Note 1607672 - System dump CALL_METHOD_NOT_IMPLEMENTED

would you tell us, on which tcode you are getting this issue?

Regards,

Former Member
0 Kudos

Please check if SAP Note 1364859 - Dump TSV_TNEW_PAGE_ALLOC_FAILED in SAPLGLT0 is relevant to your issue.