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

How to create an authorization group ???

Former Member
0 Likes
53,129

Hi

I know how to assign Authorization group for tables and report (program) but not how to create them... Is there a transaction code for it ?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
22,204

For tables & views the auth. group is maintained through the maintenance view V_BRG_54. Associated t-code for this is SM30V_BRG.

Auth. groups for programs can be maintained by RSCSAUTH.

BR,

Suhas

Edited by: Suhas Saha on Apr 27, 2010 10:39 AM

6 REPLIES 6
Read only

Former Member
0 Likes
22,204

Hello,

You can use se54 to create an authorization group.

Regards

Greg Kern

Read only

Former Member
0 Likes
22,204

Hi,

Transaction code SU21 you can maintain authorization object,

Transaction code SU20 you can maintain Authorization fields.

Regrads and Best wishes.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
22,205

For tables & views the auth. group is maintained through the maintenance view V_BRG_54. Associated t-code for this is SM30V_BRG.

Auth. groups for programs can be maintained by RSCSAUTH.

BR,

Suhas

Edited by: Suhas Saha on Apr 27, 2010 10:39 AM

Read only

Former Member
22,204

Hi,

Go to SE54 transaction and you will find a radio button named " AUTHORIZATION GROUP" select that and create the auhtorization group.

Create a new entry in that by specifying the Group name and just save it. Now the created Authorization group can be seen in TPGP table.

Regards,

Dhanalakshmi

Read only

Former Member
0 Likes
22,204

To create an authorization group of a table you can go to se11.. give table name.. and change...

Then go to Utilities --> Table Maintainance Generator....

Read only

Former Member
0 Likes
22,204

Thanks to all for answering