|
In order to send data to SAP via JCo, you must initiate an instance of the JCo.Client, passing into an established SAP connection. You must then pass the JCo.Function instance created previously to the connection instance, calling the execute( ) method to request SAP to update the table.
This tip was based on a code snippet sent to me where all of the previous steps were correct, except for the fact that the developer had not called the execute( ) method. For hands-on code tips, search SearchSAP.com using my last name 'sincock' for more help or check out my book Enterprise Java for SAP.
|