cancel
Showing results for 
Search instead for 
Did you mean: 

OBJECTS_OBJREF_NOT_ASSIGNED_NO-Errorwhenaccessing Talent Profil ser fromESS

vtgopalraj
Active Participant
0 Kudos

Hello SDN Team,

I have implemented a customized WD service for Talent profile. When this service works from Development instance, i'm facing an issue in Quality environment. I have ensured that all the change requests are in place in Quality environment and moved without any errors.

I have ensure the services are active in QA ECC. The errir log i see in QA when accessing the service from QA portal is given below;

-


Error when processing your request

What has happened?

The URL http://XXXXXX01.XXXXXXXXXXXX.com:8000/sap/bc/webdynpro/sap/ZHRTMC_EMPLOYEE_PROFILE/ was not called due to an error.

Note

The following error text was processed in the system ECQ : Access via 'NULL' object reference not possible.

The error occurred on the application server mwvecq01_ECQ_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_HRTMC_DR_FIELDS~GET_FIELD_VALUES of program CL_IM_HRTMC_DR_MANAGER========CP

Method: GET_FIELD_VALUES_FROM_BADI of program CL_HRTMC_DR_CONFIGURATION=====CP

Method: GET_FIELD_VALUES of program CL_HRTMC_DR_CONFIGURATION=====CP

Method: GET_FIELD_VALUES_FOR_CNF of program CL_HRTMC_DR_CONFIGURATION=====CP

Method: WDDOMODIFYVIEW of program /1BCWDY/94H7HD04F48UIFIHAMEJ==CP

Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/94H7HD04F48UIFIHAMEJ==CP

Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP

Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Error code: ICF-IE-http -c: 220 -u: ZESS_TEST6 -l: E -s: XXX -i: XXXXXXXX_XXX_00 -w: 0 -d: 20110711 -t: 001436 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED_NO

-


ST22 - Error Analysis from ECC

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in

procedure "IF_HRTMC_DR_FIELDS~GET_FIELD_VALUES" "(METHOD)", nor was it

propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component.

An object reference must point to an object (an instance of a class)

before it can be used to access components.

Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

-


Please can someone indicate a solution to fix this issue.

Best regards

G Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

dsharmak
Advisor
Advisor
0 Kudos

Hello Raj,

Please check if the note 1359712 is applied in the system.

Best Regards,

Deepak..

Former Member
0 Kudos

Hello Raj,

We had faced the same issue. We had raised an OSS message for the same with SAP, and an SAP note was mentioned to fix this.. I am not having access to that note now and dont remeber the note number. Please contact SAP. Meanwhile, please check with BASIS team and check whether all the Webdynpro services are activated in SICF transaction code. I am sure, some of the services have not been activated and this is causing the problem.

Please make sure all webdynpro based services are activated. Meanwhile, also try to access the application via SE80. This should give you an idea if the issue is from SAP Backend or EP.

Hope this helps.

Thanks and Best Regards.

Karan.