Hi Guys,
After installing Solution Manager 7.1 on DB6 v9.7/RHEL 6.3, and applying SPS 7, applied note and performed all Initial and basic configuration im having this error
![]()
After clicking on Display Technical System Software or Display Product System, im getting the followin error
http://sapsolman:8000/sap/bc/webdynpro/sap/lmdb_wda_expl_oif?FRW_MODE=D&MAINTYPE=TECSYST&SYSTEM_ESID=SMD&SYSTEM_TYPE=ABAP&sap-explanation=X&sap-wd-configId=LMDB_WDA_EXPL_OIF_CFG&NAMESPACE_NAME=active&FIRST_STEP=ABAP_SOFTWARE&HIDE_TREE=X&sap-language=EN
500 SAP Internal Server Error
ERROR: The class could not be found at dynamic method call. (termination: RABAX_STATE)
On ST22, its saying a class could not be found
Category | ABAP Programming Error |
Runtime Errors | DYN_CALL_METH_CLASS_NOT_FOUND |
Except. | CX_SY_DYN_CALL_ILLEGAL_CLASS |
ABAP Program | CL_WDR_CLIENT_COMPONENT=======CP |
Application Component BC-WD-ABA-RUN
Date and Time | 26.12.2012 15:04:24 |
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.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_CLASS', 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 that the
exception would occur, the current program is terminated.
The reason for the exception is:
At dynamic class method call, the class "/1BCWDY/03N8EB02RZJQWTSLWEGN" was
specified, which could
not be found.
![]()
How can i verify this class is missing or inactive, since i couldnt find any note related to this error?
On the developer trace i found these lines that could provide a hint.
M ThEppGetConnectionCounter: read connectionCounter 1 from epp 0
I *** ERROR => SemRel: Inv. Operation. Units 1. Key=51 [semux.c 1318]
I {root-id=000C29B4A1631ED293F346933E34AA66}_{conn-id=000C29B4A1631ED293F34697B46C2A66}_1
A Wed Dec 26 17:24:11 2012
A
A ABAP Program CL_WDR_CLIENT_COMPONENT=======CP .
A Source CL_WDR_CLIENT_COMPONENT=======CM001 Line 64.
A Error Code DYN_CALL_METH_CLASS_NOT_FOUND.
A Module $Id: //bas/720_REL/src/krn/runt/abmethod.c#12 $ SAP.
A Function method_call_dynamic_cref_get_method Line 6272.
A ** RABAX: level LEV_RX_STDERR completed.
A ** RABAX: level LEV_RX_RFC_ERROR entered.
Thanks in advance