The EDOPROCSTEPDET table in SAP ERP or S/4HANA stores eDocument Process Step determination data. There are total 7 fields in EDOPROCSTEPDET table. The eDocument Process Step determination 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 EDOPROCSTEPDET table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCSTEPDET Table Fields
Following is the list of fields that are available in SAP EDOPROCSTEPDET table. The primary key fields of the table are MANDT (Client), PROCESS (eDocument Process), VERSION (eDocument Process Version), INTERFACE_ID (Interface), EDOC_TYPE (eDocument Type), SOURCE_TYPE (eDocument Source Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PROCESS | eDocument Process | EDOC_PROCESS | EDOPROCESS | CHAR (10) |
| VERSION | eDocument Process Version | EDOC_PROCESS_VERSION | EDOPROCSTEPVER | NUMC (4) |
| INTERFACE_ID | Interface | EDOC_INTERFACE_ID | EDOINTERFACE | CHAR (30) |
| EDOC_TYPE | eDocument Type | EDOC_TYPE | EDOTYPE | CHAR (10) |
| SOURCE_TYPE | eDocument Source Type | EDOC_SOURCE_TYPE | EDOSRCTYPE | CHAR (10) |
| PROCSTEP | eDocument Process Step | EDOC_PROCESS_STEP | EDOPROCSTEP | CHAR (10) |


