|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JCO.Function in com.sap.mw.jco |
Methods in com.sap.mw.jco that return JCO.Function | |
static JCO.Function |
JCO.createFunction(java.lang.String name,
JCO.ParameterList input,
JCO.ParameterList output,
JCO.ParameterList tables)
Creates a new JCO Function |
JCO.Function |
JCO.IDocument.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. |
JCO.Function |
JCO.FunctionTemplate.getFunction()
Creates a function object from the template and returns it |
JCO.Function |
IFunctionTemplate.getFunction()
Creates a function object from the template and returns it |
Methods in com.sap.mw.jco with parameters of type JCO.Function | |
void |
JCO.Client.execute(JCO.Function function)
Executes the function on the remote server synchronously |
void |
JCO.Client.execute(JCO.Function function,
java.lang.String tid)
Executes the function on the remote server in transactional mode (asynchronously) |
void |
JCO.Client.execute(JCO.Function function,
java.lang.String tid,
java.lang.String queue_name)
Executes the function on the remote server in queued transactional mode (asynchronously) |
void |
JCO.Client.execute(JCO.Function function,
java.lang.String tid,
java.lang.String queue_name,
int queue_pos)
Executes the function on the remote server in transactional mode (asynchronously) |
void |
JCO.Server.handleRequest(JCO.Function function)
Called after a request for a service has arrived. Derived servers will override this function to actually implement a specific request handling. When this routine exits without any pending exception the output parameters and tables will be sent back to the calling SAP system. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |