The EDOFILETYPE table in SAP ERP or S/4HANA stores eDocument: File Types per Country data. There are total 4 fields in EDOFILETYPE table. The eDocument: File Types per Country 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 EDOFILETYPE table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOFILETYPE Table Fields
Following is the list of fields that are available in SAP EDOFILETYPE table. The primary key fields of the table are LAND (eDocument Country/Region), FILE_TYPE (eDocument: File Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LAND | eDocument Country/Region | EDOC_LAND | CHAR (2) | |
| FILE_TYPE | eDocument: File Type | EDOC_FILE_TYPE | CHAR (10) | |
| MIME_TYPE | eDocument: MIME Content Type | EDOC_MIME_TYPE | CHAR (255) | |
| CLSNAME | eDocument Class Name for Source File | EDOC_CLASS_NAME_SOURCE_FILE | CHAR (30) |


