Hi all,
I'm building a Java-Demo-System to interact with a SAP-System.
For the interaction I'm using JCo 3.0.
My code is based on the examples delivered in the JCo-Download Package.
The JCoClient works fine and I'm able to call a remote enabled Function Module I built to test.
Unfortunately the JCoServer has a little problem I can't find a solution for.
From a remote enabled Function Module I want to call a Function in the Java-Demo-System.
The Connection works fine, the Java-Programm can be called and the export Parameters from the Function Module are transfered correctly as Import-Parameters to the FunctionHandler-Method "handleRequest".
In the Method "handleRequest" I work with the Import-Parameter and at the end I set the value to the Export-Parameter.
No Error occurs, but in the Function Module the return-values are still empty.
Can anyone help me?
Best regards
Kirsten