P_GhoFcResActDtlDate_Tl

DDL: P_GHOFCRESACTDTLDATE_TL SQL: PGHOFCRSACTDTLDT Type: view COMPOSITE

P_GhoFcResActDtlDate_Tl is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_CalendarDate, P_GhoFcResActPrjDet_Tl) and exposes 47 fields.

Data Sources (2)

SourceAliasJoin Type
I_CalendarDate I_CalendarDate inner
P_GhoFcResActPrjDet_Tl P_GhoFcResActPrjDet_Tl from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName PGHOFCRSACTDTLDT view
VDM.private true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (47)

KeyFieldSource TableSource FieldDescription
NetworkObjectID P_GhoFcResActPrjDet_Tl NetworkObjectID
NetworkObjectName P_GhoFcResActPrjDet_Tl NetworkObjectName
NetworkMedium P_GhoFcResActPrjDet_Tl NetworkMedium Medium ID
AllocationFrequencyCode P_GhoFcResActPrjDet_Tl AllocationFrequencyCode Frequency ID
UpstreamProjectID P_GhoFcResActPrjDet_Tl UpstreamProjectID
ProjectName P_GhoFcResActPrjDet_Tl ProjectName Long Text
ProjectDescription P_GhoFcResActPrjDet_Tl ProjectDescription Project Name
UpstreamProjEffctvDateTo P_GhoFcResActPrjDet_Tl UpstreamProjEffctvDateTo
UpstreamProjEffctvDateFrom P_GhoFcResActPrjDet_Tl UpstreamProjEffctvDateFrom
UpstreamProjStatusObject P_GhoFcResActPrjDet_Tl UpstreamProjStatusObject
ScenarioID P_GhoFcResActPrjDet_Tl ScenarioID
ScenarioName P_GhoFcResActPrjDet_Tl ScenarioName
ScenarioDescription P_GhoFcResActPrjDet_Tl ScenarioDescription
ScenarioState P_GhoFcResActPrjDet_Tl ScenarioState
ProductionNetworkID P_GhoFcResActPrjDet_Tl ProductionNetworkID
ProductionNetworkDescription P_GhoFcResActPrjDet_Tl ProductionNetworkDescription
ProductionNetworkName P_GhoFcResActPrjDet_Tl ProductionNetworkName
NetworkObjectType P_GhoFcResActPrjDet_Tl NetworkObjectType
NetworkObjectDescription P_GhoFcResActPrjDet_Tl NetworkObjectDescription
NetworkObjectEffectiveDateFrom P_GhoFcResActPrjDet_Tl NetworkObjectEffectiveDateFrom
NetworkObjectEffectiveDateTo P_GhoFcResActPrjDet_Tl NetworkObjectEffectiveDateTo
DisplayTimeZone P_GhoFcResActPrjDet_Tl DisplayTimeZone
RoundOffPrecision RoundOffPrecision
NetworkChainSourceFlag P_GhoFcResActPrjDet_Tl NetworkChainSourceFlag
UnitOfMeasure P_GhoFcResActPrjDet_Tl UnitOfMeasure Unit Protected Qty
WBSElement P_GhoFcResActPrjDet_Tl WBSElement WBS Internal ID
CostCenter P_GhoFcResActPrjDet_Tl CostCenter Cost Center
ProfitCenter P_GhoFcResActPrjDet_Tl ProfitCenter Profit Center
StatusObjectNumber P_GhoFcResActPrjDet_Tl StatusObjectNumber Object number
UserStatusProfile P_GhoFcResActPrjDet_Tl UserStatusProfile
NetworkMediumDescription P_GhoFcResActPrjDet_Tl NetworkMediumDescription
CalendarDate I_CalendarDate CalendarDate Calendar Date
CalendarYear I_CalendarDate CalendarYear Year
CalendarMonth I_CalendarDate CalendarMonth Calendar Month
CalendarDay I_CalendarDate CalendarDay Occur Day in a Month
CalendarQuarter I_CalendarDate CalendarQuarter Calendar Quarter
WeekDay I_CalendarDate WeekDay Weekdays
YearMonth I_CalendarDate YearMonth Year Month
_CalendarMonth I_CalendarDate _CalendarMonth
_CalendarQuarter I_CalendarDate _CalendarQuarter
_CalendarYear I_CalendarDate _CalendarYear
_NetObjType P_GhoFcResActPrjDet_Tl _NetObjType
NetworkObjectTypeDescription
_ObjectStatus P_GhoFcResActPrjDet_Tl _ObjectStatus
_Scenario P_GhoFcResActPrjDet_Tl _Scenario
_WeekDay I_CalendarDate _WeekDay
_YearMonth I_CalendarDate _YearMonth

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_GhoFcResActDtlDate_Tl.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PGHOFCRSACTDTLDT

