I_DISTRIBUTIONCHANNEL
Distribution Channel
I_DISTRIBUTIONCHANNEL is a CDS View in S/4HANA. Distribution Channel. It contains 1 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_DistributionChannel | view | from | BASIC | Distribution Channel |
| C_ListingDistributionChannelVH | view_entity | from | CONSUMPTION | Distribution Channel F4 help |
| C_WrntyDistributionChannelVH | view_entity | from | CONSUMPTION | value help for distrib channel WRNTY |
| FAC_DistributionChannelVH | view | from | Data Source for Distribution Channel | |
| I_CnsldtnMasterData | view | union_all | COMPOSITE | Consolidation - Combined Master Data |
| I_DistributionChannelValueHelp | view_entity | from | COMPOSITE | Distribution Channel |
| P_CnsldtnDistributionChannel | view | from | COMPOSITE | Consolidation Combined Distribution Channel |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | DistributionChannel | DistributionChannel | 1 |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'DistributionChannel'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Distribution Channel'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDDISTRCHANNEL'
@Search.searchable: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#ANALYTICAL_DIMENSION,
#SEARCHABLE_ENTITY,
#EXTRACTION_DATA_SOURCE ]
@ObjectModel.alternativeKey: [{ id: 'OID', uniqueness: #UNIQUE, element: ['DistributionChannelOID'] }]
@ObjectModel.sapObjectNodeType.name:'DistributionChannel'
@ObjectModel.objectIdentifier.oidElement:'DistributionChannelOID'
define view I_DistributionChannel
as select from tvtw
association [0..*] to I_DistributionChannelText as _Text on $projection.DistributionChannel = _Text.DistributionChannel
association [0..*] to I_DistrChannelHierarchyNode as _DistrChannelHierarchyNode on $projection.DistributionChannel = _DistrChannelHierarchyNode.DistributionChannel
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.association: '_Text'
@ObjectModel.hierarchy.association: '_DistrChannelHierarchyNode'
key vtweg as DistributionChannel,
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
cast( vtweg as distributionchannel_oid ) as DistributionChannelOID,
_DistrChannelHierarchyNode,
_Text
};