SAP DATA CONSISTENCY
Get Example source ABAP code based on a different SAP table
Data Consistency
When data in database tables is modified by application programs, it must be ensured that the data is consistent after the changes have been made. This is particularly important when data is processed in the database. The time span in which a consistent data state is transferred to another consistent state is known as a Logical Unit of Work (LUW). If an error occurs in an LUW, it is possible to undo all changes made up to this point and restore the data to its original consistent state (rollback). When a new consistent state has been reached, this new state can be committed and a new LUW can be opened.
For an
BEGIN_SECTION VERSION 5 OUT
Accordingly, there are two lock types that are of significance:
END_SECTION VERSION 5 OUT
Latest notes:
The
NON_V5_HINTS
ABAP_HINT_END