Uses of Interface
com.sap.conn.jco.JCoListMetaData
Packages that use JCoListMetaData
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoListMetaData in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoListMetaDataModifier and TypeMethodDescriptionstatic JCoListMetaData
JCo.createListMetaData
(JCoListMetaData metaData) Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.static JCoListMetaData
JCo.createListMetaData
(String name) Returns a newly created and empty instance of JCoListMetaData.static JCoListMetaData
JCo.createListMetaData
(String name, int capacity) Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information.JCoFunctionTemplate.getChangingParameterList()
Returns the metadata for the changing parameter list.JCoFunctionTemplate.getExportParameterList()
Returns the metadata for the export parameter list.JCoFunctionTemplate.getFunctionInterface()
Returns the metadata for the function interface.JCoRepository.getFunctionInterface
(String functionName) Returns the metadata for the passed function.JCoFunctionTemplate.getImportParameterList()
Returns the metadata for the import parameter list.JCoParameterList.getListMetaData()
returns the appropriated metadata object, that was used for creation of this record.JCoFunctionTemplate.getTableParameterList()
Returns the metadata for the table parameter list.Methods in com.sap.conn.jco with parameters of type JCoListMetaDataModifier 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.static JCoListMetaData
JCo.createListMetaData
(JCoListMetaData metaData) Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.