C_WrntyDistributionChannelVH

DDL: C_WRNTYDISTRIBUTIONCHANNELVH SQL: CWTYDDISTRCHAVH Type: view CONSUMPTION

value help for distrib channel WRNTY

C_WrntyDistributionChannelVH is a Consumption CDS View that provides data about "value help for distrib channel WRNTY" in SAP S/4HANA. It reads from 1 data source (I_DistributionChannel) and exposes 2 fields with key field DistributionChannel. It is exposed through 2 OData services (UI_CUSTOMER_WARRANTYCLAIM, UI_MANAGE_WARRANTYCLAIM).

Data Sources (1)

SourceAliasJoin Type
I_DistributionChannel I_DistributionChannel from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CWTYDDISTRCHAVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label value help for distrib channel WRNTY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey DistributionChannel view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Feature LO_WTY_CLAIM_MANAGEMENT view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
UI_CUSTOMER_WARRANTYCLAIM UI_CUSTOMER_WARRANTYCLAIM V2 C1 NOT_RELEASED
UI_MANAGE_WARRANTYCLAIM UI_MANAGE_WARRANTYCLAIM V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DistributionChannel DistributionChannel
_Text _Text
@AbapCatalog.sqlViewName: 'CWTYDDISTRCHAVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'value help for distrib channel WRNTY'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'DistributionChannel'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view C_WrntyDistributionChannelVH
  as select from I_DistributionChannel
 {
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key DistributionChannel,
      /* Associations */
      _Text
}