| database commit (BC-ABA) |
End of a database LUW, in which changed data records are written to the database. All changes are temporary until they have been written using a database commit. Changes are always directly visible to the executing program. All other users of the database see the changes directly, depending on the database platform, or after the database commit. In AS ABAP, database commits are triggered implicitly, as well as by being requested explicitly.