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

Give access standard table

Former Member
0 Likes
1,390

Hi,

I want to give access only one table that is standard table:mara for particular user.how to proceed for the same.

Thanku

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,347

Hi harshit,

You may try with SE16(if allowed) display along with Authorization group : MA in S_TABU_DIS object.

Rgds,

Gadde

Hi,

I want to give access only one table that is standard table:mara for particular user.how to proceed for the same.

Thanku

10 REPLIES 10
Read only

Former Member
0 Likes
1,347

This is a standerd table and to tamper it you need to get Access key from Sap .You needto go to service market place and have the developer key for that.

Service.sap.com>>>>>>keys &request>>>>>>>and then have the key form sap.

Thank

Rishi Abrol

Read only

0 Likes
1,347

Hi,

Just I want to give access means he want to execute only one table i.e:mara,i dont give acces to any other table for particular user.how to proceed for the same.

Thanku

Read only

0 Likes
1,347

Hi,

I think if you want authoorization to access mara .You need to activate the Authorization trace in ST01 and then try to access the tabel Mara then stop the trace and check which all authorization object are called by reading the trace logs and then give those authorization object in role and assign that to the user.

Thanks

Rishi Abrol

Read only

0 Likes
1,347

Search the security forum for "parameter transaction". This allows you to create a clone of for instance SE16, but without the initial selection screen so it will only open with your predefined table.

Read only

Former Member
0 Likes
1,348

Hi harshit,

You may try with SE16(if allowed) display along with Authorization group : MA in S_TABU_DIS object.

Rgds,

Gadde

Read only

0 Likes
1,347

> You may try with SE16(if allowed) display along with Authorization group : MA in S_TABU_DIS object.

Which will allow access to MARA and (in my system) 645 other tables......

Read only

0 Likes
1,347

Our close coordinator has need to update TVARV table but no other SA auth group tables. Is there a way to do this? We curently have all SA auth group tables locked down with security. I understant that granting S_TABU_DIS actvity 01 02 to auth group SA would open up other SA tables. I do not want that. I want access for the user only to TVARV tables. How can it be done?

Regards

Read only

0 Likes
1,347

Use transaction VARCH and then forget about S_TABU_DIS.

Cheers,

Julius

Read only

0 Likes
1,347

Hallo.

How do you use VARCH transaction instead of S_TABU_DIS on SE16 ?

Thanks.

Mario

Read only

0 Likes
1,347

VARCH lets you maintain the variant attributes and value data, but you are correct --> it does not let you define variables and values.

I checked and actually could not find any application transaction or function which maintains the variables, other than via the view to TVARV or SE16 directly on them.

So yes, S_TABU_DIS is needed. Thanks for correcting me! Hope that wasn't bad news for you..

Cheers,

Julius