The EDOPROCSTPVART table in SAP ERP or S/4HANA stores eDocument Process Step Variant Description data. There are total 6 fields in EDOPROCSTPVART table. The eDocument Process Step Variant 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 EDOPROCSTPVART table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCSTPVART Table Fields
Following is the list of fields that are available in SAP EDOPROCSTPVART table. The primary key fields of the table are SPRAS (Language Key), 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 |
|---|---|---|---|---|
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| 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 | EDOPROCSTEPVAR | CHAR (10) |
| STEP_VAR_DESC | eDocument Process Step Variant Description | EDOC_PROCSTEP_VAR_DESC | CHAR (30) |


