C_WrntyDefectCodeValueHelp

DDL: C_WRNTYDEFECTCODEVALUEHELP Type: view_entity CONSUMPTION Package: VDM_LO_WTY_CLAIM_UI_MANAGE

Value Help defect code for warranty

C_WrntyDefectCodeValueHelp is a Consumption CDS View that provides data about "Value Help defect code for warranty" in SAP S/4HANA. It reads from 1 data source (P_WRNTYDEFECTCODES) and exposes 5 fields with key field InspectionCode. 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
P_WRNTYDEFECTCODES P_WRNTYDEFECTCODES from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_WrntyDefectCodeText _Text $projection.InspectionCode = _Text.InspectionCode

Annotations (12)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CWRNTYCLAIMDFCVH view
ObjectModel.representativeKey InspectionCode view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help defect code for warranty view
Feature LO_WTY_CLAIM_MANAGEMENT view
Search.searchable true 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

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 (5)

KeyFieldSource TableSource FieldDescription
KEY InspectionCode InspectionCode
WarrantyItemType WarrantyItemType
InspectionCatalog InspectionCatalog
InspectionCodeGroup InspectionCodeGroup
_Text _Text
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'CWRNTYCLAIMDFCVH'
@ObjectModel: {
   representativeKey:'InspectionCode',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #M
   }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help defect code for warranty'
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Search.searchable: true
@Consumption.ranked: true
define view entity C_WrntyDefectCodeValueHelp
  //  as select from I_InspectionCode

  as select from P_WRNTYDEFECTCODES
  association [1..*] to I_WrntyDefectCodeText as _Text on $projection.InspectionCode = _Text.InspectionCode
{
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #HIGH
       @ObjectModel.text.association: '_Text'
  key  InspectionCode,
       @UI.hidden: true
       WarrantyItemType,
       @UI.hidden: true
       InspectionCatalog,
       @UI.hidden: true
       InspectionCodeGroup,
       _Text
}