C_WrntyClaimDivisionValueHelp
value help of division for warranty
C_WrntyClaimDivisionValueHelp is a Consumption CDS View that provides data about "value help of division for warranty" in SAP S/4HANA. It reads from 1 data source (I_Division) and exposes 2 fields with key field Division. 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)
| Source | Alias | Join Type |
|---|---|---|
| I_Division | I_Division | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | value help of division for warranty | view | |
| ObjectModel.representativeKey | Division | view | |
| Analytics.technicalName | CWRNTYDIVISIONVH | 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 | |
| Search.searchable | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CUSTOMER_WARRANTYCLAIM | UI_CUSTOMER_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
| UI_MANAGE_WARRANTYCLAIM | UI_MANAGE_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
Fiori Apps (2)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Division | Division | ||
| _Text | _Text |
@AccessControl.authorizationCheck:#CHECK
@EndUserText.label: 'value help of division for warranty'
@ObjectModel.representativeKey: 'Division'
@Analytics.technicalName: 'CWRNTYDIVISIONVH'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
define view entity C_WrntyClaimDivisionValueHelp
as select from I_Division
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text :true
key Division,
/* Associations */
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA