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