C_WrntyClaimMaterialValueHelp

DDL: C_WRNTYCLAIMMATERIALVALUEHELP Type: view_entity CONSUMPTION Package: VDM_LO_WTY_CLAIM_UI_MANAGE

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). It is used in 2 Fiori applications: Manage Claims, Manage Claims-Customer facing process. Part of development package VDM_LO_WTY_CLAIM_UI_MANAGE.

Data Sources (1)

SourceAliasJoin Type
I_Material I_Material from

Associations (1)

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

Annotations (12)

NameValueLevelField
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
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CWRNTYCLMMATNRVH 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

Fiori Apps (2)

App IDApp NameTypeDescription
F5227 Manage Claims Transactional An application to manage warranty claims for supplier recovery processes
F6204 Manage Claims-Customer facing process Transactional An application to manage Warranty Claims for customer facing processes

Manage Claims

Business Role: Claims Analyst

With the Manage Supplier Claims application, you can create warranty claims that are forwarded to the suppliers for reimbursement. This includes creating supplier claims (based on repairs), validating claims for completeness and eligibility for reimbursement, and determining correct prices (for example materials, labor tasks) to claim the appropriate amount. Once the supplier responds, the application supports the transperant maintenance of values and posting of the negotiated A warranty claim is a claim for reimbursement of material and labor costs that are incurred for the purpose of rectifying faults in an object with a valid warranty.

Key Features: A claim analyst can use this application to do the following: Create a Supplier Claim Edit a Supplier Claim Validate a Supplier Claim Send a Claim to Supplier Adjust a Supplier Claim Record Supplier Response Post Supplier Claim to Finance Reverse Posted Supplier Claim Cancel a Supplier Claim Reject a Supplier Claim Reprocess a Supplier Claim Close a Supplier Claim Reopen a Supplier Claim

Manage Claims-Customer facing process

Business Role: Claims Analyst

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Material Material
_Text _Text
@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
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'CWRNTYCLMMATNRVH'
@Consumption.ranked: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
define view entity 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
}