P_ENGAGEMENTPROJFINANCIALPLAN

CDS View

Financial Plan of Engagement Project

P_ENGAGEMENTPROJFINANCIALPLAN is a CDS View in S/4HANA. Financial Plan of Engagement Project. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_WorkPackage view inner CONSUMPTION Work Package

Fields (2)

KeyField CDS FieldsUsed in Views
Currency Currency 1
EngagementProject EngagementProject 1
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'PEPFINANPLN'

@EndUserText.label: 'Financial Plan of Engagement Project'

@VDM.viewType: #COMPOSITE
@VDM.private: true
@VDM.lifecycle.contract.type: #NONE

@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
                                     
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@AccessControl.authorizationCheck: #NOT_REQUIRED

define view P_EngagementProjFinancialPlan
  as select from I_EngagementProjFinancialPlan as EngagementProjFinancialPlan
{
  key EngagementProjFinPlanUUID,
      EngagementProjectUUID,
      Currency,
      UnitOfMeasure,
      @Semantics.dateTime:true
      @Semantics.systemDate.lastChangedAt:true
      LastChangeDateTime,
      LastChangedByUser,
      EngmntProjReviewYearPeriod,
      EngagementProjectReviewStatus,

      _EngagementProject.EngagementProject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENGAGEMENTPROJECT",
"I_ENGAGEMENTPROJFINANCIALPLAN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/