I_ProjectDemandStatus

DDL: I_PROJECTDEMANDSTATUS Type: view BASIC Package: PS_DMND_VDM_ROOT

Project Demand Status

I_ProjectDemandStatus is a Basic CDS View (Dimension) that provides data about "Project Demand Status" in SAP S/4HANA. It reads from 1 data source (dmnd_proj_status) and exposes 2 fields with key field ProjectDemandStatus. It has 1 association to related views. Part of development package PS_DMND_VDM_ROOT.

Data Sources (1)

SourceAliasJoin Type
dmnd_proj_status value from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProjectDemandStatusText _Text

Annotations (19)

NameValueLevelField
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.dataMaintenance #RESTRICTED view
AbapCatalog.sqlViewName IPRJDMNDSTATUS view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ProjectDemandStatus view
ObjectModel.sapObjectNodeType.name ProjectDemandStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Project Demand Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandStatus status
_Text _Text
@Analytics: {
        dataCategory: #DIMENSION,
        internalName: #LOCAL,
        dataExtraction.enabled: true
        }

@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type:  #PUBLIC_LOCAL_API
}

@AbapCatalog: {
    compiler.compareFilter: true,
    dataMaintenance: #RESTRICTED,
    sqlViewName: 'IPRJDMNDSTATUS'
}

@AccessControl.authorizationCheck: #NOT_REQUIRED


@ObjectModel: {
   modelingPattern: #ANALYTICAL_DIMENSION,
   supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE ],
   semanticKey:       [ 'ProjectDemandStatus' ],
   representativeKey: 'ProjectDemandStatus',
   sapObjectNodeType.name: 'ProjectDemandStatus',
   usageType: {
     serviceQuality:  #A,
     dataClass:       #CUSTOMIZING,
     sizeCategory:    #S
   },
   resultSet.sizeCategory: #XS

}

@ClientHandling: { algorithm: #SESSION_VARIABLE }
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Project Demand Status'

define root view I_ProjectDemandStatus
  as select from dmnd_proj_status as value
  composition [0..*] of I_ProjectDemandStatusText as _Text
{
        @ObjectModel.text.association: '_Text'
  key   status as ProjectDemandStatus,
        _Text
}; //  where status <>  '00100' ; // Filtered on release 2008