I_BPFuncComDistrChannel
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)
| Source | Alias | Join Type |
|---|---|---|
| tvkov | tvkov | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
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