CREATE VIEW P_GhoFcResActDtlDate_Tl AS
SELECT
  P_GhoFcResActPrjDet_Tl.NetworkObjectID AS NetworkObjectID,
  P_GhoFcResActPrjDet_Tl.NetworkObjectName AS NetworkObjectName,
  P_GhoFcResActPrjDet_Tl.NetworkMedium AS NetworkMedium,
  P_GhoFcResActPrjDet_Tl.AllocationFrequencyCode AS AllocationFrequencyCode,
  P_GhoFcResActPrjDet_Tl.UpstreamProjectID AS UpstreamProjectID,
  P_GhoFcResActPrjDet_Tl.ProjectName AS ProjectName,
  P_GhoFcResActPrjDet_Tl.ProjectDescription AS ProjectDescription,
  P_GhoFcResActPrjDet_Tl.UpstreamProjEffctvDateTo AS UpstreamProjEffctvDateTo,
  P_GhoFcResActPrjDet_Tl.UpstreamProjEffctvDateFrom AS UpstreamProjEffctvDateFrom,
  P_GhoFcResActPrjDet_Tl.UpstreamProjStatusObject AS UpstreamProjStatusObject,
  P_GhoFcResActPrjDet_Tl.ScenarioID AS ScenarioID,
  P_GhoFcResActPrjDet_Tl.ScenarioName AS ScenarioName,
  P_GhoFcResActPrjDet_Tl.ScenarioDescription AS ScenarioDescription,
  P_GhoFcResActPrjDet_Tl.ScenarioState AS ScenarioState,
  P_GhoFcResActPrjDet_Tl.ProductionNetworkID AS ProductionNetworkID,
  P_GhoFcResActPrjDet_Tl.ProductionNetworkDescription AS ProductionNetworkDescription,
  P_GhoFcResActPrjDet_Tl.ProductionNetworkName AS ProductionNetworkName,
  P_GhoFcResActPrjDet_Tl.NetworkObjectType AS NetworkObjectType,
  P_GhoFcResActPrjDet_Tl.NetworkObjectDescription AS NetworkObjectDescription,
  P_GhoFcResActPrjDet_Tl.NetworkObjectEffectiveDateFrom AS NetworkObjectEffectiveDateFrom,
  P_GhoFcResActPrjDet_Tl.NetworkObjectEffectiveDateTo AS NetworkObjectEffectiveDateTo,
  P_GhoFcResActPrjDet_Tl.DisplayTimeZone AS DisplayTimeZone,
  RoundOffPrecision,
  P_GhoFcResActPrjDet_Tl.NetworkChainSourceFlag AS NetworkChainSourceFlag,
  P_GhoFcResActPrjDet_Tl.UnitOfMeasure AS UnitOfMeasure,
  P_GhoFcResActPrjDet_Tl.WBSElement AS WBSElement,
  P_GhoFcResActPrjDet_Tl.CostCenter AS CostCenter,
  P_GhoFcResActPrjDet_Tl.ProfitCenter AS ProfitCenter,
  P_GhoFcResActPrjDet_Tl.StatusObjectNumber AS StatusObjectNumber,
  P_GhoFcResActPrjDet_Tl.UserStatusProfile AS UserStatusProfile,
  P_GhoFcResActPrjDet_Tl.NetworkMediumDescription AS NetworkMediumDescription,
  I_CalendarDate.CalendarDate AS CalendarDate,
  I_CalendarDate.CalendarYear AS CalendarYear,
  I_CalendarDate.CalendarMonth AS CalendarMonth,
  I_CalendarDate.CalendarDay AS CalendarDay,
  I_CalendarDate.CalendarQuarter AS CalendarQuarter,
  I_CalendarDate.WeekDay AS WeekDay,
  I_CalendarDate.YearMonth AS YearMonth,
  I_CalendarDate._CalendarMonth AS _CalendarMonth,
  I_CalendarDate._CalendarQuarter AS _CalendarQuarter,
  I_CalendarDate._CalendarYear AS _CalendarYear,
  P_GhoFcResActPrjDet_Tl._NetObjType AS _NetObjType,
  P_GhoFcResActPrjDet_Tl._NetObjType.NetworkObjectTypeDescription AS NetworkObjectTypeDescription,
  P_GhoFcResActPrjDet_Tl._ObjectStatus AS _ObjectStatus,
  P_GhoFcResActPrjDet_Tl._Scenario AS _Scenario,
  I_CalendarDate._WeekDay AS _WeekDay,
  I_CalendarDate._YearMonth AS _YearMonth
FROM P_GhoFcResActPrjDet_Tl
INNER JOIN I_CalendarDate ON /* join condition not captured in parsed metadata */
;