cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when using the JCo

Former Member
0 Kudos

Hi, everyone.

In my ejb business method I declared a method "public Function processFunction(Function function)", and I tried getting the JCO import parameterList through the method "function.getImportParameterList()".

It was weird that I can get the String parameter, but I can not get the Structure parameter. It told me that the Field XXX is not a member of the Import parameter, but I found it int the local interface of the function.

Could anyone tell me the reason that may cause this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, try function.getTableParameterList() instead of function.getImportParameterList().