The EDOPROCESST table in SAP ERP or S/4HANA stores eDocument Process description data. There are total 3 fields in EDOPROCESST table. The eDocument Process description 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 EDOPROCESST table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCESST Table Fields
Following is the list of fields that are available in SAP EDOPROCESST table. The primary key fields of the table are SPRAS (Language Key), PROCESS (eDocument Process).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| PROCESS | eDocument Process | EDOC_PROCESS | EDOPROCESS | CHAR (10) |
| PROCDESC | eDocument Process Description | EDOC_PROCDESC | CHAR (30) |


