Symptom
-
In step 6.3 Data Volume Management of the EarlyWatch Alert Management the following error occurs:
500 SAP Internal Server Error
ERROR: Access using a 'zero' object reference is not possible. ( termination: RABAX_STATE )
-
In ST22 the resulting dump is found:
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO
Except. CX_SY_REF_IS_INITIAL
Web Dynpro Component WDC_AGSDVMAS_DVM_EWA
What happened?
Error in the ABAP Application ProgramThe current ABAP program "/xxxxxxxxxxxxxxxxxxxx==CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.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
"HANDLEDEFAULT" "(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').
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.>>>>>>>> CALL METHOD lo_message_manager->report_error_message
Read more...
Environment
SAP Solution Manager 7.2 SP02-SP05
Product
Keywords
Data Volume Management, earlywatch management, java, abap,WDC_AGSDVMAS_DVM_EWA, CALL METHOD, message manager, report, error,message , KBA , SV-SMG-DVM , Data Volume Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.