Hello Experts,
While I am trying to export the result sets after completing the user analysis background jobs, below ABAP program error is coming up in ST22. I can see the results both at summary level and detail level. I can export the results at summary level but could not do it at detail level. Screen shot for the error is below. We are on GRC10.1 SP08
500 SAP Internal Server Error
ERROR: Access using a 'ZERO' object
reference is not possible. (termination: RABAX_STATE)
Run time error from ST22 is below
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
Web Dynpro Component GRAC_RISK_ANALYSIS
ABAP Program /1BCWDY/Q1J2K7E6Y9TUZFNWD8NP==CP
Application Component GRC-AC
Date and Time 07.05.2015 15:22:25
Short Text
Access using a 'ZERO' object reference is not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "/1BCWDY/Q1J2K7E6Y9TUZFNWD8NP==CP" had to
terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_REF_IS_INITIAL' and was not caught in
procedure
"GET_RESULT_SET_DATA" "(METHOD)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
The reason for the exception is:
You are trying to access a component with a 'ZERO' object reference
(points to 'nothing'). Variable: "OBJ_CLBPDESCRIPTION".
An object reference must point to an object (an instance of a class)
before it can be used to access a component. The reference has either
never been set, or it was set to 'ZERO' with a CLEAR statement.
Any insight is much appreciated. I have tried to look for OSS note but couldn't find any related to the program error.
Thanks,
Bhanu