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

Table maintenance without SM30 Access

Former Member
0 Likes
4,087

Dear Experts,

Req : Without SM30 access, need to maintain ( create entries/edit/ display) table.

Note : I have referred all existing threads which suggests tcode for SM30 and FM VIEW_MAINTENANCE_CALL.

I have tried both. But both are asking for SM30 access when i see SU53. Is it possible? Am i missing anything?Pls suggest possible ways.

Thanks!

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
2,207

Ishwarya,

Did you try maintaining the delivery class as C and Data Browser/Table View Maint. as Display / Maintenance Allowed, in Delivery and Maintenance Tab of SE11.

That will let us maintain the entries from SE11 itself.Not necessary that we need to have TMG.TMG is required if you want the data to be maintained by the User itself as the User will not be having access to SE11.

K.Kiran.

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,207

As far as I can see, VIEW_MAINTENANCE_CALL only checks S_TABU_* authorization objects. Check twice. Do an authorization trace (ST01 or STAUTHTRACE). Etc.

But why do you want to get around the SM30 authorization, it sounds like no sense... If one user needs to maintain a table, give him a role with SM30 + other authorizations to limit to given tables...

Read only

RaymondGiuseppi
Active Contributor
2,207

Why do you want to bypass authority-check?