The CFS_STATUS_PROF table in SAP ERP or S/4HANA stores CFS: Additional (Mapping) Data for Status Profile data. There are total 11 fields in CFS_STATUS_PROF table. The CFS: Additional (Mapping) Data for Status Profile 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 CFS_STATUS_PROF table. It is in Status Management Tool for cFolders a. Engineering Documents (CFS_STATUS_MANAGEMENT) ABAP package and is part of the Collaboration Folders (PLM-CFO) module.
SAP CFS_STATUS_PROF Table Fields
Following is the list of fields that are available in SAP CFS_STATUS_PROF table. The primary key fields of the table are CLIENT (Client), PROFILE_ID (Status Profile ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| PROFILE_ID | Status Profile ID | CFS_STATUS_PROFILE_ID | CHAR (32) | |
| ALT_KEY | Status Profile | J_STSMA | CHAR (8) | |
| CREATED_BY | Created By | CFS_CREATED_BY | CHAR (12) | |
| CREATED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) | |
| CHANGED_BY | Changed by | CFS_CHANGED_BY | CHAR (12) | |
| CHANGED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) | |
| APPLICATION | Application for Status Profiles | CFS_APPLICATION | CHAR (3) | |
| COPY_WITH_OBJECT | Status Profile Is Copied with Object | CFS_COPY_WITH_OBJ | CHAR (1) | |
| OBJECT_TYPE | Object ID | CFX_ID | RAW (16) | |
| TEMPLATE | Object Can Be Used as Template | CFX_T_USE_AS_TEMPLATE | CHAR (1) |


