I_BPFuncComDistrChannel

DDL: I_BPFUNCCOMDISTRCHANNEL SQL: IBPCOMDISTRCHNL Type: view BASIC

Common Distribution Channel for Customer and Product

I_BPFuncComDistrChannel is a Basic CDS View that provides data about "Common Distribution Channel for Customer and Product" in SAP S/4HANA. It reads from 1 data source (tvkov) and exposes 3 fields with key fields SalesOrganization, DistributionChannel.

Data Sources (1)

SourceAliasJoin Type
tvkov tvkov from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IBPCOMDISTRCHNL view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Common Distribution Channel for Customer and Product view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization vkorg
KEY DistributionChannel vtweg
ReferenceDistributionChannel vtwku
@AbapCatalog.sqlViewName: 'IBPCOMDISTRCHNL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Common Distribution Channel for Customer and Product'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #BASIC
define view I_BPFuncComDistrChannel
  as select from tvkov
{
  key vkorg as SalesOrganization,
  key vtweg as DistributionChannel,
      vtwku as ReferenceDistributionChannel

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVKOV"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/