I_ProdTempUnitOfMeasureVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_UnitOfMeasure | I_UnitOfMeasure | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdTempUnitOfMeasureText | _TempUnitOfMeasureText | $projection.UnitOfMeasure = _TempUnitOfMeasureText.UnitOfMeasure |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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