TXI_HDR
China Tax Invoice Header
TXI_HDR is an SAP database table in S/4HANA. China Tax Invoice Header. It contains 6 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_CN_TaxInputInvc | view | from | EXTENSION | Extension View of Incoming VAT Invoice |
| E_CN_TaxInputInvcMng | view | from | EXTENSION | Extension View of Incoming VAT Invoice |
| I_CN_GoldenTaxInvoiceBasic | view | from | BASIC | China Golden Tax Invoice Header |
| P_CN_TaxInputInvc | view | from | BASIC | Incoming VAT Invoice |
| P_CN_TaxInputInvoiceItem | view | inner | BASIC | Incoming VAT Invoice Item |
Fields (6)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | invc_uuid | ficntaxinvc_uuid | Invoice UUID | |||
| invc_code | ficntaxinvc_code | VAT Invoice Code | ||||
| invc_nmbr | ficntaxinvc_nmbr | VAT Invoice No. | ||||
| invc_blue_nmbr | ficntaxinvc_blue_invc_nmbr | |||||
| _dataaging | data_temperature | Data Aging |
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.
-- China Tax Invoice Header
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TXI_HDR (
MANDT, -- Client [mandt]
INVC_UUID, -- Invoice UUID [ficntaxinvc_uuid]
INVC_CODE, -- VAT Invoice Code [ficntaxinvc_code]
INVC_NMBR, -- VAT Invoice No. [ficntaxinvc_nmbr]
INVC_BLUE_NMBR, -- ficntaxinvc_blue_invc_nmbr
_DATAAGING, -- Data Aging [data_temperature]
PRIMARY KEY (MANDT, INVC_UUID)
);
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