The COCF_CU_SRTYPE table in SAP ERP or S/4HANA stores Shift Report Type – Definition data. There are total 9 fields in COCF_CU_SRTYPE table. The Shift Report Type – Definition 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 COCF_CU_SRTYPE table. It is in Order and Confirmation Data (COCF) ABAP package and is part of the Production Orders (PP-SFC) module.
SAP COCF_CU_SRTYPE Table Fields
Following is the list of fields that are available in SAP COCF_CU_SRTYPE table. The primary key fields of the table are MANDT (Client).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| NO_GAPS | Shift Reports Without Gaps | COCF_CU_SR_NOGAPS | CHAR (1) | |
| USE_SIGN | Use Digital Signature | COCF_CU_SR_USESIGN | CHAR (1) | |
| SIGN_STRATEGY | Signature Strategy | SIGNSTRAT | TC85 | CHAR (8) |
| VERIFY_SIGN | Always Check Document When Loading | COCF_CU_SR_VERIFY_SIGN | CHAR (1) | |
| ONE_REP | Only One Active Shift Report Allowed | COCF_CU_SR_ONEREP | CHAR (1) | |
| USE_BUTTON_MAIL | Display ‘Send E-Mail’ Function Key | COCF_CU_SRN_USE_MAIL | CHAR (1) | |
| ORIGIN | Origin or Use of Shift Note or Report | COCF_SRN_ORIGIN | NUMC (2) | |
| PROTECT_PDF | Prohibit Changes to PDF Documents | COCF_PROTECT_PDF | CHAR (1) |


