I_BPCUSTOMERTAXINDICATOR
BP Customer Tax Indicator Active Data
I_BPCUSTOMERTAXINDICATOR is a CDS View in S/4HANA. BP Customer Tax Indicator Active Data. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPCustomerTaxIndicatorGov | view_entity | union_all | TRANSACTIONAL | BP Customer Tax Indicator Governance |
@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":""
}
}*/