C_StstclKeyFigUnitOfMeasureVH
Unit of Measure Value Help
C_StstclKeyFigUnitOfMeasureVH is a Consumption CDS View that provides data about "Unit of Measure Value Help" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 5 fields with key field UnitOfMeasure.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_UnitOfMeasure | I_UnitOfMeasure | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSTSKFGRUNTMSRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| EndUserText.label | Unit of Measure Value Help | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UnitOfMeasure | UnitOfMeasure | ||
| UnitOfMeasure_E | ||||
| UnitOfMeasureLongName | ||||
| UnitOfMeasureISOCode | UnitOfMeasureISOCode | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CSTSKFGRUNTMSRVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.semanticKey: [ 'UnitOfMeasure' ]
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@EndUserText.label: 'Unit of Measure Value Help'
@Metadata.ignorePropagatedAnnotations: true
define view C_StstclKeyFigUnitOfMeasureVH as select from I_UnitOfMeasure {
@UI.hidden: true
key UnitOfMeasure,
@ObjectModel.text.element: ['UnitOfMeasureLongName']
@UI.textArrangement: #TEXT_LAST
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
cast( UnitOfMeasure_E as fis_mseh3 preserving type ) as UnitOfMeasure_E,
@Search.defaultSearchElement: true
cast ( _Text[1:Language = $session.system_language].UnitOfMeasureLongName as fis_msehl preserving type ) as UnitOfMeasureLongName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
UnitOfMeasureISOCode,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_UNITOFMEASURE",
"I_UNITOFMEASURETEXT"
],
"ASSOCIATED":
[
"I_UNITOFMEASURETEXT"
],
"BASE":
[
"I_UNITOFMEASURE"
],
"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