I_HandlingUnitInStock

DDL: I_HANDLINGUNITINSTOCK SQL: ILEHNDLGUINSTK Type: view BASIC

Handling Unit In Stock

I_HandlingUnitInStock is a Basic CDS View (Dimension) that provides data about "Handling Unit In Stock" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field HandlingUnitInStock. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_HandlingUnitInStockText _Text $projection.HandlingUnitInStock = _Text.HandlingUnitInStock

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey HandlingUnitInStock view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Handling Unit In Stock view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ILEHNDLGUINSTK view
ObjectModel.sapObjectNodeType.name HandlingUnitInStock view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY HandlingUnitInStock
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'HandlingUnitInStock'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'HandlingUnitInStock'

@EndUserText.label: 'Handling Unit In Stock'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: false }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ILEHNDLGUINSTK'
@ObjectModel.sapObjectNodeType.name: 'HandlingUnitInStock'

define view I_HandlingUnitInStock
as select from dd07l
association [0..*] to I_HandlingUnitInStockText as _Text on $projection.HandlingUnitInStock = _Text.HandlingUnitInStock
{
    @ObjectModel.text.association: '_Text'
    key substring(dd07l.domvalue_l, 1, 1) as HandlingUnitInStock,
    
    _Text
}
where dd07l.domname = 'VESTK' and dd07l.as4local = 'A';  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_HANDLINGUNITINSTOCKTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/