The EDOACTIONPROCT table in SAP ERP or S/4HANA stores eDocument Process-Specific Action Description data. There are total 5 fields in EDOACTIONPROCT table. The eDocument Process-Specific Action 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 EDOACTIONPROCT table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOACTIONPROCT Table Fields
Following is the list of fields that are available in SAP EDOACTIONPROCT table. The primary key fields of the table are SPRAS (Language Key), PROCESS (eDocument Process), EDOACTION (eDocument Action), ACTION_VARIANT (eDocument: Action Variant).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| PROCESS | eDocument Process | EDOC_PROCESS | EDOPROCESS | CHAR (10) |
| EDOACTION | eDocument Action | EDOC_ACTION | EDOACTION | CHAR (15) |
| ACTION_VARIANT | eDocument: Action Variant | EDOC_ACTION_VARIANT | EDOACTIONPROC | CHAR (10) |
| ACTION_VAR_DESC | eDocument Action Variant Description | EDOC_ACTION_VAR_DESC | CHAR (30) |


