I_BPFuncComDistrChannel

DDL: I_BPFUNCCOMDISTRCHANNEL Type: view_entity BASIC Package: CRMS4_SERV_ORDER_UI

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. Part of development package CRMS4_SERV_ORDER_UI.

Data Sources (1)

SourceAliasJoin Type
tvkov tvkov from

Annotations (6)

NameValueLevelField
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
@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 entity I_BPFuncComDistrChannel
  as select from tvkov
{
  key vkorg as SalesOrganization,
  key vtweg as DistributionChannel,
      vtwku as ReferenceDistributionChannel

}