Quantcast
Channel: SCN : All Content - SAP Fiori
Viewing all articles
Browse latest Browse all 1807

Runtime Errors: OBJECTS_OBJREF_NOT_ASSIGNED

$
0
0

Hi Expert,

 

we have implemented SAP Fiori for our client.

after the implementation, we tested the launchpad.

the data is proper and the apps are working fine.

but while testing the odata services in sicf i:e /sap/opu/odata, I received short dump as given below. though my odata service is active.

Can Anybody help

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Category           ABAP Programming Error
Runtime Errors     OBJECTS_OBJREF_NOT_ASSIGNED
Except.            CX_SY_REF_IS_INITIAL
ABAP Program       /IWFND/CL_MED_EXPLORATION=====CP

Application Component  OPU-FND-CS

 

Short Text

    Access using a 'ZERO' object reference is not possible.

 

 

What happened?

    Error in the ABAP Application Program

 

    The current ABAP program "/IWFND/CL_MED_EXPLORATION=====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

    "GET_SOST_STAT_FOR_EXT_SVC_NAME" "(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: "LO_SRG_DB_ACCESS".

    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

    The exception must either be prevented, caught in procedure

     "GET_SOST_STAT_FOR_EXT_SVC_NAME" "(METHOD)", or

    the possibility of it occurring must be declared in the RAISING clause

    in the procedure.

    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

"/IWFND/CL_MED_EXPLORATION=====CP" bzw. /IWFND/CL_MED_EXPLORATION=====CM00T

"GET_SOST_STAT_FOR_EXT_SVC_NAME"

If you cannot solve the problem yourself, please send the following

information to SAP:


Viewing all articles
Browse latest Browse all 1807

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>