@Analytics.dataExtraction.enabled: false //Inserted by VDM CDS Suite Plugin
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey : 'HandlingUnitInStock'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey : 'HandlingUnitInStock'
//Commented by VDM CDS Suite Plugin:@ObjectModel.dataCategory: #TEXT
@EndUserText.label : 'Handling Unit In Stock Text'
//Commented by VDM CDS Suite Plugin:@Analytics: { dataCategory: #TEXT, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName : 'ILEHNDLGUINSTKT'
define view I_HandlingUnitInStockText
as select from dd07t
association [0..1] to I_HandlingUnitInStock as _HandlingUnitInStock on $projection.HandlingUnitInStock = _HandlingUnitInStock.HandlingUnitInStock
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
//Key
@ObjectModel.foreignKey.association : '_HandlingUnitInStock'
key SUBSTRING(domvalue_l, 1, 1) as HandlingUnitInStock,
@Semantics.language
@ObjectModel.foreignKey.association : '_Language'
key ddlanguage as Language,
//Text
@Semantics.text
ddtext as HandlingUnitInStockDesc,
//Associations
_HandlingUnitInStock,
_Language
}
where dd07t.domname = 'VESTK' and dd07t.as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"DD07T"
],
"ASSOCIATED":
[
"I_HANDLINGUNITINSTOCK",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_HandlingUnitInStockText view