@AbapCatalog.sqlViewName:'PSPOTINDVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel : { resultSet.sizeCategory: #XS }
define view P_SpotIndicatoreValueHelp
as select from I_CmmdtyDrvtvGenericDomainVH
{ @ObjectModel.text.element: ['SpotIndicatorDesc']
key DomainValue as SpotIndicator,
@Semantics.text: true
DomainText as SpotIndicatorDesc
} where SAPDataDictionaryDomain = '/ACCGO/D_SPOT_EOD_AO'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMMDTYDRVTVGENERICDOMAINVH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/