Configure an SAP operation, so commit is always called after the operation succeeds.
For an SAP operation, if the AutoCommit feature is enabled (requireCommit property is set to true), commit is always called following a successful operation; if the operation fails, changes are rolled back. By default, the AutoCommit feature is enabled; if disabled, you must explicitly call commit after the operation succeeds.