P_MATLSTKPERDSBACKFRMKEYDTE

CDS View

P_MATLSTKPERDSBACKFRMKEYDTE is a CDS View in S/4HANA. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
P_SlowMoMatPredMatDocUnion view from COMPOSITE
P_SlowMoMatPredMatDocUnion view union_all COMPOSITE
P_SlowMoMatPrMoMatDocUnion view from COMPOSITE
P_SlowMoMatPrMoMatDocUnion view union_all COMPOSITE
P_SlowMoMatTmeSersBOMCross view from COMPOSITE
P_SlowMoMatTmeSersBOMPlant view from COMPOSITE
P_SlowOrNonMovingMatlTme view from COMPOSITE
P_SlowOrNonMovingMatlTme view union_all COMPOSITE
@AbapCatalog.sqlViewName: 'PMATSTOCKPERBKD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass:#TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.private: true
@VDM.viewType: #COMPOSITE

define view P_MatlStkPerdsBackFrmKeyDte
  with parameters
    P_KeyDate : nsdm_reference_date
   as select from P_MatlStkPerdsInMonthRef(P_KeyDate: $parameters.P_KeyDate)
{
  key concat(CalendarYear, CalendarMonth) as YearPeriod,
  key CalendarYear,
  key CalendarMonth,   
  StartDate,  
  EndDate,
  KeyDatePlus1,
  ReferenceDate,
  StartDateOfReferencePeriod 
  
  }
  where EndDate < KeyDatePlus1
//where EndDate < $parameters.P_KeyDate 

  and EndDate >= ReferenceDate   



/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_MATLSTKPERDSINMONTHREF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/