I_GhoFcProjResAct_Al

DDL: I_GHOFCPROJRESACT_AL SQL: IGHOFCPRJRESACT Type: view COMPOSITE

Forecast Project Result and Actuals

I_GhoFcProjResAct_Al is a Composite CDS View (Cube) that provides data about "Forecast Project Result and Actuals" in SAP S/4HANA. It reads from 1 data source (P_GhoFcRsAtCJstPSt_Tl) and exposes 42 fields.

Data Sources (1)

SourceAliasJoin Type
P_GhoFcRsAtCJstPSt_Tl P_GhoFcRsAtCJstPSt_Tl from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IGHOFCPRJRESACT view
Analytics.dataCategory #CUBE view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Forecast Project Result and Actuals view

Fields (42)

KeyFieldSource TableSource FieldDescription
NetworkObjectID P_GhoFcRsAtCJstPSt_Tl NetworkObjectID
NetworkObjectName P_GhoFcRsAtCJstPSt_Tl NetworkObjectName
NetworkMedium P_GhoFcRsAtCJstPSt_Tl NetworkMedium Medium ID
AllocationFrequencyCode P_GhoFcRsAtCJstPSt_Tl AllocationFrequencyCode Frequency ID
UpstreamProjectID P_GhoFcRsAtCJstPSt_Tl UpstreamProjectID
ProjectName P_GhoFcRsAtCJstPSt_Tl ProjectName Long Text
ProjectDescription P_GhoFcRsAtCJstPSt_Tl ProjectDescription Project Name
UpstreamProjEffctvDateTo P_GhoFcRsAtCJstPSt_Tl UpstreamProjEffctvDateTo
UpstreamProjEffctvDateFrom P_GhoFcRsAtCJstPSt_Tl UpstreamProjEffctvDateFrom
UpstreamProjStatusObject P_GhoFcRsAtCJstPSt_Tl UpstreamProjStatusObject
ScenarioID P_GhoFcRsAtCJstPSt_Tl ScenarioID
ScenarioName P_GhoFcRsAtCJstPSt_Tl ScenarioName
ScenarioDescription P_GhoFcRsAtCJstPSt_Tl ScenarioDescription
ScenarioState P_GhoFcRsAtCJstPSt_Tl ScenarioState
ProductionNetworkID P_GhoFcRsAtCJstPSt_Tl ProductionNetworkID
ProductionNetworkDescription P_GhoFcRsAtCJstPSt_Tl ProductionNetworkDescription
ProductionNetworkName P_GhoFcRsAtCJstPSt_Tl ProductionNetworkName
NetworkObjectType P_GhoFcRsAtCJstPSt_Tl NetworkObjectType
NetworkObjectDescription P_GhoFcRsAtCJstPSt_Tl NetworkObjectDescription
NetworkObjectEffectiveDateFrom P_GhoFcRsAtCJstPSt_Tl NetworkObjectEffectiveDateFrom
NetworkObjectEffectiveDateTo P_GhoFcRsAtCJstPSt_Tl NetworkObjectEffectiveDateTo
DisplayTimeZone DisplayTimeZone
NetworkChainSourceFlag P_GhoFcRsAtCJstPSt_Tl NetworkChainSourceFlag
UnitOfMeasure P_GhoFcRsAtCJstPSt_Tl UnitOfMeasure Unit Protected Qty
WBSElement P_GhoFcRsAtCJstPSt_Tl WBSElement WBS Internal ID
CostCenter P_GhoFcRsAtCJstPSt_Tl CostCenter Cost Center
ProfitCenter P_GhoFcRsAtCJstPSt_Tl ProfitCenter Profit Center
StatusObjectNumber P_GhoFcRsAtCJstPSt_Tl StatusObjectNumber Object number
UserStatusProfile P_GhoFcRsAtCJstPSt_Tl UserStatusProfile
NetworkMediumDescription P_GhoFcRsAtCJstPSt_Tl NetworkMediumDescription
CalendarDate P_GhoFcRsAtCJstPSt_Tl CalendarDate Calendar Date
CalendarYear P_GhoFcRsAtCJstPSt_Tl CalendarYear Year
CalendarMonth P_GhoFcRsAtCJstPSt_Tl CalendarMonth Calendar Month
CalendarDay P_GhoFcRsAtCJstPSt_Tl CalendarDay Occur Day in a Month
UpstreamProjectStatus P_GhoFcRsAtCJstPSt_Tl UpstreamProjectStatus
ProjectScenarioName P_GhoFcRsAtCJstPSt_Tl ProjectScenarioName
ObjectType P_GhoFcRsAtCJstPSt_Tl ObjectType Type
ObjectOrderNumber I_Ghocrmjest_Db ObjectOrderNumber
GHOObjectStatus I_Ghocrmjest_Db GHOObjectStatus
ObjectIndicator I_Ghocrmjest_Db ObjectIndicator
SystemStatus I_Ghocrmjest_Db SystemStatus
AllocationFrequencyName AllocationFrequencyName

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 I_GhoFcProjResAct_Al.
-- 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: IGHOFCPRJRESACT

