SAP OS TRANSACTION LUW
Get Example source ABAP code based on a different SAP table
ABAP_OS - Transaction Service and Updates
ABAP objects and the Object Services are part of a hybrid world in which object-oriented and classic applications as well as mixed forms containing both programming styles can exist side by side. The interaction between classic and object-oriented update techniques is discussed below.
Object-Oriented Transactions in Classic Applications
In a classic application, statements that change the database normally are programmed in update modules. These updates are registered when programs are executed, and the update is triggered using the statement
If the services of the Object Services are accessed in a classic application, that is, if a persistent object is used or an object-oriented transaction started, an implicit top level transaction is automatically created and started in compatibility mode the first time the services are accessed. All explicit accesses to the Persistence and Transaction Service are embedded in this implicit top level transaction.
If
In particular, the changes that were confirmed in object-oriented subtransactions with method
Classic Updates in Object-Oriented Transactions
Object-oriented transaction mode is set for object-oriented transactions. The top level transaction is the first transaction to be started explicitly.
Within a program in object-oriented mode, classic components that use and register classic update modules might be called. This is possible as long as none of the classic components execute the statement
The update of the classic update modules is triggered by the implicit