Uses of Enum Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Uses of CommitStrategy in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeFieldDescriptionprotected final CommitStrategy
AbstractRemoteFunctionRequest.commitStrategy
Deprecated.The strategy of commit handling in the remote system.Modifier and TypeMethodDescriptionAbstractRemoteFunctionRequest.getCommitStrategy()
Deprecated.Get the commit strategy.static CommitStrategy
Deprecated.Returns the enum constant of this class with the specified name.static CommitStrategy[]
CommitStrategy.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
AbstractRemoteFunctionRequest
(String functionName, CommitStrategy commitStrategy, String constructedByMethod) Deprecated.Constructor for remote function request.BapiRequest
(String functionName, CommitStrategy commitStrategy) Deprecated.Constructs a BAPI request.RfmRequest
(String functionName, CommitStrategy commitStrategy) Deprecated.Constructs a remote function call request.