public interface JCoFunctionTemplate extends Serializable
Modifier and Type | Method and Description |
---|---|
JCoListMetaData |
getChangingParameterList()
Returns the meta data 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 meta data for the export parameter list.
|
JCoFunction |
getFunction()
Creates a function object from the template and returns it.
|
JCoListMetaData |
getFunctionInterface()
Returns the meta data for the function interface, i.e.
|
JCoListMetaData |
getImportParameterList()
Returns the meta data 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 meta data 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()
AbapException getException(String key)
JCoFunction getFunction()
JCoRequest getRequest()
JCoListMetaData getFunctionInterface()
boolean supportsASXML()
Copyright © 2016 SAP. All Rights Reserved.