Uses of Interface
com.sap.conn.jco.JCoFunctionTemplate
Packages that use JCoFunctionTemplate
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoFunctionTemplate in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoFunctionTemplateModifier and TypeMethodDescriptionstatic 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.JCoFunction.getFunctionTemplate()
Returns the function template, i.e.JCoRepository.getFunctionTemplate
(String functionName) Returns the template for the passed function.Methods in com.sap.conn.jco with parameters of type JCoFunctionTemplateModifier and TypeMethodDescriptionvoid
JCoCustomRepository.addFunctionTemplateToCache
(JCoFunctionTemplate meta) Adds a function interface to the local cache.