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

Simultaneous access for Table Maintenance

Former Member
0 Likes
500

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?

3 REPLIES 3
Read only

Former Member
0 Likes
478

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

Read only

Former Member
0 Likes
478

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

Read only

Former Member
0 Likes
478

Can I use a Screen Exit to achieve the same?