The AGR_HIERT3 table in SAP ERP or S/4HANA stores Role menu texts – SAP Original data. There are total 6 fields in AGR_HIERT3 table. The Role menu texts – SAP Original 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_HIERT3 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_HIERT3 Table Fields
Following is the list of fields that are available in SAP AGR_HIERT3 table. The primary key fields of the table are MANDT (Client ID), AGR_NAME (Role Name), SPRAS (Language of menu texts), OBJECT_ID (Counter for Menu ID).
| 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) |
| SPRAS | Language of menu texts | MENU_SPRAS | T002 | LANG (1) |
| OBJECT_ID | Counter for Menu ID | MENU_NUM_8 | AGR_HIER3 | NUMC (8) |
| TEXT | Text of Menu Option | SSM_TITLE | CHAR (80) | |
| DESCRIPTION | Long Text for Menu Option | MENU_LONGTEXT | CHAR (255) |


