The AGR_TIMED table in SAP ERP or S/4HANA stores Time Stamp for Role (Profile Comparison, RFC Distribution) data. There are total 12 fields in AGR_TIMED table. The Time Stamp for Role (Profile Comparison, RFC Distribution) table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of AGR_TIMED table. It is in ABAP Role Administration (Profile Generator) (S_PROFGEN) ABAP package and is part of the ABAP Authorization and Role Management (BC-SEC-AUT-PFC) module.
SAP AGR_TIMED Table Fields
Following is the list of fields that are available in SAP AGR_TIMED table. The primary key fields of the table are MANDT (Client ID), AGR_NAME (Role Name), AGR_TYPE (Time Stamp for Role (Profile Comparison, RFC Distribution)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client ID | SYMANDT | T000 | CLNT (3) |
| AGR_NAME | Role Name | AGR_NAME | AGR_DEFINE | CHAR (30) |
| AGR_TYPE | Time Stamp for Role (Profile Comparison, RFC Distribution) | AGR_TIME_D | CHAR (10) | |
| CREATE_USR | User Name | SYUNAME | CHAR (12) | |
| CREATE_DAT | Date of menu generation | MENU_DATE | DATS (8) | |
| CREATE_TIM | Time when the menu was generated last | MENU_TIME | TIMS (6) | |
| CREATE_TMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | RSTIMESTMP | DEC (15) | |
| CHANGE_USR | User Name | SYUNAME | CHAR (12) | |
| CHANGE_DAT | Date of menu generation | MENU_DATE | DATS (8) | |
| CHANGE_TIM | Time when the menu was generated last | MENU_TIME | TIMS (6) | |
| CHANGE_TMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | RSTIMESTMP | DEC (15) | |
| ATTRIBUTES | Attributes of the menu | MENU_ATTR | CHAR (10) |


