Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error: CREATE_OBJECT_CLASS_NOT_FOUND

Former Member
0 Likes
1,813

Dear Friends,

My system is worked fine. But after Kernel Upgradation. I couldn't run the query. Now, the problem is, when I run the query, the ABAP runtime error occurs:

Runtime Error CREATE_OBJECT_CLASS_NOT_FOUND

Exception CX_SY_CREATE_OBJECT_ERROR

CREATE OBJECT: Class "\CLASS=CL_IM_FI_PAYREF_BADI_010" could not be found.

What happened?

Error in ABAP application program.

The current ABAP program "CL_EXIT_MASTER================CP"

terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_CREATE_OBJECT_ERROR',

was neither

caught nor passed along using a RAISING clause, in the procedure

"INSTANTIATE_IMP_CLASS" "(METHOD)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

The class entered dynamically at CREATE OBJECT

("\CLASS=CL_IM_FI_PAYREF_BADI_010") cannot be found,

neither locally. nor as a global class in the system.

Can somebody Please tell me the solution of this error.

Thanks and Rrgards,

Rahul Asthana

3 REPLIES 3
Read only

Former Member
0 Likes
1,245

This sounds like an issue with standard objects which could happen after "upgrade". You should create an OSS message for SAP support to help you with this issue. I tried to search for a note but couldn't find anything. You might be able to do a better job when searching for a solution in OSS.

Read only

Former Member
0 Likes
1,245

Hi,

Check for which program and class you are facing this issue, try to activate in se38 and se24, then run it again.

Read only

0 Likes
1,245

Hello Friend,

Thanks for your Answer.

Friend i have tried it, but still i am facing same problem.

Thanks and Regards,

Rahul Asthana.

Edited by: Arun Kamath on Feb 22, 2012 3:27 PM