cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$Exception: RFC_ERROR_SYSTEM_FAILURE in WAD Template

Former Member
0 Kudos

Hi All!

I have a problem when executing a WAD Template that calls a Planning Sequence with a botton. If I execute the same sequence in the Portal --> Bussines Planning It do it correctly, but When I execute it from WAD Template the following error appears:

<i>Access via 'NULL' object reference not possible.

com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Access via 'NULL' object reference not possible.

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)

at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1442)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3962)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3399)

at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco640.Jco640Proxy.executeFunction(Jco640Proxy.java:255)

[...]

com.sap.ip.bi.webapplications.runtime.controller.MessageException: Error while executing function module: BICS_CONS_CREATE_PLANNING_FUNC at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2520) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:841) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:775)</i>

I have checked the JCo connections in Content Administrator --> Web Dynpro --> Mantain JCo Connections and the test is successful.

Any Idea??

Thnks a lot!!

Yolanda.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yolanda

Please refer the following links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/526bd490-0201-0010-038e-d3f...

Also which Patch level are you using for BI 7.0 . Your basis team should set the Integration of RSPLAN i,e web based planning modeller . Also hope you created the Input ready query correctly with Key figures having property set to Data can e changed using a planning function or by user.

Also check on WAD if you have configured the button group correctly to the planning function.

Hope this helps

Raja

Former Member
0 Kudos

Ouh!, you'r rigth, my button was wrong. I had selected the command EXEC_PLANNING_FUNCTION_SIMPLE instead of EXEC_PLANNING_<b>SEQUENCE</b>_SIMPLE

Thnks a lot!.

Yolanda.

Answers (0)