cancel
Showing results for 
Search instead for 
Did you mean: 

Address error - The ASSERT condition was violated., error key: RFC_ERROR_SY

Former Member
0 Kudos

Hi Experts,

We are getting following error when we click Address on employee self service. Other services are working fine.

We have made changes to Infotype 0006 in back end. Could it be reason for following error?

The ASSERT condition was violated., error key: RFC_ERROR_SYSTEM_FAILURE

com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: The ASSERT condition was violated., error key: RFC_ERROR_SYSTEM_FAILURE

at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)

at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:428)

at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr(InternalFcPersInfo.java:771)

at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:166)

at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.initPernr(InternalFcPersInfoInterface.java:267)

at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.initPernr(InternalFcPersInfoInterface.java:431)

at com.sap.xss.hr.per.ca.address.overview.VcPerAddressCAOverview.onInit(VcPerAddressCAOverview.java:297)

=========================

Analysis of ST22

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 "HRXSS_PER_CLEANUP" "(FUNCTION)", 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.

Would appreciate kind guidance to resolve it.

Thanks,

Aashish

Edited by: Aashish Brahmbhatt on Sep 10, 2008 1:15 AM

Edited by: Aashish Brahmbhatt on Sep 10, 2008 1:30 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the usecases and infotypes maintained in the table V_T7XSSPERSUBTYP

Vijay

Former Member
0 Kudos

Hi Bala / Vijay,

Thanks. Resolved issue. It was infotype 0006 - usecase which I have changed to A6 from A1 in table V_T7XSSPERSUBTYP.

Thanks,

Aashish

Former Member
0 Kudos

Hi,

I am also facing the same error when click the address service in the personal information area.

I did not change the anything in the infotype 6 and also functional team also not changed any configuration for the same above mentioned table.

Please be suggest me how to solve this.

What steps u did to resolve the same.Please let me know.

Answers (1)

Answers (1)

Former Member
0 Kudos