cancel
Showing results for 
Search instead for 
Did you mean: 

How to invoke a RFC with JCo

Former Member
0 Kudos

hello,

I want to invoke a function through jco. The parameter of the function is a table. I do not know how to pass the table parameter to the function. Do I need to use the Claa JCO.MetaData. Would you please give me a example? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello there,

This document is the best reference material

http://www.winfobase.de/lehre/lv_materialien.nsf/intern01/FB09D79A41930E34C125709F0046180C/$FILE/Tip...

This should give all examples. Let me know if you need any specific help

Regards,

Vivek Nidhi

Former Member
0 Kudos

First, thank you to answer my question. My problem is that import paramters of the function is a ABAP table. How can I pass the table to invoke the function.

Former Member
0 Kudos

Hi,

Read the documentation and the PDF document, there are some examples with tables.

Regards,

Pierre

Former Member
0 Kudos

Hi ,

Addition to the above soutions also have a look at this [Blog|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0607711150DB11750511404996819779End?blog=/pub/wlg/2058] it might be helpful.

Regards,

Krishna kattu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you read the documentation ([SAP JCo Client Programming|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm])? There is a page about [Table Manipulation|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm].

Regards,

Pierre