The EDOMATCH table in SAP ERP or S/4HANA stores eDocument Match: Document Matches data. There are total 6 fields in EDOMATCH table. The eDocument Match: Document Matches 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 EDOMATCH table. It is in eDocument Inbound (GLO-EDO-IB) ABAP package and is part of the Document Compliance Brazil (CA-GTF-CSC-EDO-BR) module.
SAP EDOMATCH Table Fields
Following is the list of fields that are available in SAP EDOMATCH table. The primary key fields of the table are MANDT (Client), EDOC_GUID (eDocument: GUID), MATCH_GUID (eDocument Match: Match GUID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| EDOC_GUID | eDocument: GUID | EDOC_GUID | EDOCUMENT | CHAR (32) |
| MATCH_GUID | eDocument Match: Match GUID | EDOC_MATCH_GUID | CHAR (32) | |
| MATCH_TYPE | eDocument Match: Type | EDOC_MATCH_TYPE | CHAR (20) | |
| MATCH_ID | eDocument Match: ID | EDOC_MATCH_ID | CHAR (50) | |
| SOURCE_ID | eDocument Match: Source ID | EDOC_MATCH_SOURCE_ID | INT4 (10) |


