cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About Role vs Tcode and Object matrix

0 Likes
889

Hi Experts,

I need to have a matrix which will show the combination... role name, transactions and authorization objects + value for that role. how to do that ? There is a table called agr_1251 into which I can get all authorization objects and their values. But the objects are not mapped with relevant transactions (where used list). Can you please help me if anybody having idea ?

Accepted Solutions (0)

Answers (1)

Answers (1)

jurjen_heeck
Active Contributor

I suspect you're looking for something that does not exist. Authorization objects are not mapped to transactions. If you start a transaction the authorization checks will be performed against all roles held by a user, regardless of which one contains the actual transaction.

You can try to link the objects in AGR_1251 to transactions using the customer tables that contain the PFCG proposal values (USOBX_C & USOBT_C) but that will probably not be complete.