@AbapCatalog.sqlViewName : 'IINVVSPECSTTY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
@EndUserText.label : 'Inventory Valuation Special Stock Type'
@Metadata.ignorePropagatedAnnotations: true
//@ObjectModel.alternativeKey: [ { id : 'Domain',
// uniqueness: #UNIQUE,
// element: ['DomainValue'] } ]
@ObjectModel.compositionRoot: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey : 'InvtryValnSpecialStockType'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_InvtryValnSpecialStockType
as select from dd07l
association [0..*] to I_InvtryValnSpecialStockTypeT as _Text
on $projection.InvtryValnSpecialStockType = _Text.InvtryValnSpecialStockType
{
@ObjectModel.text.association : '_Text'
key cast ( dd07l.domvalue_l as mlsobkz ) as InvtryValnSpecialStockType,
@Analytics.hidden: true
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue,
@ObjectModel.association .type: [#TO_COMPOSITION_CHILD]
_Text
}
where dd07l.domname = 'MLSOBKZ'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'
//@AbapCatalog.sqlViewName : 'IINVVSPECSTTY'
//@ObjectModel.representativeKey : 'InvtryValnSpecialStockType'
//@EndUserText.label : 'Inventory Valuation Special Stock Type'
//
//@VDM.viewType: #BASIC
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
//@AccessControl.authorizationCheck: #NOT_REQUIRED
//@ClientHandling.algorithm: #SESSION_VARIABLE
//@ObjectModel.usageType: {
// dataClass: #META,
// serviceQuality: #A,
// sizeCategory: #M
// }
//@Search.searchable: true
//define view I_InvtryValnSpecialStockType
// as select from dd07l
// association [0..*] to I_InvtryValnSpecialStockTypeT as _Text on $projection.InvtryValnSpecialStockType = _Text.InvtryValnSpecialStockType
//{
// @ObjectModel.text.association : '_Text'
// key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char ( 1 ) ) as mlsobkz ) as InvtryValnSpecialStockType,
// @Search.defaultSearchElement: true
// _Text
//}
//where
// domname = 'MLSOBKZ'
// and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INVTRYVALNSPECIALSTOCKTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_InvtryValnSpecialStockType view