public interface JCoFunctionTemplate extends Serializable
Modifier and Type | Method and Description |
---|---|
JCoListMetaData |
getChangingParameterList()
Returns the metadata for the changing parameter list.
|
AbapException |
getException(String key)
Returns the ABAP exception for the specified key.
|
AbapException[] |
getExceptionList()
Returns the ABAP exception list.
|
JCoListMetaData |
getExportParameterList()
Returns the metadata for the export parameter list.
|
JCoFunction |
getFunction()
Creates a function object from the template and returns it.
|
JCoListMetaData |
getFunctionInterface()
Returns the metadata for the function interface.
|
JCoListMetaData |
getImportParameterList()
Returns the metadata for the import parameter list.
|
String |
getName()
Returns the name of the function.
|
JCoRequest |
getRequest()
Returns a request object for this function template.
|
JCoListMetaData |
getTableParameterList()
Returns the metadata for the table parameter list.
|
boolean |
supportsASXML()
Returns true if this function module is supporting the ASXML semantics for
serialization in the RFC protocol.
|
String getName()
JCoListMetaData getImportParameterList()
JCoListMetaData getExportParameterList()
JCoListMetaData getChangingParameterList()
JCoListMetaData getTableParameterList()
AbapException[] getExceptionList()
null
if none is definedAbapException getException(String key)
key
- the key for the exception as specified in the function interfacenull
if none is defined for the specified keyJCoFunction getFunction()
JCoRequest getRequest()
JCoListMetaData getFunctionInterface()
boolean supportsASXML()
true
if the function module supports ASXML; false
if it does not support ASXMLCopyright © 2017 SAP. All Rights Reserved.