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 |
---|---|
AbapException |
JCoFunctionTemplate.getException(String key)
Returns the ABAP exception for the specified key.
|
AbapException |
JCoFunction.getException(String key)
Returns the ABAP exception for the specified key.
|
AbapException |
JCoRequest.getException(String key)
Returns the ABAP exception for the specified key.
|
AbapException[] |
JCoFunctionTemplate.getExceptionList()
Returns the ABAP exception list.
|
AbapException[] |
JCoFunction.getExceptionList()
Returns the list of defined ABAP exceptions that can occur.
|
AbapException[] |
JCoRequest.getExceptionList()
Returns the ABAP exception 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.
|
Copyright © 2018 SAP. All Rights Reserved.