cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Error while exporting result sets

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You probably already did this but make sure you select all of the rows before extracting the report.

former_member197694
Active Contributor
0 Kudos

Hello Bhanu,

The error Access using a 'ZERO' object reference is not possible occurs becoz of missing authorization

Even we faced same error but in Process Control and we got information from below Note

2022567 - Access using a 'ZERO' object reference is not possible


Switch on Trace and try to find the object for access control.


Regards

Baithi

Former Member
0 Kudos

Thanks Srinivas for the response but it doesn't seem to be authorizations issue since it doesnt show up any objects/values missing  on the trace.

Anybody has seen this error while exporting result sets?

Thanks!

former_member197694
Active Contributor
0 Kudos

Hello Bhanu,

Apply the below Note

2149124 - 10.1 Risk Analysis Report export error

Hope it should resolve your issue

Regards

Baithi

Former Member
0 Kudos

Hi baithi,

SAP came back with the note for my incident with them. I will update after implementing the note.

Thanks,

Bhanu

former_member197694
Active Contributor
0 Kudos

Ok

Please update the thread with solution.

Regards

Baithi

Former Member
0 Kudos

We have applied the note 2149124 - Risk Analysis Report export error and it seems to have fixed the ABAP dump issue.

Thanks

Bhanu