I_EngagementProjectStage

DDL: I_ENGAGEMENTPROJECTSTAGE SQL: IEPSTAGE Type: view BASIC

Stage of Engagement Project

I_EngagementProjectStage is a Basic CDS View (Dimension) that provides data about "Stage of Engagement Project" in SAP S/4HANA. It reads from 1 data source (/cpd/pwsc_mpstg) and exposes 2 fields with key field EngagementProjectStage. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/cpd/pwsc_mpstg /cpd/pwsc_mpstg from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EngagementProjectStageText _Text $projection.EngagementProjectStage = _Text.EngagementProjectStage

Annotations (17)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName IEPSTAGE view
EndUserText.label Stage of Engagement Project view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey EngagementProjectStage view
ObjectModel.sapObjectNodeType.name EngagementProjectStage view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.buffering.numberOfKeyFields 000 view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EngagementProjectStage mp_stg
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IEPSTAGE'
@EndUserText.label: 'Stage of Engagement Project'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'EngagementProjectStage'
@ObjectModel.sapObjectNodeType.name: 'EngagementProjectStage'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.numberOfKeyFields: 000
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {modelingPattern: #ANALYTICAL_DIMENSION, 
               supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                       #CDS_MODELING_ASSOCIATION_TARGET,
                                       #CDS_MODELING_DATA_SOURCE,
                                       #SQL_DATA_SOURCE]
}
define view I_EngagementProjectStage
  as select from /cpd/pwsc_mpstg
  association [0..*] to I_EngagementProjectStageText as _Text on $projection.EngagementProjectStage = _Text.EngagementProjectStage
{
       @ObjectModel.text.association: '_Text'
  key  mp_stg as EngagementProjectStage,

       _Text
}    
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/PWSC_MPSTG"
],
"ASSOCIATED":
[
"I_ENGAGEMENTPROJECTSTAGETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/