SAP table AGR_DEFINE (Role definition)

SAP table AGR_DEFINE has 2 primary key fields being MANDT,AGR_NAME.

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 Role Name CHAR 30 0 AGR_NAME
PARENT_AGR Name of imparting role CHAR 30 0 AGR_DEFINE PAR_AGR
CREATE_USR User Name CHAR 12 0 SYUNAME
CREATE_DAT Date of menu generation DATS 8 0 MENU_DATE
CREATE_TIM Time when the menu was generated last TIMS 6 0 MENU_TIME
CREATE_TMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) DEC 15 0 RSTIMESTMP
CHANGE_USR User Name CHAR 12 0 SYUNAME
CHANGE_DAT Date of menu generation DATS 8 0 MENU_DATE
CHANGE_TIM Time when the menu was generated last TIMS 6 0 MENU_TIME
CHANGE_TMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) DEC 15 0 RSTIMESTMP
ATTRIBUTES Attributes of the menu CHAR 10 0 MENU_ATTR

AGR_DEFINE foreign key relationships

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