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: 

List of Basis Authorization objects

Former Member
0 Kudos

Hi,

Can anyone please provide me the complete list of basis authorization objects?

Thanks and Regards,

John.

10 REPLIES 10

Former Member
0 Kudos

Hi,

All Basis Authorization objects fall under class BC_A ,BC_Z,BC_C.

So Goto SUIM - > Authorization Objects -> Authorization Object by Complex criteria - > Use BC_A ,BC_Z,BC_C as i/p for Object class -> Execute .

You will get the desired list.

Ajit.

Former Member
0 Kudos

Hi Kalyan,

You can also get the authorization objects information by checking the following table:

1) Goto SE16.

2) Type table name as - AGR_1251

3) Execute and u'll get the required info.

Regards,

Kush

0 Kudos

> 1) Goto SE16.

> 2) Type table name as - AGR_1251

> 3) Execute and u'll get the required info.

I'm sorry, but this is an incorrect answer. Table AGR_1251 holds the non-organizational field values for roles created (objects within roles are in AGR_1250). There is no way to relate any values from this table to basis objects or objects from any other SAP module for that matter. Ajijt's advice is much better.

If you must look into tables directly I suggest you explore table TOBJ. Put the basis class names (or BC*) in selection field OCLSS.

Jurjen

Former Member
0 Kudos

hi,

if you want to get authorization object ,

goto se16 transation,

enter table TACTZ,

and enter trasaction, u willl get transaction wise

k byy

> goto se16 transation,

> enter table TACTZ,

> and enter trasaction, u willl get transaction wise

This is also an incorrect answer. TACTZ is the table that holds activities per object. There's no way to distill basis objects from this table.

Former Member
0 Kudos

go to SU03 transaction

click on BC_A ,BC_Z,BC_C and select list authorizations button or you can double click on each of those classes .

you will get all authorization objects .

cheers,

Rakesh.T

Former Member
0 Kudos

Hi,

Go to SU21 and find the objects under BC_A,BC_C,BC_Z.

Rgds,

Suman

Former Member
0 Kudos

This is the correct answer. It is in an easy format and has field info as well:

Use SE16 and go to table TOBJ to see a list of all auth objects defined in the system. Use field OCLASS to do a dropdown and select by object class. You can also pull up all entries listed and search all objects by field.

0 Kudos

Just curious, why did you repeat (part of) my answer?

Former Member
0 Kudos

It was a long post and I kind of whipped through it. Sorry for the duplication.