cancel
Showing results for 
Search instead for 
Did you mean: 

Dump entering into T-code RSRDA

Former Member
0 Kudos

Hi,

When I am entering RSRDA it is going to Dump in one of our servers. In remaining servrers its workign fine.. Presently we are in SP-11

Please advise

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Exception CX_SY_REF_IS_INITIAL

Date and Time 02/28/2007 10:28:08

Short text

Access via 'NULL' object reference not possible.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_RSCRT_RDA_DEMON============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 "WRITE_STATUS_TABLE" "(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.

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.

Thnaks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192700
Active Contributor
0 Kudos

Hi Savitha,

please open a customer problem message.

Cheers

SAP NetWeaver BI Organisation

Former Member
0 Kudos

Please check note: 990672

Former Member
0 Kudos

hi Gopal,

Thakns for the reply.. I tried maximum.. its not solved.. we are already in SP-11

please advise