The CRD_ASSIGN table in SAP ERP or S/4HANA stores Credential Assignments data. There are total 6 fields in CRD_ASSIGN table. The Credential Assignments 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 CRD_ASSIGN table. It is in Credentialing: Master Data (CRDMDA) ABAP package and is part of the Incentive and Commission Management (ICM) (ICM) module.
SAP CRD_ASSIGN Table Fields
Following is the list of fields that are available in SAP CRD_ASSIGN table. The primary key fields of the table are MANDT (Client), APPL (Credentialing Application (CRD)), CRD_AS_ID (ID for Credential Assignment), CRD_TYPE (Credential Type), CRD_DESC (Credential Description).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| APPL | Credentialing Application (CRD) | CRDAPPL | * | CHAR (6) |
| CRD_AS_ID | ID for Credential Assignment | CRDASGID | CHAR (20) | |
| CRD_TYPE | Credential Type | CRDTYPE | * | CHAR (5) |
| CRD_DESC | Credential Description | CRD_DESC | * | CHAR (20) |
| PARTNER_ID | Partner for CRD | CRDPARTNER | CHAR (10) |


