The EDOCUMENTREF table in SAP ERP or S/4HANA stores eDocument: Document Reference data. There are total 3 fields in EDOCUMENTREF table. The eDocument: Document Reference 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 EDOCUMENTREF table. It is in eDocument General (GLO-EDO) ABAP package and is part of the Document Compliance Framework (CA-GTF-CSC-EDO) module.
SAP EDOCUMENTREF Table Fields
Following is the list of fields that are available in SAP EDOCUMENTREF table. The primary key fields of the table are MANDT (Client), EDOC_GUID (eDocument: GUID), REFERENCE_TYPE (eDocument Refrence Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| EDOC_GUID | eDocument: GUID | EDOC_GUID | EDOCUMENT | CHAR (32) |
| REFERENCE_TYPE | eDocument Refrence Type | EDOC_REFERENCE_TYPE | EDOSRCTYPE | CHAR (10) |


