cancel
Showing results for 
Search instead for 
Did you mean: 

DYN_CALL_METH_CLASS_NOT_FOUND

Former Member
0 Kudos

Hello Experts,

Please Help regarding this issue...

Category ABAP Programming Error

Runtime Errors DYN_CALL_METH_CLASS_NOT_FOUND

  1. CX_SY_DYN_CALL_ILLEGAL_CLASS

ABAP Program CL_WDR_CLIENT_COMPONENT=======CP

Application Component BC-WD-ABA-RUN

Date and Time 14.04.2015 12:02:26

Short Text

     The class could not be found at dynamic method call.

What happened?

     Error in the ABAP Application Program

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

      terminated because it has

     come across a statement that unfortunately cannot be executed.

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

    An exception has occurred which is explained in more detail below. The

    exception is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_CLASS' and was not

     caught in procedure

"CONSTRUCTOR" "(METHOD)", nor was it propagated by a RAISING clause.

    Since the caller of the procedure could not have anticipated this

    exception, the current program was terminated.

    The reason for the exception is:

    At dynamic class method call, the class "/1BCWDY/0AMWTGZQAITKPXXMJBV1" was

     specified, which could

    not be found.

How to correct the error

    The exception must either be prevented, caught in procedure "CONSTRUCTOR"

"(METHOD)", or

    the possibility of it occurring must be declared in the RAISING clause

    in the procedure.

    To prevent the exception, note the following:

    Class "/1BCWDY/0AMWTGZQAITKPXXMJBV1" does not exist, or is not visible in the

     current context.

Probably the only way to eliminate the error is to correct the program.

-

If the error occurs in a non-modfied SAP program, you might be able to

find a solution in the SAP Notes system. If you have access to the SAP

Notes system, check there first using the following keywords:

"DYN_CALL_METH_CLASS_NOT_FOUND" CX_SY_DYN_CALL_ILLEGAL_CLASS

"CL_WDR_CLIENT_COMPONENT=======CP" bzw. CL_WDR_CLIENT_COMPONENT=======CM002

"CONSTRUCTOR"

If you cannot solve the problem yourself, please send the following

information to SAP:

1. This description of the problem (short dump)

To do this, choose  System -> List -> Save -> Local File (unconverted)

on the screen you are in now.

2. A suitable system log

To do this, call the system log in transaction SM21. Restrict the time

interval to ten minutes before the short dump and five minutes after

it. In the display, choose System -> List -> Save -> Local File

(unconverted).

3. If these are programs of your own, or modified SAP programs: Source

code of these programs

To do this, choose  More Utilities -> Upload/Download -> Download in

the Editor.

Accepted Solutions (0)

Answers (3)

Answers (3)

nishantbansal91
Active Contributor
0 Kudos

Dear Dhaval,

Where u r getting this error,

Have you passed your class name in the string variable. or is the any other dynamic call to Class where Class name is not defined at static time.

This type of error usually occurs in that type of situation.

Thanks

Nishant

former_member207186
Contributor
0 Kudos

Hi,

Regarding this issue, you can also refer to SAP KBA below:
1988201 - "dump DYN_CALL_METH_CLASS_NOT_FOUND when starting a Webdynpro Application"

Regards,
Bíborka

RamanKorrapati
Active Contributor
0 Kudos

please look for OSS Note at SAP market place by using runtime error(Runtime Errors DYN_CALL_METH_CLASS_NOT_FOUND)

Later raise to SAP support.

Actually when you got above error? what you did before getting error/dump?