Uses of Enum Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Packages that use CommitStrategy
-
Uses of CommitStrategy in com.sap.cloud.sdk.s4hana.connectivity.rfc
Fields in com.sap.cloud.sdk.s4hana.connectivity.rfc declared as CommitStrategyModifier and TypeFieldDescriptionprotected final CommitStrategy
AbstractRemoteFunctionRequest.commitStrategy
Deprecated.The strategy of commit handling in the remote system.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return CommitStrategyModifier 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.Constructors in com.sap.cloud.sdk.s4hana.connectivity.rfc with parameters of type CommitStrategyModifierConstructorDescriptionprotected
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.