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

Making Table Editable For Only One User

Former Member
0 Likes
854

Hi all,

I have a table. I want to make this table editable for only one user with se16n or another tcode manually. How can i do this? With Table Maintenance Generator ? And how?

And another question is what Assign Authorization Group is ? When i have to use this menu ?

Thx,

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
735

Hi,

Cretae a table maintenance with required authorization object (Functional/Basis can tell the object name). Give the authorization to the user to whom you want to give edit access.

For display purpose fr other users, you can create a parameter transaction(SE93) for SE16 with view name as your table name.

Hope this will resolve your issue.

Thanks,

Vinod.

Read only

Former Member
0 Likes
735

Hi ,

Please search SDN on this , there are many threads avaliable on this.

Anyway , Table maintenence generator is used to maintain records for database tables.

And based on authorization group you can ristrict the group users that work on this TMG.

Hence, your requirement can be achived.

Search SDN to know more.

Read only

Former Member
0 Likes
735

Solved,

Thx,