The EDOPROCFLAGASG table in SAP ERP or S/4HANA stores eDocument Process Status Flag Position Assignment data. There are total 5 fields in EDOPROCFLAGASG table. The eDocument Process Status Flag Position Assignment 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 EDOPROCFLAGASG table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOPROCFLAGASG Table Fields
Following is the list of fields that are available in SAP EDOPROCFLAGASG table. The primary key fields of the table are PROCESS (eDocument Process), PROC_VERSION (eDocument Process Version), STAT_POS (eDocument Process Status Flag Position).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PROCESS | eDocument Process | EDOC_PROCESS | EDOPROCESS | CHAR (10) |
| PROC_VERSION | eDocument Process Version | EDOC_PROCESS_VERSION | EDOPROCSTEPVER | NUMC (4) |
| STAT_POS | eDocument Process Status Flag Position | EDOC_PROC_STAT_POS | NUMC (2) | |
| STAT_FLAG | eDocument Process Status Flag Name | EDOC_PROC_STAT_FLAG | EDOPROCSTAFLAG | CHAR (20) |
| COMM_DONE | Communication Done | EDOC_COMM_DONE | CHAR (1) |


