cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Kudos

DEar All,

I m getting abap dump in Solution manager and background job Job 'Landscape Fetch' is getting cancelled. In error log i m getting

07.06.2010 00:36:32 ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED

07.06.2010 00:36:32 Job cancelled

ON checking abap dump i m getting error with detail :-

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED

Exception CX_SY_REF_IS_INITIAL

Date and Time 07.06.2010 13:00:37

Short text

Access via 'NULL' object reference not possible.

Error in the ABAP Application Program

The current ABAP program "SAPLSMSY_ACTUALIZE_DATA" had to be terminated because

come across a statement that unfortunately cannot be executed.

What happened?

Error analysis

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 "SMSYAD_GET_DATA_FROM_LCR" "(FUNCTION)", 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: "ACCESSOR").

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.

Kindly suggest me how to resolve this isuue.

Regards

Adil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Ashok,

You should mention the Solution Manager release and SP level when you post. The main reason is some problems are related to specific releases levels, and have been fixed in others. As an example, I would like to recommend SAP Note 801054 - SMSY:short dump "OBJECTS_OBJREF_NOT_ASSIGNED" to you, if you were on SAP Solution Manager 3.2, but if you are on 4.0/7.0, this would not apply. There may be an error in your SLD setup. Have you run transaction SLDCHECK? Does the RFC destination SAPSLDAPI exist? Does RFFC destination LCRSAPRFC exist? If you run SLDCHECK and have errors you can refer to SAP Note 768452.

I hope this information helps.

Regards,

Paul

Former Member
0 Kudos

Hi Paul / Raguram,

Thnx for your reply.Curent SP Level of solman

SAP_ABA 700 0016 SAPKA70016 Cross-Application Component

SAP_BASIS 700 0016 SAPKB70016 SAP Basis Component

PI_BASIS 2005_1_700 0018 SAPKIPYJ7I PI_BASIS 2005_1_700

ST-PI 2008_1_700 0000

SAP_BW 700 0017 SAPKW70017 SAP NetWeaver BI 7.0

SAP_AP 700 0011 SAPKNA7011 SAP Application Platform

BBPCRM 500 0012 SAPKU50012 BBPDRM

when i run SLDCHECK T-code all are in red.

RFC destination SAPSLDAPI does not exist

Create the RFC destination by using transaction SM59!

Summary: Connection to SLD does not work

Check SLD function and configurations

Now checking access to the XI Profile

FC destination LCRSAPRFC does not exist

Create the RFC destination by using transaction SM59!

Please tell note number me hoe to create SLD ?

Regards

AShok

Former Member
0 Kudos

Dear All,

Background job is system_fetch is also getting failed due to this dump is giving.I m attching the dump log

Job started

Step 001 started (program RSGET_SMSY, variant &0000000000007, user ID SAPADMIN)

ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED

Job cancelled

Regards

Ashok

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Asok,

Please begin at

You also might like to Reference SAP Note 1310721 for more information.

You can also see a demo here - http://service.sap.com/~sapidb/011000358700000048292009F/

The dump you have is related to SLD. If you have not configured it, its being referenced somewhere, and hence the dump.

Hope this information is useful.

Regards,

Paul

raguraman_c
Active Contributor
0 Kudos

Hi,

Check this note 1100611.

This should solve your problem.

By the way, what is your SOLMAN SP Level.

Feel free to revert back.

-=-Ragu