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 | Interface and Description |
---|---|
interface |
JCoRequest
A JCoRequest is a special view on a JCoFunction and is used in the
Request/Response model of JCo function calls.
|
interface |
JCoResponse
A JCoResponse is a special view on a JCoFunction and is used in the
Request/Response model of JCo function calls.
|
Modifier and Type | Method and Description |
---|---|
JCoParameterList |
JCoFunction.getChangingParameterList()
Returns the list of changing parameters.
|
JCoParameterList |
JCoFunction.getExportParameterList()
Returns the list of export parameters.
|
JCoParameterList |
JCoFunction.getImportParameterList()
Returns the list import parameters.
|
JCoParameterList |
JCoFunction.getTableParameterList()
Returns the list of table parameters.
|
Copyright © 2021 SAP. All rights reserved.