EDOMXINVOICE
eDocument Mexico: eInvoices
EDOMXINVOICE is an SAP database table in S/4HANA. eDocument Mexico: eInvoices. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_MX_eInvoiceDetails | view | from | CONSUMPTION | Data from eInvoice for mexico table |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | edoc_guid | EDOC_GUID | eDocument GUID | |||
| doc_num_prefix | EDOC_MX_ODN_PREFIX | ODN Prefix | ||||
| doc_num | EDOC_MX_DOC_NUMBER | Document Number | ||||
| uuid | EDOC_MX_UUID | UUID | ||||
| timestamp | EDOC_MX_TIMESTAMP | Time Stamp | ||||
| tax_id_of_pac | EDOC_MX_TAX_ID | Tax ID | ||||
| digest_value | EDOC_MX_DIGEST_VALUE | Message Digest | ||||
| trans_id | EDOC_MX_TRANS_ID | TRANS ID | ||||
| canclreasncode | EDOC_MX_CANC_REASN_COD | Cancel Reason Code | ||||
| substitute_uuid | EDOC_MX_SUB_UUID | Substitute UUID |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- eDocument Mexico: eInvoices
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EDOMXINVOICE (
MANDT, -- Client [MANDT]
EDOC_GUID, -- eDocument GUID [EDOC_GUID]
DOC_NUM_PREFIX, -- ODN Prefix [EDOC_MX_ODN_PREFIX]
DOC_NUM, -- Document Number [EDOC_MX_DOC_NUMBER]
UUID, -- UUID [EDOC_MX_UUID]
TIMESTAMP, -- Time Stamp [EDOC_MX_TIMESTAMP]
TAX_ID_OF_PAC, -- Tax ID [EDOC_MX_TAX_ID]
DIGEST_VALUE, -- Message Digest [EDOC_MX_DIGEST_VALUE]
TRANS_ID, -- TRANS ID [EDOC_MX_TRANS_ID]
CANCLREASNCODE, -- Cancel Reason Code [EDOC_MX_CANC_REASN_COD]
SUBSTITUTE_UUID, -- Substitute UUID [EDOC_MX_SUB_UUID]
PRIMARY KEY (MANDT, EDOC_GUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA