C_WrntyClaimTypeValueHelp

DDL: C_WRNTYCLAIMTYPEVALUEHELP SQL: CWRNTYCLMTYPEVH Type: view CONSUMPTION

Value Help for Warranty Claim Type

C_WrntyClaimTypeValueHelp is a Consumption CDS View that provides data about "Value Help for Warranty Claim Type" in SAP S/4HANA. It reads from 1 data source (I_WrntyClaimType) and exposes 2 fields with key field WarrantyClaimType. It is exposed through 2 OData services (UI_CUSTOMER_WARRANTYCLAIM, UI_MANAGE_WARRANTYCLAIM).

Data Sources (1)

SourceAliasJoin Type
I_WrntyClaimType I_WrntyClaimType from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CWRNTYCLMTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value Help for Warranty Claim Type view
ObjectModel.representativeKey WarrantyClaimType view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION 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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY WarrantyClaimType WarrantyClaimType Claim Type
_Text _Text
@AbapCatalog.sqlViewName: 'CWRNTYCLMTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help for Warranty Claim Type'
@ObjectModel:{
    representativeKey: 'WarrantyClaimType',
    usageType:{
        dataClass       : #ORGANIZATIONAL,
        serviceQuality  : #C,
        sizeCategory    : #S
        }
}

@ObjectModel.dataCategory: #VALUE_HELP
//@ObjectModel.resultSet.sizeCategory: #XS

@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Consumption.ranked: true
define view C_WrntyClaimTypeValueHelp
  as select from I_WrntyClaimType
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'Claim Type'
    key WarrantyClaimType,
      _Text
}