cancel
Showing results for 
Search instead for 
Did you mean: 

dump OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Kudos

We have applied the note 1392441 in Solman EHP1,then when i executing the transaction dswp in system solman i give a ABAP error which is as below.

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED

Except. CX_SY_REF_IS_INITIAL

Date and Time 03.06.2010 09:05:26

Short text

Access via 'NULL' object reference not possible.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLDMD_DATA_NEW" had to be terminated because it h

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 "DMD_DATA_ATTRIBUTE_DELETE0" "(FUNCTION)", nor was it propagated by

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: "LO_OBJECT_CLASS").

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.

Missing RAISING Clause in Interface

Program SAPLDMD_DATA_NEW

Include LDMD_DATA_NEWU11

Row 1

Module type (FUNCTION)

Module Name DMD_DATA_ATTRIBUTE_DELETE0

Trigger Location of Exception

Program SAPLDMD_DATA_NEW

Include LDMD_DATA_NEWU11

Row 46

Module type (FUNCTION)

Module Name DMD_DATA_ATTRIBUTE_DELETE0

Source Code Extract

Could you please tell us what happen and somebody has a solution ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mangoosta1,

You might want to look at SAP Note 1328262 as it seems to describe your error exactly.

However it relates to ST-SER 701_2008_2 sp0 - sp5, so if you are on another version/sp level of this component, the note will not be relevent. In that case I would suggest mentioning what SP your solution Manager is on and what version of ST-SER you are using.

Hope the Note does relate to your ST-SER level.

Regards,

Paul

Answers (0)