The EDOPROCSTATUS table in SAP ERP or S/4HANA stores eDocument: Process Status data. There are total 2 fields in EDOPROCSTATUS table. The eDocument: Process Status 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 EDOPROCSTATUS table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCSTATUS Table Fields
Following is the list of fields that are available in SAP EDOPROCSTATUS table. The primary key fields of the table are EDOC_TYPE (eDocument Type), PROC_STATUS (eDocument Process Status).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| EDOC_TYPE | eDocument Type | EDOC_TYPE | EDOTYPE | CHAR (10) |
| PROC_STATUS | eDocument Process Status | EDOC_STATUS | CHAR (10) |


