cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP OBJECTS_OBJREF_NOT_ASSIGNED_NO

Former Member
0 Kudos

Hello,

A prescriptor made a schopping cart on our system. But we don't know why , we couldn't see it anymore. ON ITS, with the function module BBP_PD_SC_GETDETAIL, on transaction BBP_PD we have a dump :

Runtime Error OBJECTS_OBJREF_NOT_ASSIGNED_NO

Except. CX_SY_REF_IS_INITIAL

ShrtText

Access with 'ZERO' object reference not possible.

Whathappened? Error in ABAP application

program. The current ABAP program "SAPLSWRR" had to be terminated because one of the statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis An exception occurred. This exception is dealt with in more detail below . The exception, which is assigned to the class 'CX_SY_REF_IS_INITIAL', was neither caught nor passed along using a RAISING clause, in the procedure "SAP_WAPI_READ_CONTAINER" "(FUNCTION)" Since the caller of the procedure could not have expected this exception to occur, the running program was terminated. The reason for the exception is: There was an attempt to access a component using a 'NULL' object reference (points to nothing).

An object reference must indicate 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 a CLEAR statement.

THANKS FOR YOUR HELP!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks, I have seen this note, but she is already implemented in our systme but it is specified that it resolve the problem after having implementing the note 905894 and we won't have implemented it yet. di you think we have to?

Thanks a lot

Former Member
0 Kudos

Hi,

Can you elaborate on what action are you getting the DUMP?

BR,

Disha.

Former Member
0 Kudos

It's everytime when i want to see the SC detail...on bbp_pd transaction, bbp_pd_sc_getdetail function....

Former Member
0 Kudos

Hi,

Pls see if the foll note helps:

925151

BR,

Disha.

Pls reward points for useful answers.