Hi Experts,
On click of Print Preview on the candidate profile, I am getting short dump as follows:
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Short text
Access via 'NULL' object reference not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_BSP_RUNTIME================CP" had
terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
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.
Please guide.
Thanks
Deep
Edited by: depeshn on Apr 22, 2009 8:50 AM