cancel
Showing results for 
Search instead for 
Did you mean: 

no processFunction method for FuBa.

Former Member
0 Kudos

Hi,

I'm using a program in ABAP to call a program in Netweaver to process. Whenever i call it, will have this error.


#1.5 #001A6467CDF40074000000F900001BD000045956595025ED#1224127307347#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0####90a5ca309b3111ddc3ff001a6467cdf4#SAPEngine_Application_Thread[impl:3]_31##0#0#Error#1#/System/Server#Plain###no processFunction method for FuBa XXXXXXX on host 01, ProgId =XXXXXXX: net.model.GatewayLocalLocalObjectImpl1_0.processFunction(com.sap.mw.jco.JCO$Function)#
#1.5 #001A6467CDF40074000000FA00001BD00004595659502676#1224127307347#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.handleRequest#J2EE_GUEST#0####90a5ca309b3111ddc3ff001a6467cdf4#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###java.lang.RuntimeException: no processFunction method for FuBa XXXXXXX on host 01, ProgId =XXXXXXX: net.model.GatewayLocalLocalObjectImpl1_0.processFunction(com.sap.mw.jco.JCO$Function)#
#1.5 #001A6467CDF40074000000FB00001BD000045956595026BB#1224127307347#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.handleRequest#J2EE_GUEST#0####90a5ca309b3111ddc3ff001a6467cdf4#SAPEngine_Application_Thread[impl:3]_31##0#0#Error##Plain###java.lang.RuntimeException: no processFunction method for FuBa XXXXXXX on host 01, ProgId =XXXXXXX: net.model.GatewayLocalLocalObjectImpl1_0.processFunction(com.sap.mw.jco.JCO$Function)
	at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:269)
	at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
	at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:260)
	at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
	at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
#

What is the FuBA?

Is it some setting i need to do in order to run it? Existing i have another one. That one no problem to call it.

Thanks.

Solved.

Error caused by EJB.

Edited by: Adrian Chan on Oct 20, 2008 2:43 PM

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member182598
Active Contributor
0 Kudos

My problem got resolved by adding a weak reference for the JCO Library in application-j2ee-engine.xml file of the EAR project.

it looks like

?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">

<application-j2ee-engine>

<reference

reference-type="weak">

<reference-target

provider-name="sap.com"

target-type="library">com.sap.mw.jco</reference-target>

</reference>

<provider-name>sap.com</provider-name>

<fail-over-enable

mode="disable"/>

</application-j2ee-engine>

former_member182652
Participant
0 Kudos

Hi Adrian

I am facing the same problem. Please tell me what could be the problem with the bean.

As such i'm able to see the name of the BAPI under JNDI Registery.

Thanks,

Kunal

0 Kudos

Hi,

Any one got the answer for this.

I am also facing the same issue??

Thanks & Regards,

Bala

Former Member
0 Kudos

Hi Chan,

I am also trying to call ejb from abap report.

I got the same error.I am doing this on WAS 6.40 with ECC6 and NWDS 7.0.14

Can u please tell me how to resolve this.

Regards,

Senthil S

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Chan

I am also trying to call ejb from abap report.

I got the same error. As per your thread you written that the error will be in EJB

What will the error in the ejb deployed on the java stack.

The ear file should not contain the jar files which is deployed on this server.Is this condition is compulsory to be followed.

I am doing this by the help of the blogs /people/thorsten.franz3/blog/2008/12/02/abap-calls-java-via-rfc-4-implementing-and-deploying-the-enterprise-java-bean

I dont have CE7.1 version , I am doing this on WAS 6.40 with ECC6 and NWDS 7.0.09

Regards,

Kalyan