I_EWM_HandlingUnitIndicatorVH

DDL: I_EWM_HANDLINGUNITINDICATORVH Type: view_entity BASIC Package: WME_ODATA_UI

Warehouse Handling Unit Indicator

I_EWM_HandlingUnitIndicatorVH is a Basic CDS View that provides data about "Warehouse Handling Unit Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field HandlingUnitIndicator. It has 1 association to related views. Part of development package WME_ODATA_UI.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EWM_HndlgUnitIndicatorText _Text

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Warehouse Handling Unit Indicator view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey HandlingUnitIndicator view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view
Consumption.ranked true view
Analytics.technicalName IEWMHUINDVH view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY HandlingUnitIndicator
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Warehouse Handling Unit Indicator'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'HandlingUnitIndicator'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE, 
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
@Consumption.ranked: true
@Analytics.technicalName: 'IEWMHUINDVH'
define root view entity I_EWM_HandlingUnitIndicatorVH 
    as select from dd07l 
    composition [0..*] of I_EWM_HndlgUnitIndicatorText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as ewm_de_handlingunitindicator ) as HandlingUnitIndicator,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _Text
} 
where dd07l.domname  = '/SCWM/DO_VHI'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'