I_UnitOfMeasureTimeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_UnitOfMeasure | I_UnitOfMeasure | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA