com.sap.mw.jco
Interface JCO.IDocument

Enclosing class:
JCO

public static interface JCO.IDocument

Interface for IDoc class libraries. Implementors of IDoc packages must implement this interface to "serialize" the control and data record hierachy into the respect JCO.Tables.


Method Summary
 JCO.Function createJCOFunction(JCO.Client client, char idoc_version)
          Creates a JCO.Function which contains the appropriate R/3 method to call as well as the appropriate tables.
 

Method Detail

createJCOFunction

public JCO.Function createJCOFunction(JCO.Client client,
                                      char idoc_version)
Creates a JCO.Function which contains the appropriate R/3 method to call as well as the appropriate tables.
Parameters:
client - the JCO.Client which will be used to send the IDoc
Throws:
JCO.Exception - thrown if the function could not be created