Dear Experts,
When we tried to open workflow in SWDD we are getting the following dump.
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 "CONSTRUCTOR" "(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.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_WFD_TASK_PROXY=============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
Can anyone help me how to resolve this issue.
Thanks in advance.
Best Regards,
Harsha