Hi,
What I have done is created a copy of the standard bank DC provided by SAP for Great Britain. essgbbank.
I built the DC and deployed and the application successfully went through all the steps. Now, I have imported a custom RFC. After I wrote the code for executing this RFC (which is being used in other custom applications as well and runs fine), and deployed the DC, the error occurring on load of the application is:
com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Access via NULL object reference not possible., error key: RFC_ERROR_SYSTEM_FAILURE
at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:103)
at com.sap.xss.per.fc.persinfo.FcPersInfo.onCleanup(FcPersInfo.java:618)
at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.onCleanup(InternalFcPersInfo.java:807)
at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.onCleanup(FcPersInfoInterface.java:246)
at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.onCleanup(InternalFcPersInfoInterface.java:299)
Even after commenting the custom code, or removing the model, creating the JCos again, the problem still persists. I am unable to understand what reference is being made to NULL even after deleting all the custom code that I wrote. The DC is now exactly having the same code that was working before I imported the ZRFC.
Please do let me know what could be wrong and how I can solve this problem. I am getting this error only for the custom bank DC that I have created. We have created several Personal data as well as Address DCs and all of them are working fine with the RFC.
Thanks & Regards,
Vaishnavi