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

changing the AUTH OBJ in table

Former Member
0 Likes
668

hi experts,

I am creating the Z* table, when i am creating the the AUTH obj under the table maintenance generator, it is coming as

S_TABU_DIS, but i want to change this AUTH obj to S_TABU_NAM.

looking forward for your valuable answers.

2 REPLIES 2
Read only

vimalv
Active Participant
0 Likes
550

Hello Konduranil ,

Table Maintenance Generator creates modules and screens to be accessed via transaction SM30.

Since SM30 relies on S_TABU_DIS for Auth checks, no other Auth object is allowed to be selected during TMG generation.

If you observe that field is read only. You could instead control Authourizations with your Auth Groups.

http://help.sap.com/saphelp_erp60_sp/helpdata//EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

Thanks,

Vimal

Read only

RaymondGiuseppi
Active Contributor
0 Likes
550

First read [Note 1516880 - Authorization check for generic table access (S_TABU_NAM)|https://service.sap.com/sap/support/notes/1516880]

The authorization concept for the generic table access using such standard transactions as SE16, SE17, SM30, SM31 or SM34 (or their "proxy" transactions) was previously only bound to the authorization object S_TABU_DIS.

With Note 1481950, the authorization concept

was enhanced with the authorization object S_TABU_NAM that checks the access at table name level:

If a user does not have any S_TAB_DIS authorization for a certain table, the system also checks whether he has an S_TABU_NAM authorization. The access is permitted if the user has an S_TABU_NAM authorization...

Regards,

Raymond