Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.rfc | |
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception |
Modifier and Type | Method and Description |
---|---|
void |
JCoTransaction.after() |
void |
Transaction.after()
This method gets called *in any case* after the transactional calls are done.
|
protected JCoTransaction<BapiQuery,BapiQueryResult> |
BapiTransactionFactory.createJCoTransaction(String destinationName) |
protected JCoTransaction<RfcQuery,RfcQueryResult> |
RfcTransactionFactory.createJCoTransaction(String destinationName) |
QueryResultT |
JCoTransaction.execute(ErpConfigContext configContext,
QueryT query) |
Constructor and Description |
---|
JCoTransaction(String destinationName,
Supplier<QueryResultT> queryResultFactory)
Constructs a
JCoTransaction for the given destinationName and queryResultFactory . |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteFunctionExceptionFactory<T extends RemoteFunctionException> |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Thrown when a parameter is invalid.
|
class |
InvalidParameterException
Thrown when a parameter is invalid.
|
class |
MissingErpConfigException
Thrown when an ERP configuration prevents an action (e.g.
|
class |
MissingParameterException
Thrown when a mandatory parameter is missing.
|
class |
NotImplementedException
Thrown when a method is not implemented.
|
class |
ParameterNotFoundException |
class |
RemoteFunctionCommitFailedException
Thrown when the commit during the invocation of a remote function fails.
|
class |
RemoteFunctionRollbackFailedException
Thrown when the rollback during the invocation of a remote function fails.
|
class |
WrongCustomizingException |
Copyright © 2018 SAP SE. All rights reserved.