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

Authority Object Table name

Former Member
0 Likes
2,428

Hi All,

is there any method to find out the Authority object Relation to table-field name.,like M_MATE_WRK has relation with fieldname WERKS in table MARA.

I dnt want to use and custom authorization and link with it any table.

Regards,

Anuj jain

9 REPLIES 9
Read only

Former Member
0 Likes
1,922

Hi,

Have a look at table TOBJ...

Hope it helps,

kr,

m.

Read only

Former Member
0 Likes
1,922

Thanks Manu,

But it doesn't have any link with table name..

Regards,

Anuj

Read only

0 Likes
1,922

Table TOBJ will have authorization object and its fields.

They cannot be linked with table because , one field can be used in many tables.

In your case WERKS can be found in MARA,MARC,MARD etc...

Table USOBT is also useful.

Read only

Former Member
0 Likes
1,922

Dear Gautam,

Agree with you as many table can be linked with this but in this case i want all these linked tables...is this possible ?

For Tables Ref i have this link whose tables i used already for my requirement.

http://abaplovers.blogspot.com/2008/07/sap-authorization-objects-tables.html

Regards,

Anuj

Read only

0 Likes
1,922

Hi,

Well, then you could retrieve all tables that are using the field with DD03L...

Kr,

m.

Read only

Former Member
0 Likes
1,922

Dear ,

I want Field - table- authorization object relation if M_MATE_WRK related to WERKS in table MARC it doesn't means it'll effect all table data whose have werks as a field ,

Only authority object linked with tcode or program will effect linked tables. Checked in table USOBT.

Reagrds,

Anuj jain.

Read only

0 Likes
1,922

Did you check with UST12

Read only

Former Member
0 Likes
1,922

Thanks Keshav ,

Table UST12 will be usefull for me but now major reqiuerment is relationship between tables n fields n authority object.

Regards,

Anuj jain

Read only

Former Member
0 Likes
1,922

resolved