P_MATRIX_MAXPERIODPERYEAR

CDS View

P_MATRIX_MAXPERIODPERYEAR 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
P_Matrix_GroupStructurePerYear view inner COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
FiscalYear FiscalYear 1
@AbapCatalog.sqlViewName: 'PMCMPLIST'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@ClientHandling.algorithm:#SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XL
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true

define view P_Matrix_MaxPeriodPerYear
  as select from P_Matrix_FiscalPeriodForVar
{
  max(FiscalYearPeriod) as FiscalYearPeriod,
  FiscalYear
} group by FiscalYear
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_MATRIX_FISCALPERIODFORVAR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/