I_WRNTYCLAIMOBJECTTYPE

CDS View

Reference Object Type

I_WRNTYCLAIMOBJECTTYPE is a CDS View in S/4HANA. Reference Object Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_WrntyClaimObjectTypeVH view_entity from CONSUMPTION Value Help for Reference Object Type
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Reference Object Type'
@ObjectModel:{
    representativeKey: 'WarrantyObjectType',
    usageType:{
        dataClass       : #ORGANIZATIONAL,
        serviceQuality  : #A,
        sizeCategory    : #S
        },
     modelingPattern: #ANALYTICAL_DIMENSION,
     supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
}
@ObjectModel.sapObjectNodeType.name : 'WarrantyClaim'
@VDM.viewType: #BASIC //*******Modernization Task********

//@VDM.viewType: #COMPOSITE

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics:{
             dataCategory: #DIMENSION,
             dataExtraction.enabled: true
           }
@Analytics.technicalName: 'IWRNTYCLMOT'
@Analytics.internalName:#LOCAL
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_WrntyClaimObjectType
  as select from wty_relob_tab
  association [1..*] to I_WrntyClaimObjectTypeText as _Text on $projection.WarrantyObjectType = _Text.WarrantyObjectType
{
  key relty as WarrantyObjectType,
      _Text

}
where
     relty = 'EQUI'
  or relty = 'FUNC'