Hi We are getting lot of OBJECTS_OBJREF_NOT_ASSIGNED dumps in solution manager. Is there any fix for the same.
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
ABAP Program CL_DIAGLS_LMDB_FACTORY========CP
Application Component SV-SMG-DIA-SRV-LSC
Date and Time 17.05.2013 09:49:09
Error in the ABAP Application Program
The current ABAP program "CL_DIAGLS_LMDB_FACTORY========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_REF_IS_INITIAL', was not
caught in
procedure "_UPDATE_COMMON" "(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:
You attempted to use a 'NULL' object reference (points to 'nothing')
access a component (variable: "IM_CIM_INSTANCE").
An object reference must point to an object (an instance of a class)
before it can be used to access components.
Either the reference was never set or it was set to 'NULL' using the
CLEAR statement.
SAP Release..... 702
SAP Basis Level. 0011
Application server... "XXXXXXXXX"
Network address...... "XXXXXXXXX"
Operating system..... "Windows NT"
Release.............. "6.1"
Hardware type........ "4x AMD64 Level"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 10
Shortdump setting.... "full"
Database server... "XXXXXXXXX"
Database type..... "MSSQL"
Database name..... "SOD"
Database user ID.. "sod"
Terminal.......... " "
Char.set.... "C"
SAP kernel....... 720
created (date)... "Jan 16 2013 16:56:16"
create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"
Database version. "SQL_Server_9.00 "
Patch level. 401
Patch text.. " "
Database............. "MSSQL 9.00.2047 or higher"
SAP database version. 720
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
NT 6.0, Windows NT 6.1, Windows NT 6.2"
Client.............. 300
User................ "SM_EFWK"
Language key........ "E"
Transaction......... " "
Transaction ID...... "8AF8BEE21BA5F1259AB8005056920038"
EPP Whole Context ID.... "0050569200381ED29AD4D92DCFBCDBB9"
EPP Connection ID....... "8AF8BEE270F9F1EB9AB8005056920038"
EPP Caller Counter...... 1
Program............. "CL_DIAGLS_LMDB_FACTORY========CP"
Screen.............. "SAPMSSY1 3004"
Screen Line......... 2
Debugger Active..... "none"
Information on where terminated
Termination occurred in the ABAP program "CL_DIAGLS_LMDB_FACTORY========CP" -
in "_UPDATE_COMMON".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 8
of the (Include) program "CL_DIAGLS_LMDB_FACTORY========CM01K".
The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
procedure "_UPDATE_COMMON" "(METHOD)", but it was neither handled locally nor
declared
in the RAISING clause of its signature.
The procedure is in program "CL_DIAGLS_LMDB_FACTORY========CP "; its source
code begins in line
1 of the (Include program "CL_DIAGLS_LMDB_FACTORY========CM01K ".
Thanks in advance
Ismail