The EDOPROCSTEPVER table in SAP ERP or S/4HANA stores eDocument Process Step version data. There are total 4 fields in EDOPROCSTEPVER table. The eDocument Process Step version 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 EDOPROCSTEPVER table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCSTEPVER Table Fields
Following is the list of fields that are available in SAP EDOPROCSTEPVER table. The primary key fields of the table are PROCESS (eDocument Process), VERSION (eDocument Process Version), PROCESS_STEP (eDocument Process Step).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PROCESS | eDocument Process | EDOC_PROCESS | EDOPROCESS | CHAR (10) |
| VERSION | eDocument Process Version | EDOC_PROCESS_VERSION | NUMC (4) | |
| PROCESS_STEP | eDocument Process Step | EDOC_PROCESS_STEP | EDOPROCSTEP | CHAR (10) |
| FINAL | Final | EDOC_FINAL | CHAR (1) |


