SAP DATABASE COMMIT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

database commit
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. The database system that is used determines whether other users can see the database changes immediately or only after the database commit. In AS ABAP, database commits are triggered implicitly, as well as by explicit requests.
ABAP_MORE_INFO