I_ProfitCenterToProject

DDL: I_PROFITCENTERTOPROJECT SQL: IFINOCRTPRO Type: view BASIC

Assgmt of PrftCtr to Project

I_ProfitCenterToProject (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Accounting and Financial Close

I_ProfitCenterToProject is a Basic CDS View (Dimension) that provides data about "Assgmt of PrftCtr to Project" in SAP S/4HANA. It reads from 1 data source (finoc_rt_pro) and exposes 18 fields with key fields ProjectInternalID, ValidityStartDate. It has 8 associations to related views.

SAP Help Documentation

CategoryCDS Views for Organizational Changes
Data CategoryDimension
StatusStatus
Purpose
You can use this CDS view to display information about assignment of Profit Centers to Projects in an Organizational Change. This CDS view provides the data to answer the following business questions: Which old and new profit centers are assigned to which projects in the organizational change? What is the current status of the profit center reassignment? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations Users who want to use this CDS view must have the following authorization objects assigned: F_ORGLCHG (Organizational Change)

Structure
Further Important Fields Important fields in this view include the following: Field Name Description ProjectInternalID Project Def. ValidityStartDate Valid from ValidityEndDate Valid to ControllingArea Controlling Area CompanyCode Company Code ProfitCenterBeforeOrglChange Old Profit Center ProfitCenter New Profit Center OrganizationalChange Organizational Change OrglChangeReassignmentStatus Status ProfitCenterDerivationSrceType Profit Center Source Depending on your configuration, some of the fields included in this CDS view may not expose any data.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessAccounting and Financial Close
Application ComponentFI-GL-OC
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source in SQL Select, Data Source for Defining CDS Entities
PackageAccounting and Financial Close for SAP S/4HANA Cloud Private Edition
Description <p>You can use this CDS view to display information about assignment of Profit Centers to Projects in an Organizational Change.</p> <p>This CDS view provides the data to answer the following business questions:</p> <ul> <li><p>Which old and new profit centers are assigned to which projects in the organizational change?</p></li> <li><p>What is the current status of the profit center reassignment?</p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
finoc_rt_pro finoc_rt_pro from

Associations (8)

CardinalityTargetAliasCondition
[1] I_OrglChangeReassignmentStatus _OrglChgReassignmentStatus $projection.OrglChangeReassignmentStatus = _OrglChgReassignmentStatus.OrglChangeReassignmentStatus
[0..1] I_ProfitCtrDerivationSrceType _ProfitCtrDerivationSrceType $projection.ProfitCenterDerivationSrceType = _ProfitCtrDerivationSrceType.ProfitCenterDerivationSrceType
[1] I_ProjectBasicData _ProjectBasicData $projection.ProjectInternalID = _ProjectBasicData.ProjectInternalID
[0..1] I_OrganizationalChange _OrglChange $projection.OrganizationalChange = _OrglChange.OrganizationalChange
[0..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[1] I_ControllingArea _ControllingArea $projection.ControllingArea = _ControllingArea.ControllingArea
[0..1] I_ProfitCenter _ProfitCtr $projection.ControllingArea = _ProfitCtr.ControllingArea and $projection.ProfitCenter = _ProfitCtr.ProfitCenter and $projection.ValidityStartDate >= _ProfitCtr.ValidityStartDate and $projection.ValidityStartDate <= _ProfitCtr.ValidityEndDate
[0..1] I_ProfitCenter _ProfitCenterBeforeOrglChange $projection.ControllingArea = _ProfitCenterBeforeOrglChange.ControllingArea and $projection.ProfitCenterBeforeOrglChange = _ProfitCenterBeforeOrglChange.ProfitCenter and $projection.ValidityStartDate >= _ProfitCenterBeforeOrglChange.ValidityStartDate and $projection.ValidityStartDate <= _ProfitCenterBeforeOrglChange.ValidityEndDate

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IFINOCRTPRO view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Assgmt of PrftCtr to Project view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey ProjectInternalID view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Analytics.internalName #LOCAL view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.allowExtensions true view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY ProjectInternalID Project (internal)
KEY ValidityStartDate valid_from Validity Start Time
ValidityEndDate valid_to Validity End Time
ControllingArea kokrs Controlling Area
CompanyCode bukrs Company Code
ProfitCenterBeforeOrglChange prctr_old Old Profit Center
ProfitCenter prctr New Profit Center
OrganizationalChange orgl_change Organizational Change
OrglChangeReassignmentStatus reassgmt_status Reassgmt Status
ProfitCenterDerivationSrceType prctr_drvtn_source_type Profit Center Derivation Source
_OrglChgReassignmentStatus _OrglChgReassignmentStatus
_ProfitCtrDerivationSrceType _ProfitCtrDerivationSrceType
_ProjectBasicData _ProjectBasicData
_OrglChange _OrglChange
_CompanyCode _CompanyCode
_ControllingArea _ControllingArea
_ProfitCtr _ProfitCtr
_ProfitCenterBeforeOrglChange _ProfitCenterBeforeOrglChange

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_ProfitCenterToProject.
-- 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: IFINOCRTPRO

CREATE VIEW I_ProfitCenterToProject AS
SELECT
  cast (ps_prj_pnr as ps_s4_proj_pspnr preserving type) AS ProjectInternalID,
  valid_from AS ValidityStartDate,
  valid_to AS ValidityEndDate,
  kokrs AS ControllingArea,
  bukrs AS CompanyCode,
  prctr_old AS ProfitCenterBeforeOrglChange,
  prctr AS ProfitCenter,
  orgl_change AS OrganizationalChange,
  reassgmt_status AS OrglChangeReassignmentStatus,
  prctr_drvtn_source_type AS ProfitCenterDerivationSrceType
FROM finoc_rt_pro
LEFT OUTER JOIN I_OrglChangeReassignmentStatus AS _OrglChgReassignmentStatus ON OrglChangeReassignmentStatus = _OrglChgReassignmentStatus.OrglChangeReassignmentStatus  -- association [1]
LEFT OUTER JOIN I_ProfitCtrDerivationSrceType AS _ProfitCtrDerivationSrceType ON ProfitCenterDerivationSrceType = _ProfitCtrDerivationSrceType.ProfitCenterDerivationSrceType  -- association [0..1]
LEFT OUTER JOIN I_ProjectBasicData AS _ProjectBasicData ON ProjectInternalID = _ProjectBasicData.ProjectInternalID  -- association [1]
LEFT OUTER JOIN I_OrganizationalChange AS _OrglChange ON OrganizationalChange = _OrglChange.OrganizationalChange  -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode  -- association [0..1]
LEFT OUTER JOIN I_ControllingArea AS _ControllingArea ON ControllingArea = _ControllingArea.ControllingArea  -- association [1]
LEFT OUTER JOIN I_ProfitCenter AS _ProfitCtr ON ControllingArea = _ProfitCtr.ControllingArea AND ProfitCenter = _ProfitCtr.ProfitCenter AND ValidityStartDate >= _ProfitCtr.ValidityStartDate AND ValidityStartDate <= _ProfitCtr.ValidityEndDate  -- association [0..1]
LEFT OUTER JOIN I_ProfitCenter AS _ProfitCenterBeforeOrglChange ON ControllingArea = _ProfitCenterBeforeOrglChange.ControllingArea AND ProfitCenterBeforeOrglChange = _ProfitCenterBeforeOrglChange.ProfitCenter AND ValidityStartDate >= _ProfitCenterBeforeOrglChange.ValidityStartDate AND ValidityStartDate <= _ProfitCenterBeforeOrglChange.ValidityEndDate  -- association [0..1]
;