Hi All,
We have used standard leave request workflow templete WS12300111 and modified it as per our requirement. Last week the workflow was working fine. But all of a sudden over the weekend it is giving dump when we exicute the workitem in the managers inbox. But the Auto approval part of workflow for past dates is working fine. The dump is as follows:
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
Date and Time 22.11.2010 11:40:19
Short text
Access via 'NULL' object reference not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_PT_REQ_WF_ATTRIBS==========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 "BI_PERSISTENT~FIND_BY_LPOR" "(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 (variable: "L_REQUEST").
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.
Please help me resolve this issue......
Thanks and Regards,
Devananda A J