Uses of Interface
com.sap.conn.jco.JCoFunctionTemplate

Packages that use JCoFunctionTemplate
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
 

Uses of JCoFunctionTemplate in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoFunctionTemplate
static JCoFunctionTemplate JCo.createFunctionTemplate(java.lang.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(java.lang.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(java.lang.String functionName)
          Returns the template for the passed function.
 

Methods in com.sap.conn.jco with parameters of type JCoFunctionTemplate
 void JCoCustomRepository.addFunctionTemplateToCache(JCoFunctionTemplate meta)
          Adds a function interface to the local cache.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.