I_UnitOfMeasureISOCode

DDL: I_UNITOFMEASUREISOCODE SQL: IUOMISOCODE Type: view BASIC

Unit of Measure ISO Code

I_UnitOfMeasureISOCode is a Basic CDS View that provides data about "Unit of Measure ISO Code" in SAP S/4HANA. It reads from 1 data source (t006i) and exposes 2 fields with key field UnitOfMeasureISOCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t006i t006i from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UnitOfMeasureISOCodeText _Text $projection.UnitOfMeasureISOCode = _Text.UnitOfMeasureISOCode

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IUOMISOCODE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Unit of Measure ISO Code view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey UnitOfMeasureISOCode view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasureISOCode t006i isocode
_Text _Text
@AbapCatalog.sqlViewName: 'IUOMISOCODE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Unit of Measure ISO Code' 

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.representativeKey: 'UnitOfMeasureISOCode'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, 
                                     #CDS_MODELING_DATA_SOURCE, 
                                     #CDS_MODELING_ASSOCIATION_TARGET]

@Analytics.internalName: #LOCAL
@Analytics: {dataExtraction.enabled: true}

define view I_UnitOfMeasureISOCode as select from t006i 

  association [0..*] to I_UnitOfMeasureISOCodeText as _Text 
    on $projection.UnitOfMeasureISOCode = _Text.UnitOfMeasureISOCode
{
@ObjectModel.text.association: '_Text'
  key t006i.isocode as UnitOfMeasureISOCode,
  
  _Text
}