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: 

SAP Maintenance view table editable by multiple users

abhay_kesarkar
Explorer
0 Kudos
945

How to make SAP Maintenance view table editable by multiple users?

In other words, multiple users have to enter this table and change values in this table. Is that possible?

Can you please tell how this can be done?

Thanks a lot

5 REPLIES 5

abhay_kesarkar
Explorer
0 Kudos
489

Currently the table allows only single user to edit

Requirement is that multiple users have to edit this table

How this can be achieved?

Patrick_vN
Active Contributor
0 Kudos
489

I think a (generated) maintenance view automatically locks the table (so that other users cannot modify it's contents at the same time), and I doubt that you can influence this in the table maintenance dialog events.

So I guess this would require a custom report with editable alv and some (event driven?) logic to make sure you always see the saved data.. and you do not overwrite each others changes etc..

0 Kudos
489

If I include Enqueue and Dequeue function module for row level locks,will it help?

0 Kudos
489

I think that will have to be part of the solution, though you'd have to decide on how you plan to handle the relevant checks & error handling. And also, do you want to update the sessions of the other users if one person (un)locks a record? Or do you plan just to check/lock just before saving? Etc..

Jelena_Perfiljeva
Active Contributor
0 Kudos
489

If this is a reply to a comment you might want to use Comment button (and mention name) instead of posting as another answer. Otherwise without the context the post just makes no sense.

Thank you.