The AGR_MAPP table in SAP ERP or S/4HANA stores MiniApps in Role data. There are total 5 fields in AGR_MAPP table. The MiniApps in Role 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_MAPP 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_MAPP Table Fields
Following is the list of fields that are available in SAP AGR_MAPP table. The primary key fields of the table are MANDT (Client ID), AGR_NAME (Role Name), APPNAME (MiniApp Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client ID | SYMANDT | * | CLNT (3) |
| AGR_NAME | Role Name | AGR_NAME | AGR_DEFINE | CHAR (30) |
| APPNAME | MiniApp Name | AGRMINIAP | SW3M_ADMIN | CHAR (30) |
| PRIORITY | Priority of a MiniApp | MINI_PRIO | INT1 (3) | |
| ATTRIBUTES | Attributes of the menu | MENU_ATTR | CHAR (10) |


