cancel
Showing results for 
Search instead for 
Did you mean: 

OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Kudos

Dear Gurus,

Job is canceld in solution manager. Job name is LANDSCAPE FETCH.

ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED.

Regards

Rao.

Accepted Solutions (0)

Answers (4)

Answers (4)

raguraman_c
Active Contributor
0 Kudos

Hi,

There would be DUMPs created for this. Post the content of the dumps here.

Feel free to revert back.

-=-Ragu

Former Member
0 Kudos

Hi

Thanks for reply

What happened?

Error in the ABAP Application Program

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

it has

come across a statement that unfortunately cannot be executed.

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.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"

"SAPLSMSY_ACTUALIZE_DATA" or "LSMSY_ACTUALIZE_DATAU14"

"SMSYAD_GET_DATA_FROM_LCR"

Thanks

Former Member
0 Kudos

Can you check the content of tx SLDAPICUST ?

Former Member
0 Kudos

>

> Job is canceld in solution manager. Job name is LANDSCAPE FETCH.

> ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED.

What's the Support Package Level of your Solution Manager System?

Have you already searched for SAP Notes?

You may post further parts of the dump:

- Header information

- Error Analysis

- Active calls / events (copy the first 1-10 calls)

- Source code extract

Best regards,

Ruediger

Former Member
0 Kudos

Did you setup tx SLDAPICUST correctly?

Former Member
0 Kudos

Thanks for reply

Can you tell me detail

I am using only one SLD i.e solution manager only. included all the systems while installation

Regards

Rao .

Former Member
0 Kudos

Hello Rao,

to analyze the problem and to find a solution it might be the best to create a message for SAP attaching the job log and the short dump.

Best regards,

Andreas