Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Package
Description
-
Uses of RemoteFunctionException in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescription<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>>
io.vavr.control.Option<RemoteFunctionException>RemoteFunctionRequestErrorHandler.handleRequestResult
(RequestResultT requestResult) Deprecated.Allows to inspect the request result after the request execution and react accordingly.Modifier and TypeMethodDescriptionvoid
JCoTransaction.after()
Deprecated.void
Transaction.after()
Deprecated.This method gets called *in any case* after the transactional calls are done.static void
RemoteFunctionCache.clearCache
(Destination destination) Deprecated.Clears the remote function cache for a givenDestination
.static void
RemoteFunctionCache.clearCache
(Destination destination, String functionName) Deprecated.Clears the remote function cache for a givenDestination
and a given function name.protected JCoTransaction<BapiRequest,
BapiRequestResult> BapiTransactionFactory.createJCoTransaction
(String destinationName) Deprecated.protected JCoTransaction<RfmRequest,
RfmRequestResult> RfmTransactionFactory.createJCoTransaction
(String destinationName) Deprecated.JCoTransaction.execute
(Destination destination, RequestT request) Deprecated.ModifierConstructorDescriptionJCoTransaction
(String destinationName, Supplier<RequestResultT> requestResultFactory) Deprecated.Constructs aJCoTransaction
for the givendestinationName
andrequestResultFactory
. -
Uses of RemoteFunctionException in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Modifier and TypeInterfaceDescriptioninterface
The Remote Function Exception Factory.Modifier and TypeClassDescriptionclass
Thrown when a parameter is invalid.class
Thrown when a parameter is invalid.class
Thrown when an ERP configuration prevents an action (e.g. workflow not enabled).class
Thrown when a mandatory parameter is missing.class
Thrown when a method is not implemented.class
The Parameter Not Found Exception.class
Thrown when the commit during the invocation of a remote function fails.class
Thrown when the rollback during the invocation of a remote function fails.class
The Wrong Customizing Exception.