cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Error: JCO.server could not Create server function HR_GB_EF_SUBMIT

Former Member
0 Kudos

Hi All,

We are using SAP Business Connector for UK payroll efiling process.We have maintained RFC destination in SM59 and tested it works fine.

But when we execute the E-filing process from SAP,it gives following error:

<b>RFC Error: JCO.server could not Create server function HR_GB_EF_SUBMIT</b>

Any idea why this is happening.

Regards

Rani A

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

<i>RZ70 needs to publish its details to a gateway which the SLD bridge points to. Make sure the SLD bridge is setup correctly on the Java stack and has access to a gateway server.

Make sure the ABAP gateway is up when the Java engine starts. RZ70 will be default push the values every 12 hours, so you shouldn't need to do it manually...</i>

/thread/236295 [original link is broken]

Regards,

Prateek

Former Member
0 Kudos

hi

Have you given the system details that contain the RFC in the adapter metadata parameters in the channel configuration.

Regards

krishna

Former Member
0 Kudos

Hi krishnamoorthy/Prateek,

Krishnamoorthy: Where I can see the Channel Configuration in Adapter metadata parameters.??We are using SAP BC as a Intermediator to send data from SAP to gov gateway.

Prateek: Could you please tell me where is this Java stack coming into picture here.We have SAP 4.7 release and we are creating RFC destination (TCP/IP connections) in SM59 with gateway details.Could you please explain me in detail.I am quite new to these concepts.

Regards

Rani A

prateek
Active Contributor
0 Kudos

Hi Rani,

Ur error is related to JCo. JCo are Java stack components. JCos are used whenever there is a communication between the Java stack and the ABAP stack. Since all adapters lies on Java stack (except IDOC and HTTP) and Integration Server lies majorly on ABAP stack, the communication to and from ABAP and Java are done through JCo.

[Dont forget to mark each helpful ans]

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I got the basics now.Thanks for that.But what is the step by step procedure to rectify the error iam getting.

I did not get much from your last reply.How to see whats the exact problem.and how to solve it.

Regards

Rani A

prateek
Active Contributor
0 Kudos

Hi Rani,

Apply SAP Note 938175

Also have a look here

<i>>>JCO_ERROR_FUNCTION_NOT_FOUND: JCO.Server could not find server function TheRFCFunction'

According to help.sap this exception occurs

"Description:A function interface or one of the data structures could not completely be retrieved from the repository.

Possible Actions:get the function module name from the exception text; if the meta data repository was implemented in the JAVA application (there is no call to the SAP system to get the meta data), check the JAVA application, otherwise check and try to execute the function module in the SAP system."

Plz try to execute TheRFCFunction in SAP..whether it is correct or not.</i>

From

[Points if helpful]

Regards,

Prateek