‎2008 Jun 09 6:13 AM
Hi ,
My client has a Custome table for which various maintenance views have been created.
The user wants to have simultaneous access to update the view. is it possible to do so? if yes then how?
‎2008 Jun 09 6:21 AM
Hi,
It is possible but u have to design a module pool program with the table control wizard to do this.
because in Table Maintainence generator it uses exclusive lock on table.
So it is not possible to do so.
You have to use shard lock in your code.
Revert back if u need further clarification.
Regards
Sandipan
‎2008 Jun 09 6:35 AM
Hai,
I think its not possible to update STD View without access key.
So you can do one Z - view for that Customer Table.
In SE11 ---> 2nd radio button (View) -
> 3rd option Maintenance View -
> Give the Description and Table name -
> Choose View filds -
> Utilites -
> Table maintenance Genatoer -
> give the Z Function Group name and create the maintenance view..
Thanks,
Durai.V
‎2008 Jun 09 11:48 AM