P_ChartHorizon

DDL: P_CHARTHORIZON Type: view_entity COMPOSITE Package: PPH_DD_VDM_STLM

Demand Driven Chart Horizon

P_ChartHorizon is a Composite CDS View that provides data about "Demand Driven Chart Horizon" in SAP S/4HANA. It reads from 1 data source (I_CalendarDate) and exposes 1 field with key field CalendarDate. Part of development package PPH_DD_VDM_STLM.

Data Sources (1)

SourceAliasJoin Type
I_CalendarDate I_CalendarDate from

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #COMPOSITE view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CalendarDate CalendarDate
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #COMPOSITE
define view entity P_ChartHorizon as select from I_CalendarDate
{
  key CalendarDate
}
where 
CalendarDate between 
dats_add_days( cast($session.system_date as sydatum) ,(-1 * cast(180 as abap.int4)),'FAIL')
and dats_add_days( cast($session.system_date as sydatum) ,(1 * cast(179 as abap.int4)),'FAIL')