I_BPCUSTOMERTAXINDICATORPROC
BP Customer Tax Indicator
I_BPCUSTOMERTAXINDICATORPROC is a CDS View in S/4HANA. BP Customer Tax Indicator. It contains 7 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPCustomerTaxIndicatorGov | view_entity | from | TRANSACTIONAL | BP Customer Tax Indicator Governance |
| I_BPCustomerTaxIndicatorProcTP | view_entity | from | TRANSACTIONAL | BP Customer Tax Indicator - TP |
| I_BPCustTaxIndicatorProcChgs | view_entity | from | TRANSACTIONAL | BP Customer Tax Indicator Process Changes |
| I_BPCustTaxIndicatorProcChgs | view_entity | union_all | TRANSACTIONAL | BP Customer Tax Indicator Process Changes |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CustomerTaxCategory | CustomerTaxCategory | 1 |
| KEY | DepartureCountry | DepartureCountry | 1 |
| KEY | MasterDataChangeProcess | MasterDataChangeProcess | 1 |
| KEY | MDChgProcessSrceObject | MDChgProcessSrceObject | 1 |
| KEY | MDChgProcessSrceSystem | MDChgProcessSrceSystem | 1 |
| KEY | MDChgProcessStep | MDChgProcessStep | 1 |
| MDChgProcessSourceModified | MDChgProcessSourceModified | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'BP Customer Tax Indicator'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #XL,
dataClass: #MASTER
}
@VDM.viewType: #BASIC
define view entity I_BPCustomerTaxIndicatorProc
as select from knvi_prc
association [0..1] to I_BPCustomerProcess as _Customer on $projection.MasterDataChangeProcess = _Customer.MasterDataChangeProcess
and $projection.MDChgProcessStep = _Customer.MDChgProcessStep
and $projection.MDChgProcessSrceSystem = _Customer.MDChgProcessSrceSystem
and $projection.MDChgProcessSrceObject = _Customer.MDChgProcessSrceObject
and $projection.BPAssignmentID = _Customer.BPAssignmentID
{
key process_id as MasterDataChangeProcess,
key process_step_no as MDChgProcessStep,
key source_system as MDChgProcessSrceSystem,
key source_id as MDChgProcessSrceObject,
key aland as DepartureCountry,
key tatyp as CustomerTaxCategory,
assignment_id as BPAssignmentID,
kunnr as Customer,
taxkd as CustomerTaxClassification,
source_modified as MDChgProcessSourceModified,
source_modification_blip as MDChgProcessSourceModifBinary,
source_recency as MDChgProcSrceLastChgdDateTime,
_Customer
}
where
assignment_id = '000000000002'
or assignment_id is initial
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"KNVI_PRC"
],
"ASSOCIATED":
[
"I_BPCUSTOMERPROCESS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/