SAP Table AGR_DEFINE

Role definition

AGR_DEFINE (Role definition) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link AGR_DEFINE to other SAP tables.

AGR_DEFINE table fields

Field Data element Checktable Datatype Length Decimals
MANDT Client ID SYMANDT T000 CLNT 3 0
AGR_NAME Role Name AGR_NAME CHAR 30 0
PARENT_AGR Name of imparting role PAR_AGR AGR_DEFINE CHAR 30 0
CREATE_USR User Name SYUNAME CHAR 12 0
CREATE_DAT Date of menu generation MENU_DATE DATS 8 0
CREATE_TIM Time when the menu was generated last MENU_TIME TIMS 6 0
CREATE_TMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMP DEC 15 0
CHANGE_USR User Name SYUNAME CHAR 12 0
CHANGE_DAT Date of menu generation MENU_DATE DATS 8 0
CHANGE_TIM Time when the menu was generated last MENU_TIME TIMS 6 0
CHANGE_TMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMP DEC 15 0
ATTRIBUTES Attributes of the menu MENU_ATTR CHAR 10 0

AGR_DEFINE foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
AGR_DEFINE MANDT AGR_DEFINE MANDT T000 Clients MANDT
AGR_DEFINE PARENT_AGR AGR_DEFINE MANDT AGR_DEFINE Role definition MANDT
AGR_DEFINE PARENT_AGR AGR_DEFINE PARENT_AGR AGR_DEFINE Role definition AGR_NAME