cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello there i am beginner learning SAP . Can somebody explain how the below mechanism work step by step in ABAP AS Mulitiple instance architecture. How will update work process update database objects in below case.

0 Likes
View Entire Topic
drayton_al
Explorer
0 Likes

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.