| Package | Description |
|---|---|
| com.sap.cloud.sdk.s4hana.connectivity.rfc |
| Class and Description |
|---|
| AbstractRemoteFunctionQuery
Class representing a query calling a Business API (BAPI) in an ERP system.
|
| AbstractRemoteFunctionQueryResult |
| BapiQuery
Class representing a query calling a Business API (BAPI) in an ERP system.
|
| BapiQueryResult
Class representing the result of a BAPI call returned by
BapiQuery. |
| CommitStrategy
The strategy how the commitment of created, updated or deleted records is conducted after the execution of an
AbstractRemoteFunctionQuery in the remote system. |
| Fields |
| JCoTransaction
Implementation of the
Transaction interface to be used for JCo queries. |
| ParameterFields |
| RemoteFunctionQueryErrorHandler
Gets invoked after the execution of an
AbstractRemoteFunctionQuery and allows to inspect and react on the
AbstractRemoteFunctionQueryResult. |
| RfcQuery
Class representing a query calling a remote-enabled function module (RFC module or RFM) in an ERP system.
|
| RfcQueryResult
Class representing the result of a call to a remote-enabled function module (RFC module) returned by
RfcQuery
. |
| RfcTransactionFactory
RFC specific implementation of the
AbstractTransactionFactory. |
| SoapTransaction
Implementation of the
Transaction interface to be used for SOAP queries. |
| Table
Gathers values that should be passed as a
JCoTable to a JCoFunction
. |
| TableRow
This class is tightly connected to an instance of
Table, adding all values directly to this Table
instance. |
| Transaction
The logic to be executed transactional-like by a
RemoteFunctionQueryExecutor. |
Copyright © 2020 SAP SE. All rights reserved.