C_ProfitCenterToOpenItem
Assgmt of Profit Center to Open Item
C_ProfitCenterToOpenItem is a Consumption CDS View that provides data about "Assgmt of Profit Center to Open Item" in SAP S/4HANA. It reads from 1 data source (I_ProfitCenterToOpenItem) and exposes 29 fields with key fields OrganizationalChangeObjectType, SplitOpenItemKey, ValidityStartDate. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProfitCenterToOpenItem | _ProfitCenterToOpenItem | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProfitCenterText | _ProfitCenterBfrOrglChangeText | _ProfitCenterToOpenItem.ControllingArea = _ProfitCenterBfrOrglChangeText.ControllingArea and _ProfitCenterToOpenItem.ProfitCenterBeforeOrglChange = _ProfitCenterBfrOrglChangeText.ProfitCenter and _ProfitCenterBfrOrglChangeText.ValidityEndDate = '99991231' |
| [0..*] | I_ProfitCenterText | _ProfitCenterByOrglChangeText | _ProfitCenterToOpenItem.ControllingArea = _ProfitCenterByOrglChangeText.ControllingArea and _ProfitCenterToOpenItem.ProfitCenter = _ProfitCenterByOrglChangeText.ProfitCenter and _ProfitCenterByOrglChangeText.ValidityEndDate = '99991231' |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Assgmt of Profit Center to Open Item | view |
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalChangeObjectType | |||
| KEY | SplitOpenItemKey | SplitOpenItemKey | Open Item ID | |
| KEY | ValidityStartDate | ValidityStartDate | Validity Start Date | |
| ValidityEndDate | ValidityEndDate | ValidTo | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| ControllingAreaName | _ControllingArea | ControllingAreaName | Long Text | |
| CompanyCode | CompanyCode | Receiver Company Code | ||
| CompanyCodeName | _CompanyCode | CompanyCodeName | Company Name | |
| ProfitCenterBeforeOrglChange | ProfitCenterBeforeOrglChange | Old Profit Center | ||
| ProfitCenterByOrglChange | ProfitCenter | Profit Center | ||
| OrganizationalChange | OrganizationalChange | Organizational Change | ||
| OrglChangeReassignmentStatus | OrglChangeReassignmentStatus | Status | ||
| ProfitCenterDerivationSrceType | ProfitCenterDerivationSrceType | Profit Center Source | ||
| SegmentByOrglChange | _ProfitCtr | Segment | Segment number | |
| SegmentBeforeOrglChange | _ProfitCenterBeforeOrglChange | Segment | Segment number | |
| SegmentNameendasSegmentByOrglChangeName | ||||
| AccountingDocument | AccountingDocument | Journal Entry | ||
| FiscalYear | FiscalYear | G/L Fiscal Year | ||
| AccountingDocumentItem | AccountingDocumentItem | Posting View Item | ||
| SplitInformationSequenceNumber | SplitInformationSequenceNumber | Sequence Number | ||
| _OrglChgReassignmentStatus | _OrglChgReassignmentStatus | |||
| _ProfitCtrDerivationSrceType | _ProfitCtrDerivationSrceType | |||
| _OrglChange | _OrglChange | |||
| _CompanyCode | _CompanyCode | |||
| _ControllingArea | _ControllingArea | |||
| _ProfitCtr | _ProfitCtr | |||
| _ProfitCenterBeforeOrglChange | _ProfitCenterBeforeOrglChange | |||
| _JournalEntry | _JournalEntry | |||
| _FiscalYear | _FiscalYear |
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 C_ProfitCenterToOpenItem.
-- 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.
CREATE VIEW C_ProfitCenterToOpenItem AS
SELECT
'OI' AS OrganizationalChangeObjectType,
SplitOpenItemKey,
ValidityStartDate,
ValidityEndDate,
ControllingArea,
_ControllingArea.ControllingAreaName AS ControllingAreaName,
CompanyCode,
_CompanyCode.CompanyCodeName AS CompanyCodeName,
ProfitCenterBeforeOrglChange,
ProfitCenter AS ProfitCenterByOrglChange,
OrganizationalChange,
OrglChangeReassignmentStatus,
ProfitCenterDerivationSrceType,
_ProfitCtr.Segment AS SegmentByOrglChange,
_ProfitCenterBeforeOrglChange.Segment AS SegmentBeforeOrglChange,
case when _ProfitCtr._Segment._Text[1:Language=$session.system_language].SegmentName is null then _ProfitCtr._Segment._Text[1:Language='E'].SegmentName else _ProfitCtr._Segment._Text[1:Language=$session.system_language].SegmentName end as SegmentByOrglChangeName AS SegmentNameendasSegmentByOrglChangeName,
AccountingDocument,
FiscalYear,
AccountingDocumentItem,
SplitInformationSequenceNumber
FROM I_ProfitCenterToOpenItem AS _ProfitCenterToOpenItem
LEFT OUTER JOIN I_ProfitCenterText AS _ProfitCenterBfrOrglChangeText ON _ProfitCenterToOpenItem.ControllingArea = _ProfitCenterBfrOrglChangeText.ControllingArea AND _ProfitCenterToOpenItem.ProfitCenterBeforeOrglChange = _ProfitCenterBfrOrglChangeText.ProfitCenter AND _ProfitCenterBfrOrglChangeText.ValidityEndDate = '99991231' -- association [0..*]
LEFT OUTER JOIN I_ProfitCenterText AS _ProfitCenterByOrglChangeText ON _ProfitCenterToOpenItem.ControllingArea = _ProfitCenterByOrglChangeText.ControllingArea AND _ProfitCenterToOpenItem.ProfitCenter = _ProfitCenterByOrglChangeText.ProfitCenter AND _ProfitCenterByOrglChangeText.ValidityEndDate = '99991231' -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA