Entering content frameBackground documentationError Handling and Data Consistency Locate the document in its SAP Library structure

In order to ensure the consistency of the data, the update of an SAP transaction must be carried out in full or not at all. This is referred to as a rollback requirement. If a runtime error occurs in part of the update, all of the critical database changes made as a result of the update must be reversed. Less critical changes cannot be made.

With update bundling and the SAP lock system, the SAP Update System ensures that the data remains consistent (see also The Update Process).

The following section describes how the Update System responds if part of the update (V1 or V2) is canceled due to a runtime error. Various scenarios are possible here.

Cancelation in a V1 function module ( IN UPDATE TASK requested)

Cancelation in a V2 function module ( IN UPDATE TASK requested)

Cancelation in a collective run function module

 

See also:

Structure link Error Handling with Bundled Updates

 

 

 

Leaving content frame