The EDOPROCSTEPVAR table in SAP ERP or S/4HANA stores eDocument Process Step Variant data. There are total 4 fields in EDOPROCSTEPVAR table. The eDocument Process Step Variant 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 EDOPROCSTEPVAR table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCSTEPVAR Table Fields
Following is the list of fields that are available in SAP EDOPROCSTEPVAR table. The primary key fields of the table are PROCESS (eDocument Process), VERSION (eDocument Process Version), PROCESS_STEP (eDocument Process Step), STEP_VARIANT (eDocument Process Step Variant).
| 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) |
| STEP_VARIANT | eDocument Process Step Variant | EDOC_PROC_STEP_VARIANT | CHAR (10) |


