E_CN_TaxInputInvc

DDL: E_CN_TAXINPUTINVC SQL: ECNTXIIPT Type: view EXTENSION

Extension View of Incoming VAT Invoice

E_CN_TaxInputInvc is a Extension CDS View that provides data about "Extension View of Incoming VAT Invoice" in SAP S/4HANA. It reads from 1 data source (txi_hdr) and exposes 1 field with key field CN_TaxInvcUUID.

Data Sources (1)

SourceAliasJoin Type
txi_hdr Persistence from

Annotations (8)

NameValueLevelField
VDM.viewType #EXTENSION view
AbapCatalog.sqlViewName ECNTXIIPT view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Extension View of Incoming VAT Invoice view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CN_TaxInvcUUID txi_hdr invc_uuid Invoice UUID

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_CN_TaxInputInvc.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ECNTXIIPT

CREATE VIEW E_CN_TaxInputInvc AS
SELECT
  Persistence.invc_uuid AS CN_TaxInvcUUID
FROM txi_hdr AS Persistence
;