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 user Sm30

Former Member
0 Likes
1,763

Hello all,

Is it possible to provide an access to multiple user at a single time in table maintenance ?

Rgds,

karthi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,194

Hi!

It is possible. If you define an actualized view and put S at P column in the field that you want to restrict, the problem is solved. After it, you must generate an actualized view of this view (tx se54).

Bye bye!

7 REPLIES 7
Read only

former_member182354
Contributor
0 Likes
1,194

No its not if you are talking about the same table maintainance...

Raghav

Read only

Former Member
0 Likes
1,194

Hi,

Every One can see the table Maintainence Generator at a time But only one person Can maintain it.

Read only

Former Member
0 Likes
1,194

It is not possible. But you can do that using a custom transaction with Table control to maintain the records. But you need to take care of locking for record level using the enque and deque.

Read only

Former Member
0 Likes
1,194

No, it is not possible to change the data, by two users at the same time .

Thanks

Read only

Former Member
0 Likes
1,195

Hi!

It is possible. If you define an actualized view and put S at P column in the field that you want to restrict, the problem is solved. After it, you must generate an actualized view of this view (tx se54).

Bye bye!

Read only

Former Member
0 Likes
1,194

hi,

a multiple read access is standard, but only one person can update (enque logic).

bye

Read only

0 Likes
1,194

Hi!

If the field or group of fields that you have marked as S are key fields you can modify the rows that you have selected. For instance, if you have a table called z_dades and you have two fields (bukrs, bu). You can define bukrs as S and so, you will able to update bu for different bukrs at same time.

Bye