Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Locks on abap webdynpro application

Former Member
0 Likes
390

Hi All,

How to apply locks on webdynpro application to the other user when one user is accessing it.Other user should get an message saying that,it hss been locked for some other user.

Thanks in advance

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
313

Hi

Two ways

Either you use ENQUEUE function module to lock data so that next time if some one wants to acess it then it shows message

Or have table with a flag if marked as X means some one is acessing it./

Nabheet