I_UnitOfMeasureTimeVH

DDL: I_UNITOFMEASURETIMEVH SQL: IUOMTIMEVH Type: view BASIC

Value Help for Time UoM

I_UnitOfMeasureTimeVH is a Basic CDS View that provides data about "Value Help for Time UoM" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 2 fields with key field OpsLeadTimeOffsetUnit.

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure I_UnitOfMeasure from

Annotations (12)

NameValueLevelField
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IUOMTIMEVH view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for Time UoM view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey OpsLeadTimeOffsetUnit view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OpsLeadTimeOffsetUnit UnitOfMeasure
UnitOfMeasureLongName
//@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}

@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IUOMTIMEVH'
@Search.searchable: true
@ObjectModel.usageType: {serviceQuality: #C ,sizeCategory: #L , dataClass : #CUSTOMIZING}
@ObjectModel: {dataCategory: #VALUE_HELP, supportedCapabilities: [#SEARCHABLE_ENTITY] }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for Time UoM'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey : 'OpsLeadTimeOffsetUnit'
@Consumption.ranked: true
define view I_UnitOfMeasureTimeVH as select from I_UnitOfMeasure {   
    
    @Semantics.unitOfMeasure: true
    @ObjectModel.text.element:['UnitOfMeasureLongName'] 
    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
    key UnitOfMeasure as OpsLeadTimeOffsetUnit,  
    @Search.defaultSearchElement: true 
    @Search.fuzzinessThreshold: 0.8   
    @Search.ranking: #LOW 
    @Semantics.text:true 
   _Text[ 1: Language = $session.system_language ].UnitOfMeasureLongName   
} where UnitOfMeasureDimension = 'TIME'       
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_UNITOFMEASURE",
"I_UNITOFMEASURETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/