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

Multiple access to Screen Table Maintenance

Former Member
0 Likes
574

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

2 REPLIES 2
Read only

gerd_rother
Active Participant
0 Likes
468

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

Read only

Former Member
0 Likes
468

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