cancel
Showing results for 
Search instead for 
Did you mean: 

MSS PCR : RFC_ERROR_SYSTEM_FAILURE

Former Member
0 Kudos

Hi,

In PCR I select an employee and select a form, when I click the Edit form button I get this exception

com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE

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

at com.sap.xss.hr.pcr.FcPcr.callRFCIsrLaunchScenarioCheck(FcPcr.java:303)

at com.sap.xss.hr.pcr.FcPcr.checkFormIsValid(FcPcr.java:249)

at com.sap.xss.hr.pcr.wdp.InternalFcPcr.checkFormIsValid(InternalFcPcr.java:292)

at com.sap.xss.hr.pcr.FcPcrInterface.checkFormIsValid(FcPcrInterface.java:148)

at com.sap.xss.hr.pcr.wdp.InternalFcPcrInterface.checkFormIsValid(InternalFcPcrInterface.java:167)

at com.sap.xss.hr.pcr.wdp.InternalFcPcrInterface$External.checkFormIsValid(InternalFcPcrInterface.java:231)

at com.sap.xss.hr.pcr.selectform.VcPcrSelectForm.onEvent(VcPcrSelectForm.java:259)

When I check st22 I get this dump

What happened?

The exception 'CX_BADI_MULTIPLY_IMPLEMENTED' was raised, but it was not caught

anywhere along

the call hierarchy.

Since exceptions represent error situations and this error was not

adequately responded to, the running ABAP program

'QISR1=========================CP' has to be

| terminated.

What could be the problem.

We are in MSS 1.0 Portal 7.0 SP11 and ECC6.0

Regards

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

QISR1 is a single use BAdI.. it looks like you have multiple implementations for this BAdI in the backend.. which is why the cx_badi_multiply_implemented exception is triggered. Pl verify and decativate the implementations that you do not need..

~Suresh

Former Member
0 Kudos

Suresh,

We have certain custom developed PCRs, so ABAPers are modifying QISR1. If I deactivate the other implementations will this be a problem for the new PCRs?

Sorry, Im not able to understand the BADIs conceptually.

Regards

Srini

Former Member
0 Kudos

hi.. please do not attempt to use this transaction when a development in Badi is going on.. also make sure that only one BADI is active..

Former Member
0 Kudos

Thanks