Enabling Automatic Commit

The automatic commit feature executed by an adapter configuration is done by using the BAPI_TRANSACTION_COMMIT function module and cannot be configurable.

To execute the automatic commit feature, one of the following conditions must be met:
  • An EXPORT or TABLE parameter exists where the corresponding type is like BAPIRET% and the corresponding TYPE field is either " S " or blank.
  • No ABAP or system exceptions are returned by the call.

To enable the automatic commit feature, you have to expand the _caret_userclosure_caret_ element in the Input tab of the activity where you want to enable the automatic commit feature, and then set the bAutoCommit property to 1.

By default, the bAutoCommit property is set to 0.