C_WrntyExternalObjectNumberVH

DDL: C_WRNTYEXTERNALOBJECTNUMBERVH Type: view_entity CONSUMPTION Package: VDM_LO_WTY_CLAIM_UI_MANAGE

VH for External Object Number Warranty

C_WrntyExternalObjectNumberVH is a Consumption CDS View that provides data about "VH for External Object Number Warranty" in SAP S/4HANA. It reads from 1 data source (I_WrntyExternalObjectNumber) and exposes 5 fields with key field Equipment. 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_WrntyExternalObjectNumber I_WrntyExternalObjectNumber from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_WrntyClaimObjectTypeVH _ObjectType $projection.WarrantyObjectType = _ObjectType.WarrantyObjectType

Annotations (12)

NameValueLevelField
EndUserText.label VH for External Object Number Warranty view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey Equipment view
Analytics.technicalName CWRNTYCLMEONVH view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
Search.searchable false 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 (5)

KeyFieldSource TableSource FieldDescription
KEY Equipment Equipment Object Number
WarrantyObjectType WarrantyObjectType Object Type
EquipmentName EquipmentName
WrntyObjectTypeText
OperationStartDate OperationStartDate
@EndUserText.label: 'VH for External Object Number Warranty'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck:#CHECK
@ObjectModel.representativeKey: 'Equipment'
@Analytics.technicalName: 'CWRNTYCLMEONVH'
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType:   #CONSUMPTION
//@ObjectModel.dataCategory: #VALUE_HELP

@Search.searchable: false
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
define view entity C_WrntyExternalObjectNumberVH
  as select from I_WrntyExternalObjectNumber
  association [1..1] to C_WrntyClaimObjectTypeVH as _ObjectType on $projection.WarrantyObjectType = _ObjectType.WarrantyObjectType

{
        @Search.fuzzinessThreshold: 0.7
        //@Search.defaultSearchElement: true

        @Search.ranking: #HIGH        
        @ObjectModel.text.element: ['EquipmentName']
        @EndUserText.label: 'Object Number'
  key   Equipment,
        @UI:{ textArrangement: #TEXT_FIRST }
        @Consumption.valueHelpDefinition:
        [
        {
        entity:{
               element: 'WarrantyObjectType',
               name: 'C_WrntyClaimObjectTypeVH'
              }
         }
        ]
        @ObjectModel.text.element: ['WrntyObjectTypeText']
         @Semantics.text: true
        //@Search.defaultSearchElement: true

//         @Search.ranking: #HIGH

//         @Search.fuzzinessThreshold: 0.7

         @EndUserText.label: 'Object Type'
//        @ObjectModel.foreignKey.association: '_ObjectType'

       WarrantyObjectType,
        //@Search.defaultSearchElement: true

        @Search.fuzzinessThreshold: 0.7
        @Search.ranking: #HIGH
        @Semantics.text: true
        EquipmentName,
        @UI.hidden: true
         @Semantics.text: true
        _ObjectType._Text[1:Language=$session.system_language].WrntyObjectTypeText,
       //@UI.hidden: true

        //@Search.defaultSearchElement: true

//        @Search.fuzzinessThreshold: 0.7

//        @Search.ranking: #HIGH

//        FunctionalLocation,

        @UI.hidden: true
        OperationStartDate
     //Commented this because in filter it is appearing twice in UI

       // _ObjectType


}