Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.rfc |
Modifier and Type | Field and Description |
---|---|
protected CommitStrategy |
AbstractRemoteFunctionRequest.commitStrategy
The strategy of commit handling in the remote system.
|
Modifier and Type | Method and Description |
---|---|
CommitStrategy |
AbstractRemoteFunctionRequest.getCommitStrategy() |
static CommitStrategy |
CommitStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitStrategy[] |
CommitStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractRemoteFunctionRequest(String functionName,
CommitStrategy commitStrategy,
String constructedByMethod) |
BapiRequest(String functionName,
CommitStrategy commitStrategy)
Constructs a BAPI request.
|
RfmRequest(String functionName,
CommitStrategy commitStrategy)
Constructs a remote function call request.
|
Copyright © 2019 SAP SE. All rights reserved.