The AGRDIST_CONTENT table in SAP ERP or S/4HANA stores Role Distribution: Content data. There are total 5 fields in AGRDIST_CONTENT table. The Role Distribution: Content 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 AGRDIST_CONTENT table. It is in Role Distribution with Download and Upload (S_PROFGEN_DIST) ABAP package and is part of the ABAP Authorization and Role Management (BC-SEC-AUT-PFC) module.
SAP AGRDIST_CONTENT Table Fields
Following is the list of fields that are available in SAP AGRDIST_CONTENT table. The primary key fields of the table are MANDT (Client), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CONTENTTYPE (Type of Content), AGR_NAME (Role Name), COUNTER (Four-digit number).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MANDT | Client | MANDT | CLNT (3) | |
TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
CONTENTTYPE | Type of Content | AGRDIST_CONTENTTYPE | CHAR (4) | |
AGR_NAME | Role Name | AGR_NAME | CHAR (30) | |
COUNTER | Four-digit number | NUM4 | NUMC (4) |