C_WrntyClaimMaterialValueHelp

DDL: C_WRNTYCLAIMMATERIALVALUEHELP SQL: CWRNTYCLMMATNRVH Type: view CONSUMPTION

Value help of Material for Warranty

C_WrntyClaimMaterialValueHelp is a Consumption CDS View that provides data about "Value help of Material for Warranty" in SAP S/4HANA. It reads from 1 data source (I_Material) and exposes 2 fields with key field Material. It has 1 association to related views. It is exposed through 2 OData services (UI_CUSTOMER_WARRANTYCLAIM, UI_MANAGE_WARRANTYCLAIM).

Data Sources (1)

SourceAliasJoin Type
I_Material I_Material from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaterialText _Text $projection.Material = _Text.Material

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CWRNTYCLMMATNRVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value help of Material for Warranty view
ObjectModel.representativeKey Material view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
Feature LO_WTY_CLAIM_MANAGEMENT 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 Material Material
_Text _Text
@AbapCatalog.sqlViewName: 'CWRNTYCLMMATNRVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Value help of Material for Warranty'
@ObjectModel.representativeKey: 'Material'
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
define view C_WrntyClaimMaterialValueHelp
  as select from I_Material
  association [0..*] to I_MaterialText               as _Text             on  $projection.Material = _Text.Material
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_text'
  key Material,  
      _Text
}