P_ProjectCostsWithPostingDates

DDL: P_PROJECTCOSTSWITHPOSTINGDATES SQL: PROJCSTSWITHPD Type: view CONSUMPTION

Project Costs With Posting Dates

P_ProjectCostsWithPostingDates is a Consumption CDS View that provides data about "Project Costs With Posting Dates" in SAP S/4HANA. It reads from 1 data source (I_CalendarDate) and exposes 1 field with key field YearMonth.

Data Sources (1)

SourceAliasJoin Type
I_CalendarDate I_CalendarDate from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName PROJCSTSWITHPD view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Project Costs With Posting Dates view
VDM.viewType #CONSUMPTION view
VDM.private true view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.preserveKey true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY YearMonth YearMonth
@AbapCatalog.sqlViewName: 'PROJCSTSWITHPD'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Project Costs With Posting Dates'
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass:  #MIXED
@ObjectModel.usageType.serviceQuality: #D
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.preserveKey:true

define view P_ProjectCostsWithPostingDates
  as select from I_CalendarDate
{
key YearMonth 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CALENDARDATE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/