SAP table AGR_AGRS (Roles in Composite Roles)

SAP table AGR_AGRS has 3 primary key fields being MANDT,AGR_NAME,CHILD_AGR.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client ID CLNT 3 0 T000 SYMANDT
AGR_NAME Composite role CHAR 30 0 AGR_DEFINE AGR_NAME_C
CHILD_AGR Single Role in Composite Role CHAR 30 0 AGR_DEFINE CHILD_AGR
ATTRIBUTES Assignment active CHAR 10 0 ACTIVE_FLG

AGR_AGRS foreign key relationships

Table Field Check Table Check Field
0 AGR_AGRS AGR_NAME AGR_DEFINE Role definition MANDT
0 AGR_AGRS AGR_NAME AGR_DEFINE Role definition AGR_NAME
1 AGR_AGRS CHILD_AGR AGR_DEFINE Role definition MANDT
1 AGR_AGRS CHILD_AGR AGR_DEFINE Role definition AGR_NAME
0 AGR_AGRS MANDT T000 Clients MANDT