Symptom
After run the FIGLMX_EACCT transaction you receive the following ABAP dump:
"Category ABAP programming error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
ABAP Program SAPLSLVC_FULLSCREEN
Application Component BC-SRV-ALV
Error analysis An exception
An exception has occurred in class "CX_SY_REF_IS_INITIAL". This exception was not caught in procedure "HTML" "(FORM)" or 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 occurring was: The reason for the exception is: You are trying to access a component with a 'ZERO' object reference (points to 'nothing'). Variable: "GT_GRID-TOP". 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.
How to correct the error:
If the exception cannot be prevented, "CX_SY_REF_IS_INITIAL" must be caught within procedure "HTML" "(FORM)" or declared in the procedure's RAISING clause. To prevent the exception, note the following: If the error occurs in a non-modfied SAP program, you might be able to find a solution in the SAP Notes system. If you have access to the SAP Notes system, check there first using the following keywords: "OBJECTS_OBJREF_NOT_ASSIGNED" CX_SY_REF_IS_INITIAL "SAPLSLVC_FULLSCREEN" bzw. LSLVC_FULLSCREENF01 "HTML" If you cannot solve the problem yourself, please send the following information to SAP:"
Read more...
Product
Keywords
KBA , FI-LOC-FI-MX-REP , Reporting , 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.
SAP Knowledge Base Article - Preview