‎2012 Feb 21 2:49 PM
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
‎2012 Feb 21 3:24 PM
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.
‎2012 Feb 22 11:56 AM
Hi,
Check for which program and class you are facing this issue, try to activate in se38 and se24, then run it again.
‎2012 Feb 22 2:03 PM
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