cancel
Showing results for 
Search instead for 
Did you mean: 

JCO Lookup - passing parameters

Former Member
0 Kudos

Hi... I am using a RFC lookup through a JCo connection in my mapping.

Can you please let me know how do I pass a value to an import section of a RFC lookup? I checked the forum and I got an example for passing table parameters -->

JCO.Table Imp_tab = function.getTableParameterList().getTable("table1");

what is the corresponding handle to the import section?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Arvind,

You dont need to do RFC Lookup through JCo. Now XI supports RFC lookup directly. Check this michals docuemnt on this:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1...

---Satish