I_GHOUoMText

DDL: I_GHOUOMTEXT Type: view_entity BASIC

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)

SourceAliasJoin Type
t006a t006a from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/