I_ProdTempUnitOfMeasureVH

DDL: I_PRODTEMPUNITOFMEASUREVH Type: view_entity COMPOSITE Package: VDM_MD_PRODUCT

Temperature Unit of Measure

I_ProdTempUnitOfMeasureVH is a Composite CDS View that provides data about "Temperature Unit of Measure" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 3 fields with key field UnitOfMeasure. It has 1 association to related views. Part of development package VDM_MD_PRODUCT.

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure I_UnitOfMeasure from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdTempUnitOfMeasureText _TempUnitOfMeasureText $projection.UnitOfMeasure = _TempUnitOfMeasureText.UnitOfMeasure

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Temperature Unit of Measure view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
Search.searchable true view
ObjectModel.representativeKey UnitofMeasure view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasure UnitOfMeasure
UnitOfMeasureISOCode UnitOfMeasureISOCode
UnitOfMeasureLongName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Temperature Unit of Measure'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #COMPOSITE
@Search.searchable: true
@ObjectModel.representativeKey: 'UnitofMeasure'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, 
                                     #CDS_MODELING_DATA_SOURCE, 
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #VALUE_HELP_PROVIDER
                                     ]
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
  
define view entity I_ProdTempUnitOfMeasureVH as select from I_UnitOfMeasure 
 association [0..*] to I_ProdTempUnitOfMeasureText as _TempUnitOfMeasureText on $projection.UnitOfMeasure = _TempUnitOfMeasureText.UnitOfMeasure 
 { 
    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}  
    key UnitOfMeasure,  
    UnitOfMeasureISOCode,
    @Search.defaultSearchElement: true 
    @Search.fuzzinessThreshold: 0.8    
    @Search.ranking: #LOW
    @Semantics.text:true 
   _TempUnitOfMeasureText[ 1: Language = $session.system_language ].UnitOfMeasureLongName
   
} where UnitOfMeasureDimension = 'TEMP'