‎2008 Mar 11 9:26 AM
Hello all,
Is it possible to provide an access to multiple user at a single time in table maintenance ?
Rgds,
karthi.
‎2008 May 05 1:30 PM
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!
‎2008 Mar 11 9:39 AM
No its not if you are talking about the same table maintainance...
Raghav
‎2008 Mar 11 9:40 AM
Hi,
Every One can see the table Maintainence Generator at a time But only one person Can maintain it.
‎2008 Mar 11 9:40 AM
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.
‎2008 Mar 11 9:40 AM
No, it is not possible to change the data, by two users at the same time .
Thanks
‎2008 May 05 1:30 PM
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!
‎2008 May 05 1:39 PM
hi,
a multiple read access is standard, but only one person can update (enque logic).
bye
‎2008 May 05 1:51 PM
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