Concurreny Issue
Hi guys,
I have created an application which prompt the users to edit a a row, in a case
where 2 users want to update the same row, how can I lock that row from being edited
by the second user?
Thanks in advance.
Abdul
Thomas Jung replied
You should use normal ABAP lock objects. Nothing new, nor Web Dynpro ABAP specific. Since WDA is always stateful, lock objects work the same way as they always did in classic dynpro. Here is the help article on Lock Objects:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm