SAP AGR_TIMEC Time Stamp for Role (User Assignment) Table
Overview
AGR_TIMEC is a standard SAP S/4HANA table that stores Time Stamp for Role (User Assignment) data. There are total 12 fields in the AGR_TIMEC table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table AGR_TIMEC belongs to ABAP Authorization and Role Management (BC-SEC-AUT-PFC) module and is located in the package ABAP Role Administration (Profile Generator) (S_PROFGEN).
In addition, following links provide an overview of foreign key relationships, if any, that link AGR_TIMEC to other SAP tables and standard CDS views available based on AGR_TIMEC table in S/4HANA 2020.
Techincal Settings of AGR_TIMEC
Below are technical details of the table AGR_TIMEC
- Buffering allowed but switched off
- Full table is passed to buffer
- Storage type is Column Store
List of AGR_TIMEC Fields
The following table gives you an overview of the fields available in AGR_TIMEC
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client ID | SYMANDT | T000 | CLNT | 3 |
| AGR_NAME | Role Name | AGR_NAME | AGR_DEFINE | CHAR | 30 |
| AGR_TYPE | Time Stamp for Role (User Assignment) | AGR_TIME_C | 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 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for AGR_TIMEC
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| AGR_TIMEC | AGR_NAME | 1: CN | AGR_DEFINE |
| AGR_TIMEC | MANDT | 1: CN | T000 |