I_OrglChangeSettlmtRuleTrace
Adjustments of Settlement Rules
I_OrglChangeSettlmtRuleTrace (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_OrglChangeSettlmtRuleTrace is a Basic CDS View (Dimension) that provides data about "Adjustments of Settlement Rules" in SAP S/4HANA. It reads from 1 data source (finoc_settlmt) and exposes 37 fields with key fields ControllingObject, OrganizationalChange. It has 17 associations to related views.
SAP Help Documentation
| Category | CDS Views for Organizational Changes |
|---|---|
| Data Category | Dimension |
You can use this CDS view to display information about the assignment of profit centers to settlement rules 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 settlement rules in the organizational change? What is the 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
Important Fields Important fields in this view include the following: Field Name Description ControllingObject Object Number OrganizationalChange Orgl Change ControllingObjectType Object Type ControllingArea Controlling Area CompanyCode Company Code OrderID Order Number NetworkActivity Network Activity WBSElementInternalID WBS Element InternalRealEstateNumber Internal Key of Real Estate Object RealEstateContract Real Estate Contract SalesDocument Sales Order Number SalesDocumentItem Item Number in Sales Order OrderCategory Order Category ProfitCenterBeforeOrglChange Old Profit Center ProfitCenterByOrglChange New Profit Center SegmentBeforeOrglChange Old Segment SegmentByOrglChange New Segment
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Accounting and Financial Close |
| Application Component | FI-GL-OC |
| Capabilities | Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Analytical Dimension, Data Source in SQL Select |
| Package | Accounting and Financial Close for SAP S/4HANA Cloud Private Edition |
| Description | <p>You can use this CDS view to display information about the assignment of profit centers to settlement rules 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 settlement rules in the organizational change?</p></li> <li><p>What is the 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
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finoc_settlmt | finoc_settlmt | from |
Associations (17)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ControllingObject | _ControllingObject | $projection.ControllingObject = _ControllingObject.ControllingObject |
| [1..1] | I_OrganizationalChange | _OrglChange | $projection.OrganizationalChange = _OrglChange.OrganizationalChange |
| [1..1] | I_ControllingObjectType | _ControllingObjectType | $projection.ControllingObjectType = _ControllingObjectType.ControllingObjectType |
| [1..1] | I_ControllingArea | _ControllingArea | $projection.ControllingArea = _ControllingArea.ControllingArea |
| [1..1] | I_CompanyCode | _CompanyCode | $projection.CompanyCode = _CompanyCode.CompanyCode |
| [0..1] | I_Order | _Order | $projection.OrderID = _Order.OrderID |
| [0..1] | I_WBSElementBasicData | _WBSElement | $projection.WBSElementInternalID = _WBSElement.WBSElementInternalID |
| [0..1] | I_SalesDocument | _SalesDocument | $projection.SalesDocument = _SalesDocument.SalesDocument |
| [0..1] | I_SalesDocumentItem | _SalesDocumentItem | $projection.SalesDocument = _SalesDocumentItem.SalesDocument and $projection.SalesDocumentItem = _SalesDocumentItem.SalesDocumentItem |
| [0..1] | I_ServiceDocumentType | _ServiceDocumentType | $projection.ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType |
| [0..*] | I_ServiceDocument | _ServiceDocument | $projection.ServiceDocumentItem = _ServiceDocument.ServiceDocument and $projection.ServiceDocumentType = _ServiceDocument.ServiceDocumentType |
| [0..*] | I_ServiceDocumentItem | _ServiceDocumentItem | $projection.ServiceDocument = _ServiceDocumentItem.ServiceDocument and $projection.ServiceDocumentType = _ServiceDocumentItem.ServiceDocumentType and $projection.ServiceDocumentItem = _ServiceDocumentItem.ServiceDocumentItem |
| [0..1] | I_OrderCategory | _OrderCategory | $projection.OrderCategory = _OrderCategory.OrderCategory |
| [0..1] | I_ProfitCenter | _ProfitCtr | $projection.ControllingArea = _ProfitCtr.ControllingArea and $projection.ProfitCenterBeforeOrglChange = _ProfitCtr.ProfitCenter and _ProfitCtr.ValidityEndDate = '99991231' |
| [0..1] | I_ProfitCenter | _ProfitCtrNew | $projection.ControllingArea = _ProfitCtrNew.ControllingArea and $projection.ProfitCenterByOrglChange = _ProfitCtrNew.ProfitCenter and _ProfitCtrNew.ValidityEndDate = '99991231' |
| [0..1] | I_Segment | _Segment | $projection.SegmentBeforeOrglChange = _Segment.Segment |
| [0..1] | I_Segment | _SegmentNew | $projection.SegmentByOrglChange = _SegmentNew.Segment |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Adjustments of Settlement Rules | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | ControllingObject | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingObject | objnr | Val. Obj. No. | |
| KEY | OrganizationalChange | orgl_change | Organizational Change | |
| ControllingObjectType | obart | Object type | ||
| ControllingArea | kokrs | Controlling Area | ||
| CompanyCode | bukrs | Company Code | ||
| OrderID | aufnr | SettlementOrder | ||
| NetworkActivity | Network Activity | |||
| WBSElementInternalID | WBS Element | |||
| InternalRealEstateNumber | intreno | Internal Key of Real Estate Object | ||
| RealEstateContract | Real Estate Contract | |||
| SalesDocument | kdauf | Sales Order Number | ||
| SalesDocumentItem | kdpos | Item Number in Sales Order | ||
| ServiceDocumentType | service_doc_type | Service Document Type | ||
| ServiceDocument | service_doc_id | Service Document ID | ||
| ServiceDocumentItem | service_doc_item_id | Service Document Item ID | ||
| OrderCategory | autyp | Order category | ||
| ProfitCenterBeforeOrglChange | prctr_old | Old Profit Center | ||
| ProfitCenterByOrglChange | prctr_new | New Profit Center | ||
| SegmentBeforeOrglChange | segment_old | Old Segment | ||
| SegmentByOrglChange | segment_new | New Segment | ||
| _ControllingObject | _ControllingObject | |||
| _OrglChange | _OrglChange | |||
| _ControllingObjectType | _ControllingObjectType | |||
| _ControllingArea | _ControllingArea | |||
| _CompanyCode | _CompanyCode | |||
| _Order | _Order | |||
| _WBSElement | _WBSElement | |||
| _OrderCategory | _OrderCategory | |||
| _SalesDocument | _SalesDocument | |||
| _SalesDocumentItem | _SalesDocumentItem | |||
| _ServiceDocumentType | _ServiceDocumentType | |||
| _ServiceDocument | _ServiceDocument | |||
| _ServiceDocumentItem | _ServiceDocumentItem | |||
| _ProfitCtr | _ProfitCtr | |||
| _ProfitCtrNew | _ProfitCtrNew | |||
| _Segment | _Segment | |||
| _SegmentNew | _SegmentNew |
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_OrglChangeSettlmtRuleTrace.
-- 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 I_OrglChangeSettlmtRuleTrace AS
SELECT
objnr AS ControllingObject,
orgl_change AS OrganizationalChange,
obart AS ControllingObjectType,
kokrs AS ControllingArea,
bukrs AS CompanyCode,
aufnr AS OrderID,
cast ( vornr as fis_networkactivity_no_conv preserving type) AS NetworkActivity,
cast(ps_psp_pnr as ps_s4_pspnr preserving type) AS WBSElementInternalID,
intreno AS InternalRealEstateNumber,
cast(recnr as recnvdmcnnr preserving type ) AS RealEstateContract,
kdauf AS SalesDocument,
kdpos AS SalesDocumentItem,
service_doc_type AS ServiceDocumentType,
service_doc_id AS ServiceDocument,
service_doc_item_id AS ServiceDocumentItem,
autyp AS OrderCategory,
prctr_old AS ProfitCenterBeforeOrglChange,
prctr_new AS ProfitCenterByOrglChange,
segment_old AS SegmentBeforeOrglChange,
segment_new AS SegmentByOrglChange
FROM finoc_settlmt
LEFT OUTER JOIN I_ControllingObject AS _ControllingObject ON ControllingObject = _ControllingObject.ControllingObject -- association [1..1]
LEFT OUTER JOIN I_OrganizationalChange AS _OrglChange ON OrganizationalChange = _OrglChange.OrganizationalChange -- association [1..1]
LEFT OUTER JOIN I_ControllingObjectType AS _ControllingObjectType ON ControllingObjectType = _ControllingObjectType.ControllingObjectType -- association [1..1]
LEFT OUTER JOIN I_ControllingArea AS _ControllingArea ON ControllingArea = _ControllingArea.ControllingArea -- association [1..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode -- association [1..1]
LEFT OUTER JOIN I_Order AS _Order ON OrderID = _Order.OrderID -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElement ON WBSElementInternalID = _WBSElement.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_SalesDocument AS _SalesDocument ON SalesDocument = _SalesDocument.SalesDocument -- association [0..1]
LEFT OUTER JOIN I_SalesDocumentItem AS _SalesDocumentItem ON SalesDocument = _SalesDocumentItem.SalesDocument AND SalesDocumentItem = _SalesDocumentItem.SalesDocumentItem -- association [0..1]
LEFT OUTER JOIN I_ServiceDocumentType AS _ServiceDocumentType ON ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType -- association [0..1]
LEFT OUTER JOIN I_ServiceDocument AS _ServiceDocument ON ServiceDocumentItem = _ServiceDocument.ServiceDocument AND ServiceDocumentType = _ServiceDocument.ServiceDocumentType -- association [0..*]
LEFT OUTER JOIN I_ServiceDocumentItem AS _ServiceDocumentItem ON ServiceDocument = _ServiceDocumentItem.ServiceDocument AND ServiceDocumentType = _ServiceDocumentItem.ServiceDocumentType AND ServiceDocumentItem = _ServiceDocumentItem.ServiceDocumentItem -- association [0..*]
LEFT OUTER JOIN I_OrderCategory AS _OrderCategory ON OrderCategory = _OrderCategory.OrderCategory -- association [0..1]
LEFT OUTER JOIN I_ProfitCenter AS _ProfitCtr ON ControllingArea = _ProfitCtr.ControllingArea AND ProfitCenterBeforeOrglChange = _ProfitCtr.ProfitCenter AND _ProfitCtr.ValidityEndDate = '99991231' -- association [0..1]
LEFT OUTER JOIN I_ProfitCenter AS _ProfitCtrNew ON ControllingArea = _ProfitCtrNew.ControllingArea AND ProfitCenterByOrglChange = _ProfitCtrNew.ProfitCenter AND _ProfitCtrNew.ValidityEndDate = '99991231' -- association [0..1]
LEFT OUTER JOIN I_Segment AS _Segment ON SegmentBeforeOrglChange = _Segment.Segment -- association [0..1]
LEFT OUTER JOIN I_Segment AS _SegmentNew ON SegmentByOrglChange = _SegmentNew.Segment -- association [0..1]
;
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