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 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.
|
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(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 metadata object, that was used for
creation of this record.
|
JCoListMetaData |
JCoFunctionTemplate.getTableParameterList()
Returns the metadata for the table parameter list.
|
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.
|
static JCoListMetaData |
JCo.createListMetaData(JCoListMetaData metaData)
Returns a newly created instance of JCoListMetaData, which is initially
a copy of the passed JCoListMetaData.
|
Copyright © 2024 SAP. All rights reserved.