Skip to Content
0
Former Member
Apr 28, 2009 at 06:21 AM

OBJECTS_OBJREF_NOT_ASSIGNED

79 Views

Hello experts,

I am getting the above dump daily for some of the users. Also the content of the dump is:

The current ABAP program "CL_PT_REQ_WF_PROCESSOR========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component (variable: " ").

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.

"OBJECTS_OBJREF_NOT_ASSIGNED" " "

"CL_PT_REQ_WF_PROCESSOR========CP" or "CL_PT_REQ_WF_PROCESSOR========CM002"

"RETURN_WORKITEM"

Kindly help me out