I_GHOUoMText
Unit of Measurement - Text
I_GHOUoMText is a Basic CDS View that provides data about "Unit of Measurement - Text" in SAP S/4HANA. It reads from 1 data source (t006a) and exposes 4 fields with key fields LanguageCode, AllocationRuleUnitOfMsmt.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t006a | t006a | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Unit of Measurement - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LanguageCode | spras | ||
| KEY | AllocationRuleUnitOfMsmt | msehi | ||
| AllocationRuleUnitOfMsmtDesc | mseht | |||
| AllocationRuleUoMLongText | msehl |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Unit of Measurement - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #ORGANIZATIONAL
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory:#TEXT
define view entity I_GHOUoMText
as select from t006a
{
@Semantics.language:true
key spras as LanguageCode,
key msehi as AllocationRuleUnitOfMsmt,
@Semantics.text: true
mseht as AllocationRuleUnitOfMsmtDesc,
@Semantics.text: true
msehl as AllocationRuleUoMLongText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T006A"
],
"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