‎2010 May 10 10:33 AM
Hi guru,
Is it possible to give multiple write access to a table through Screen table maintenance (SE11) ?
I mean, currently, the basic behavior of screen maintenance is to lock a table so that no one can modify data except the current user.
I'd like to give access to multiple user in order to create / modify / delete record ( therefore, the lock would be at a record level )./
Does anyone know how to do this ?
Brice
‎2010 May 10 10:48 AM
Hi Brice,
I think you are referring to the generated maintenance dialogue (SM30 dialogues).
If so, do the following:
Create a maintenance view for your table (create view, type maintenance view). When adding the fields for your table you can define one or more key fields to define subsets (there is a single character field in the fields table where you can enter 'S', use the F4 help). Maybe you have company code or something similar in your table.
Now generated a view maintenance for this view.
Whenever a user now enters the maintenance he will see a popup letting him enter a value for this subset field. Then only those table entries for this value are locked allowing other users to enter the maintenance for different values of this subset field.
HTH, Gerd Rother
‎2010 May 10 10:54 AM
Hi Brice,
It si possible to give multiple write access in table Maintenence genereator in row level locking.
Plesae refer this link * saptechnical/Tutorials/ABAP/Lock/Page1.htm*
Regars,
Pravin
Edited by: pravin s. on May 10, 2010 11:54 AM