E_CN_TaxInputInvcMng
Extension View of Incoming VAT Invoice
E_CN_TaxInputInvcMng 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. Part of development package GLO_FIN_TAX_INVC_MGMT_COMM_CN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| txi_hdr | Persistence | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #EXTENSION | view | |
| AbapCatalog.sqlViewName | ECNTXIIPTMNG | 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CN_TaxInvcUUID | txi_hdr | invc_uuid |
@VDM.viewType: #EXTENSION
@AbapCatalog.sqlViewName: 'ECNTXIIPTMNG'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Extension View of Incoming VAT Invoice'
@ObjectModel.usageType:{
dataClass: #MASTER,
sizeCategory: #M,
serviceQuality: #A
}
define view E_CN_TaxInputInvcMng
as select from txi_hdr as Persistence
{
key Persistence.invc_uuid as CN_TaxInvcUUID
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA