EDOKRHOMETAX
Data from Home Tax
EDOKRHOMETAX is an SAP database table in S/4HANA. Data from Home Tax. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_KR_ElectronicDocHomeTaxData | view_entity | from | BASIC | eDocument KR Data from Home Tax |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | bukrs | bukrs | Company Code | |||
| KEY | bupla | bupla | Business place | |||
| KEY | apprvl_no | edoc_kr_apprvl_no | Approval Number | |||
| tax_base_amt | edoc_kr_tax_base | Tax Base | ||||
| tax_amount | edoc_kr_tax_amt | Tax Amount | ||||
| amount | edoc_kr_amount | Total Amount | ||||
| waers | waers | Currency | ||||
| invoice_date | edoc_tax_invoice_date | Tax Inv Date | ||||
| customer | kunnr | Customer | ||||
| supplier | lifnr | Supplier |
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.
-- Data from Home Tax
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EDOKRHOMETAX (
MANDT, -- Client [mandt]
BUKRS, -- Company Code [bukrs]
BUPLA, -- Business place [bupla]
APPRVL_NO, -- Approval Number [edoc_kr_apprvl_no]
TAX_BASE_AMT, -- Tax Base [edoc_kr_tax_base]
TAX_AMOUNT, -- Tax Amount [edoc_kr_tax_amt]
AMOUNT, -- Total Amount [edoc_kr_amount]
WAERS, -- Currency [waers]
INVOICE_DATE, -- Tax Inv Date [edoc_tax_invoice_date]
CUSTOMER, -- Customer [kunnr]
SUPPLIER, -- Supplier [lifnr]
PRIMARY KEY (MANDT, BUKRS, BUPLA, APPRVL_NO)
);
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