The CFX_C_DOCTYPE table in SAP ERP or S/4HANA stores Document-Type Dependent Customizing Settings data. There are total 4 fields in CFX_C_DOCTYPE table. The Document-Type Dependent Customizing Settings 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 CFX_C_DOCTYPE table. It is in Customizing for cFolders backend integration (CFX_BI_0C) ABAP package and is part of the Cross-Application Components (CA) module.
SAP CFX_C_DOCTYPE Table Fields
Following is the list of fields that are available in SAP CFX_C_DOCTYPE table. The primary key fields of the table are MANDT (Client), BACKEND_NAME (cFolders Name), DOCUMENT_TYPE (Document Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| BACKEND_NAME | cFolders Name | CFX_BI_B_NAME | CFX_CFOLDERS | CHAR (40) |
| DOCUMENT_TYPE | Document Type | CFX_BI_T_DOCUMENT_TYPE | TDWA | CHAR (3) |
| DOC_STAT_EXPORTE | Document Status of Exported Document | CFX_BI_T_DOC_STAT_EXPORTED | TDWS | CHAR (2) |


