Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
Modifier and Type | Method and Description |
---|---|
static JCoFunctionTemplate |
JCo.createFunctionTemplate(String name,
JCoListMetaData imports,
JCoListMetaData exports,
JCoListMetaData changing,
JCoListMetaData tables,
AbapException[] exceptions)
This factory method allows to create a JCoFunctionTemplate that can be used
in later function module executions.
|
static JCoFunctionTemplate |
JCo.createFunctionTemplate(String name,
JCoListMetaData imports,
JCoListMetaData exports,
JCoListMetaData changing,
JCoListMetaData tables,
AbapException[] exceptions,
boolean supportsASXML)
This factory method allows to create a JCoFunctionTemplate that can be used
in later function module executions.
|
JCoFunctionTemplate |
JCoFunction.getFunctionTemplate()
Returns the function template, i.e.
|
JCoFunctionTemplate |
JCoRepository.getFunctionTemplate(String functionName)
Returns the template for the passed function.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoCustomRepository.addFunctionTemplateToCache(JCoFunctionTemplate meta)
Adds a function interface to the local cache.
|
Copyright © 2024 SAP. All rights reserved.