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

SAP GRC: AGR_1251 for back-end systems

lukaszbrzyski
Explorer
0 Likes
818

Dear all,

is there any table (table combination), that will show AGR_1251 values for back-end menu roles?

I was searching forum but I could not find an answer.

Best regards,

Lukasz

Accepted Solutions (0)

Answers (2)

Answers (2)

lukaszbrzyski
Explorer
0 Likes

Thanks Ramesh,

table you have mentioned is related more to I guess AGR_1252, than AGR_1251 and I think the correct table in this example is:

GRACROLEORGFLD

The one provided by you does not have any records.

I still cannot find AGR_1251 for plugin system, I keep question open.

RameshVithanala
Active Participant
0 Likes

Hi Lukasz,

There is no single table in GRC to get the AGR_1251 information from the plugin system.

You have to leverage the following two GRC tables

GRACRLFLDVAL_STG & GRACRLCONN

You need to get the ROLE_ID from the GRACRLCONN table and insert in the table for the ROLEID field in GRACRLFLDVAL_STG then the count will match between AGR_1251 and

GRACRLFLDVAL_STG

Thanks

Ramesh