P_SPOTINDICATOREVALUEHELP

CDS View

P_SPOTINDICATOREVALUEHELP is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMApplicationOverview view left_outer TRANSACTIONAL Interface Layer for ACM Application Overview

Fields (1)

KeyField CDS FieldsUsed in Views
SpotIndicatorDesc ACMApplOvwSpotFlagDesc 1
@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
}
}*/