Request clarification before answering.
Lock mechanism places a lock on the records if a user is modifying the same . so that other users for other Apps servers cannot use that same record. After the user is done and cofirms the data, the Update work process update the database records.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Phanendra,
On a high level, when an ABAP application wants to change something on the database, it first creates an Enqueue lock, so no other user / process can change the same data.
Then, the application creates an update request, which will contain the changes.
At a later point (normally almost immediately), the system triggers the processing of the update request, which performs the changes on the database tables and commits them.
One the update is finished, the corresponding Enqueue locks are released.
Regards,
IsaÃas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please tell specifically which part isn't clear ? That would be helpful.
Regards.
Ruchit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.