Entering content frame

Background documentation Transaction List Locate the document in its SAP Library structure

The transaction list is an internal database list of all open transactions that make changes. The transaction list is located in the main memory.

All transactions that make changes can be accessed globally in the database using this transaction list. For each transaction, there is a transaction entry in the transaction list that contains, for example, references to any existing redo log entries and undo log entries.

When you restart or recover the database, the log reader creates the new transaction list from the transaction file.

See also:

Concepts of the Database System, Logging Transactions

 

 

 

Leaving content frame