Application Development 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: 

Assign Auth group (z_group) to z_tcode

0 Kudos

Hi Guys

I have gone through many blogs regarding how to assign a auth group to z_tcode, but I got more confused.

I have created a T code for sm30 for a specific z table and now only few people have to access this table.

Table name : z_bukrs

T code for sm30 z_bukrs

Auth group : z_st_bkrs

I want to assign the auth group to t code z_bukrs.

any help will do

Thanks.

1 ACCEPTED SOLUTION

0 Kudos

Hi Sandra

Thanks for the reply.

the requirement is, few people should be able to have access to the table.

BR

4 REPLIES 4

Sandra_Rossi
Active Contributor

You assign an authorization group to a maintenance dialog, and then you give authorizations to users both for this authorization group and for the transaction code.

But I don't understand the interest of creating a transaction code for a given table + use an authorization group at the same time. It's double work.

PS: you can't assign directly an authorization group to a transaction code.

0 Kudos

Hi Sandra

Thanks for the reply.

the requirement is, few people should be able to have access to the table.

BR

So? What's the problem with adding transaction code to the roles those "few people" are then given? Is there no security admin in your organization?

P.S. You might want to use more descriptive names. Z_BUKRS could mean anything and the business users have no clue what BUKRS is.

0 Kudos

Thank you Sandra