E_CN_TaxInputInvoiceItem
Extension of Incoming VAT Invoice Item
E_CN_TaxInputInvoiceItem is a Extension CDS View that provides data about "Extension of Incoming VAT Invoice Item" in SAP S/4HANA. It reads from 1 data source (txi_itm) and exposes 2 fields with key fields TaxInvoiceItemUUID, CN_TaxInvcUUID. Part of development package GLO_FIN_TAX_INVC_MGMT_COMM_CN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| txi_itm | Persistence | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #EXTENSION | view | |
| AbapCatalog.sqlViewName | ECNTXIIPTITM | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Extension of Incoming VAT Invoice Item | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
@VDM.viewType: #EXTENSION
@AbapCatalog.sqlViewName: 'ECNTXIIPTITM'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Extension of Incoming VAT Invoice Item'
@ObjectModel.usageType:{
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #A
}
define view E_CN_TaxInputInvoiceItem
as select from txi_itm as Persistence
{
key Persistence.invc_item_uuid as TaxInvoiceItemUUID,
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