cancel
Showing results for 
Search instead for 
Did you mean: 

How to make one user get locked to edit when another user is editing??

former_member282968
Contributor
0 Kudos

Dear friends,

In the webdynpro application option is given to controll the editability of the UI elements using edit button.When the same application is logged in by another user for ex: B , he should get a prompt saying user A is editing the page.

How to implement this ??and what is the best approach for this please advice.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The best way I could think of and what we implemented is:

Creatin a DB Lock Object around data which you want to work upon.

Requesting a lock when some one opens up a session for editing, if granted then go in edit mode else go in display\ read only mode with a message.

Release lock after save.

Regards

Manas Dua

former_member282968
Contributor
0 Kudos

Thanks Manus for your inputs

former_member282968
Contributor
0 Kudos

thanks

Answers (0)