The CMS_PCN_CR table in SAP ERP or S/4HANA stores Change Requests data. There are total 20 fields in CMS_PCN_CR table. The Change Requests 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 CMS_PCN_CR table. It is in Process Control (CMS_PROCESS) ABAP package and is part of the Collateral Management System (FS-CMS) module.
SAP CMS_PCN_CR Table Fields
Following is the list of fields that are available in SAP CMS_PCN_CR table. The primary key fields of the table are MANDT (Client), CR_GUID (Change Request Primary Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| CR_GUID | Change Request Primary Key | CMS_DTE_PCN_CR_GUID | RAW (16) | |
| PROC_OBJ | Process Object | CMS_DTE_PCN_PROC_OBJ | * | CHAR (6) |
| OBJECT_ID | Object Identifier of Change Request | CMS_DTE_PCN_OBJECT_ID | RAW (16) | |
| INT_STATUS | Change Request Internal Status | CMS_DTE_PCN_CR_INT_STATUS | CHAR (2) | |
| REL_STATUS | Change Request Release Status | CMS_DTE_PCN_CR_REL_STATUS | CHAR (2) | |
| PROC_CKY | Process Control Key | CMS_DTE_PCN_PROC_CKY | CHAR (10) | |
| CR_TYPE | Change Request Type | CMS_DTE_PCN_CR_TYP | * | CHAR (6) |
| CR_INT_REF_ID | Change Request Internal Reference ID | CMS_DTE_PCN_CR_INT_REF_ID | CHAR (40) | |
| CR_EXT_REF_ID | Change Request External Reference ID | CMS_DTE_PCN_CR_EXT_REF_ID | CHAR (40) | |
| CR_DATE | Date on which Change Request was Sent or Received | CMS_DTE_PCN_CR_DATE | DATS (8) | |
| CR_EFF_DATE | Date from which Change Request becomes Effective | CMS_DTE_PCN_CR_EFF_DATE | DATS (8) | |
| SNDR_RCVR | Change Request Sender or Receiver | CMS_DTE_PCN_CR_SNDR_RCVR | CHAR (60) | |
| OWNER | Change Request Processor | CMS_DTE_PCN_CR_OWNER | USR02 | CHAR (12) |
| NOTE | Change Request Note | CMS_DTE_PCN_CR_NOTE | CHAR (60) | |
| CREATED_BY | Login ID of the User who created the Record | CMS_DTE_USER | CHAR (12) | |
| CREATED_AT | Creation Timestamp | CMS_DTE_CREATED_AT | DEC (15) | |
| CHANGED_BY | Last Changed By | CMS_DTE_LAST_CHNG_USER | CHAR (12) | |
| CHANGED_AT | Change Timestamp | CMS_DTE_CHANGED_AT | DEC (15) | |
| SOURCEOFENTRY | Source of Entry | CMS_DTE_SOURCE_OF_ENTRY | CHAR (32) |


