I'm trying to call a Function, through JCo, with no import or export
parameters. The function simply updates a custom table using an internal
table like so:
Requires Free Membership to View
LOOP AT itab.
table-unam = itab-unam.
INSERT table-unam.
ENDLOOP.
The JCo documents don't talk about this. How do you pass values to itab-unam using JCo?
The Javadoc for JCo contains all required information. Look at classes JCO.Table and JCO.ParameterList.
This was first published in November 2001

Join the conversationComment
Share
Comments
Results
Contribute to the conversation