C_WrntySupplierValueHelp

DDL: C_WRNTYSUPPLIERVALUEHELP Type: view_entity CONSUMPTION Package: VDM_LO_WTY_CLAIM_UI_MANAGE

Value Help for Warranty Supplier

C_WrntySupplierValueHelp is a Consumption CDS View that provides data about "Value Help for Warranty Supplier" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 22 fields with key field Supplier. 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_Supplier I_Supplier from

Annotations (13)

NameValueLevelField
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help for Warranty Supplier view
ObjectModel.representativeKey Supplier view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CWRNTYSUPPLIERVH view
Search.searchable true view
Feature LO_WTY_CLAIM_MANAGEMENT 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 (22)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier
SupplierName SupplierName
OrganizationBPName1 OrganizationBPName1
OrganizationBPName2 OrganizationBPName2
Country Country
PostalCode PostalCode
CityName CityName
SortField
AuthorizationGroup AuthorizationGroup
SupplierAccountGroup SupplierAccountGroup
IsBusinessPurposeCompleted IsBusinessPurposeCompleted
DataControllerSet DataControllerSet
DataController1 DataController1
DataController2 DataController2
DataController3 DataController3
DataController4 DataController4
DataController5 DataController5
DataController6 DataController6
DataController7 DataController7
DataController8 DataController8
DataController9 DataController9
DataController10 DataController10
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Value Help for Warranty Supplier'
@ObjectModel.representativeKey: 'Supplier'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'CWRNTYSUPPLIERVH'
@Search.searchable: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Consumption.ranked: true
@Consumption.dbHints:[ 'USE_HEX_PLAN' ] 
define view entity C_WrntySupplierValueHelp
  as select from I_Supplier
{
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.element: ['SupplierName']
  key Supplier,
      @Search.fuzzinessThreshold: 0.7
      @Search.ranking: #LOW
      @Semantics.text: true
      SupplierName,
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      @UI.hidden
      OrganizationBPName1,
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      @UI.hidden
      OrganizationBPName2,
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #LOW
      Country,
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #LOW
      PostalCode,
      @Search.fuzzinessThreshold: 0.7
      @Search.defaultSearchElement: true
      @Search.ranking: #LOW
      CityName,
      @Search.ranking: #LOW
      @UI.hidden: true
      cast(SortField as eqfnr) as SortField,
      
      AuthorizationGroup,
      SupplierAccountGroup,

      @UI.hidden: true
      IsBusinessPurposeCompleted,

      @Consumption.hidden: true
      DataControllerSet,

      @Consumption.hidden: true
      DataController1,

      @Consumption.hidden: true
      DataController2,

      @Consumption.hidden: true
      DataController3,

      @Consumption.hidden: true
      DataController4,

      @Consumption.hidden: true
      DataController5,

      @Consumption.hidden: true
      DataController6,

      @Consumption.hidden: true
      DataController7,

      @Consumption.hidden: true
      DataController8,

      @Consumption.hidden: true
      DataController9,

      @Consumption.hidden: true
      DataController10

}