I_BPCustomerTaxIndicator
BP Customer Tax Indicator Active Data
I_BPCustomerTaxIndicator is a Basic CDS View that provides data about "BP Customer Tax Indicator Active Data" in SAP S/4HANA. It reads from 1 data source (knvi) and exposes 5 fields with key fields Customer, DepartureCountry, CustomerTaxCategory. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| knvi | knvi | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Customer | _Customer | $projection.Customer = _Customer.Customer |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | BP Customer Tax Indicator Active Data | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | kunnr | ||
| KEY | DepartureCountry | aland | ||
| KEY | CustomerTaxCategory | tatyp | ||
| CustomerTaxClassification | taxkd | |||
| _Customer | _Customer |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'BP Customer Tax Indicator Active Data'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #L,
dataClass: #MASTER
}
@VDM.viewType: #BASIC
define view entity I_BPCustomerTaxIndicator
as select from knvi
association [1..1] to I_Customer as _Customer on $projection.Customer = _Customer.Customer
{
key kunnr as Customer,
key aland as DepartureCountry,
key tatyp as CustomerTaxCategory,
taxkd as CustomerTaxClassification,
_Customer
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"KNVI"
],
"ASSOCIATED":
[
"I_CUSTOMER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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