|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoListMetaData | |
---|---|
com.sap.conn.jco | 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 JCoListMetaData | |
---|---|
static 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(java.lang.String name)
Returns a newly created and empty instance of JCoListMetaData. |
static JCoListMetaData |
JCo.createListMetaData(java.lang.String name,
int capacity)
Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information. |
JCoListMetaData |
JCoFunctionTemplate.getChangingParameterList()
Returns the metadata for the changing parameter list. |
JCoListMetaData |
JCoFunctionTemplate.getExportParameterList()
Returns the metadata for the export parameter list. |
JCoListMetaData |
JCoFunctionTemplate.getFunctionInterface()
Returns the metadata for the function interface. |
JCoListMetaData |
JCoRepository.getFunctionInterface(java.lang.String functionName)
Returns the metadata for the passed function. |
JCoListMetaData |
JCoFunctionTemplate.getImportParameterList()
Returns the metadata for the import parameter list. |
JCoListMetaData |
JCoParameterList.getListMetaData()
returns the appropriated meta data object, that was used for creation of this record |
JCoListMetaData |
JCoFunctionTemplate.getTableParameterList()
Returns the metadata for the table parameter list. |
Methods in com.sap.conn.jco with parameters of type JCoListMetaData | |
---|---|
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. |
static JCoListMetaData |
JCo.createListMetaData(JCoListMetaData metaData)
Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |