Symptom
Dump 1 is triggered when saving or doing test connectivity in step Defnie HTTP Connectivity:
Category ABAP Programming Error Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO Except. CX_SY_REF_IS_INITIAL Web Dynpro Component WD_SISE_CUSTOM_AGS ABAP Program /1BCWDY/RMUDD56REOHU3M068FZD==CP Application Component SV-SMG-INS-CFG |
Short Text Access using a 'ZERO' object reference is not possible |
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 "PING_ABAP_INTERNAL_ICM" "(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. |
Inside the Error Analysis part, it mentions the method name that causes the dump, that is "PING_ABAP_INTERNAL_ICM".
Dump 2 is triggerred when accessing step Defnie HTTP Connectivity:
Category ABAP Programming Error |
Short Text Access using a 'ZERO' object reference is not possible |
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_CIM_INSTANCE_BY_LSC_OBJ" "(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: "IM_BASE_LANDSCAPE". 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. |
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
PING_ABAP_INTERNAL_ICM, CX_SY_REF_IS_INITIAL, GET_CIM_INSTANCE_BY_LSC_OBJ , KBA , SV-SMG-INS-CFG , Setup and Configuration of the Solution Manager system , 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.