CREATE VIEW I_GhoFcProjResAct_Al AS
SELECT
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectID AS NetworkObjectID,
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectName AS NetworkObjectName,
  P_GhoFcRsAtCJstPSt_Tl.NetworkMedium AS NetworkMedium,
  P_GhoFcRsAtCJstPSt_Tl.AllocationFrequencyCode AS AllocationFrequencyCode,
  P_GhoFcRsAtCJstPSt_Tl.UpstreamProjectID AS UpstreamProjectID,
  P_GhoFcRsAtCJstPSt_Tl.ProjectName AS ProjectName,
  P_GhoFcRsAtCJstPSt_Tl.ProjectDescription AS ProjectDescription,
  P_GhoFcRsAtCJstPSt_Tl.UpstreamProjEffctvDateTo AS UpstreamProjEffctvDateTo,
  P_GhoFcRsAtCJstPSt_Tl.UpstreamProjEffctvDateFrom AS UpstreamProjEffctvDateFrom,
  P_GhoFcRsAtCJstPSt_Tl.UpstreamProjStatusObject AS UpstreamProjStatusObject,
  P_GhoFcRsAtCJstPSt_Tl.ScenarioID AS ScenarioID,
  P_GhoFcRsAtCJstPSt_Tl.ScenarioName AS ScenarioName,
  P_GhoFcRsAtCJstPSt_Tl.ScenarioDescription AS ScenarioDescription,
  P_GhoFcRsAtCJstPSt_Tl.ScenarioState AS ScenarioState,
  P_GhoFcRsAtCJstPSt_Tl.ProductionNetworkID AS ProductionNetworkID,
  P_GhoFcRsAtCJstPSt_Tl.ProductionNetworkDescription AS ProductionNetworkDescription,
  P_GhoFcRsAtCJstPSt_Tl.ProductionNetworkName AS ProductionNetworkName,
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectType AS NetworkObjectType,
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectDescription AS NetworkObjectDescription,
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectEffectiveDateFrom AS NetworkObjectEffectiveDateFrom,
  P_GhoFcRsAtCJstPSt_Tl.NetworkObjectEffectiveDateTo AS NetworkObjectEffectiveDateTo,
  DisplayTimeZone,
  P_GhoFcRsAtCJstPSt_Tl.NetworkChainSourceFlag AS NetworkChainSourceFlag,
  P_GhoFcRsAtCJstPSt_Tl.UnitOfMeasure AS UnitOfMeasure,
  P_GhoFcRsAtCJstPSt_Tl.WBSElement AS WBSElement,
  P_GhoFcRsAtCJstPSt_Tl.CostCenter AS CostCenter,
  P_GhoFcRsAtCJstPSt_Tl.ProfitCenter AS ProfitCenter,
  P_GhoFcRsAtCJstPSt_Tl.StatusObjectNumber AS StatusObjectNumber,
  P_GhoFcRsAtCJstPSt_Tl.UserStatusProfile AS UserStatusProfile,
  P_GhoFcRsAtCJstPSt_Tl.NetworkMediumDescription AS NetworkMediumDescription,
  P_GhoFcRsAtCJstPSt_Tl.CalendarDate AS CalendarDate,
  P_GhoFcRsAtCJstPSt_Tl.CalendarYear AS CalendarYear,
  P_GhoFcRsAtCJstPSt_Tl.CalendarMonth AS CalendarMonth,
  P_GhoFcRsAtCJstPSt_Tl.CalendarDay AS CalendarDay,
  P_GhoFcRsAtCJstPSt_Tl.UpstreamProjectStatus AS UpstreamProjectStatus,
  P_GhoFcRsAtCJstPSt_Tl.ProjectScenarioName AS ProjectScenarioName,
  P_GhoFcRsAtCJstPSt_Tl.ObjectType AS ObjectType,
  I_Ghocrmjest_Db.ObjectOrderNumber AS ObjectOrderNumber,
  I_Ghocrmjest_Db.GHOObjectStatus AS GHOObjectStatus,
  I_Ghocrmjest_Db.ObjectIndicator AS ObjectIndicator,
  I_Ghocrmjest_Db.SystemStatus AS SystemStatus,
  AllocationFrequencyName
FROM P_GhoFcRsAtCJstPSt_Tl
;