P_RAChgTypeItemWithSplitData
RA Change Type Item With Split Data
P_RAChgTypeItemWithSplitData is a Composite CDS View that provides data about "RA Change Type Item With Split Data" in SAP S/4HANA. It reads from 1 data source (I_RAPerfOblgnChangeTypeItem) and exposes 24 fields with key fields PerformanceObligation, RevenueAccountingContract, RevnAcctgReconciliationKey, RevnAcctgContrChangeEffctvDate. It has 2 associations to related views. Part of development package ODATA_FARR_ALLOC_AMT_EXPLAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_RAPerfOblgnChangeTypeItem | ChangeTypeItemWithRecnclnKey | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | P_RAHighLvlSplitRevnPerProKey | SplitRevenue | $projection.PerformanceObligation = SplitRevenue.RAHigherLevelPerfOblgn and $projection.RevenueAccountingContract = SplitRevenue.RevenueAccountingContract and $projection.RevnAcctgReconciliationKey = SplitRevenue.RevnAcctgReconciliationKey |
| [1..1] | P_RASplitQtyPerProRecnclnKey | SplitQuantity | $projection.PerformanceObligation = SplitQuantity.PerformanceObligation and $projection.RevenueAccountingContract = SplitQuantity.RevenueAccountingContract and $projection.RevnAcctgReconciliationKey = SplitQuantity.RevnAcctgReconciliationKey |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PerformanceObligation | I_RAPerfOblgnChangeTypeItem | PerformanceObligation | Performance Obligation |
| KEY | RevenueAccountingContract | I_RAPerfOblgnChangeTypeItem | RevenueAccountingContract | Revenue Contract |
| KEY | RevnAcctgReconciliationKey | I_RAPerfOblgnChangeTypeItem | RevnAcctgReconciliationKey | Reconcil. Key |
| KEY | RevnAcctgContrChangeEffctvDate | RevnAcctgContrChangeEffctvDate | Validity Date | |
| RAPerfOblgnChangeType | RAPerfOblgnChangeType | Change type | ||
| PerformanceObligationClass | PerformanceObligationClass | Performance Obligation Name | ||
| FiscalYearPeriod | FiscalYearPeriod | Period/Year | ||
| RAPerformanceObligationType | RAPerformanceObligationType | Performance Obligation Type | ||
| RABusinessChangeReason | RABusinessChangeReason | |||
| RAPerfOblgnDistinctType | RAPerfOblgnDistinctType | Composition | ||
| ContractualPrcInSlsDocCrcy | ContractualPrcInSlsDocCrcy | Contractual Price | ||
| AllocatedPriceInSalesDocCrcy | AllocatedPriceInSalesDocCrcy | Allocated Amount | ||
| SSPriceInSalesDocCrcy | SSPriceInSalesDocCrcy | Standalone Selling Price | ||
| RATotalInterestAmtInSlsDocCrcy | RATotalInterestAmtInSlsDocCrcy | |||
| SSPriceTolerancePercent | SSPriceTolerancePercent | SSP Tolerance Percentage | ||
| SSPriceToleranceAmount | SSPriceToleranceAmount | SSP Tolerance | ||
| SalesDocumentCurrency | I_RAPerfOblgnChangeTypeItem | SalesDocumentCurrency | Currency | |
| RAPerfOblgnIsResidual | RAPerfOblgnIsResidual | Residual Allocation | ||
| PerfOblgnIsExclFromPriceAlloc | PerfOblgnIsExclFromPriceAlloc | Excluded from Allocation | ||
| RAContractIsManuallyAllocated | RAContractIsManuallyAllocated | Price Allocated Manually | ||
| RAPerfOblgnFinalizationDate | RAPerfOblgnFinalizationDate | Finalizat. Date | ||
| PerfOblgnEffectiveQuantity | PerfOblgnEffectiveQuantity | Effective Quantity | ||
| PerfOblgnEffectiveQuantityUnit | PerfOblgnEffectiveQuantityUnit | Unit of Measure | ||
| RAChangeTypeChangeDateTime | RAChangeTypeChangeDateTime |
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_RAChgTypeItemWithSplitData.
-- 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 P_RAChgTypeItemWithSplitData AS
SELECT
ChangeTypeItemWithRecnclnKey.PerformanceObligation AS PerformanceObligation,
ChangeTypeItemWithRecnclnKey.RevenueAccountingContract AS RevenueAccountingContract,
ChangeTypeItemWithRecnclnKey.RevnAcctgReconciliationKey AS RevnAcctgReconciliationKey,
RevnAcctgContrChangeEffctvDate,
RAPerfOblgnChangeType,
PerformanceObligationClass,
FiscalYearPeriod,
RAPerformanceObligationType,
RABusinessChangeReason,
RAPerfOblgnDistinctType,
ContractualPrcInSlsDocCrcy,
AllocatedPriceInSalesDocCrcy,
SSPriceInSalesDocCrcy,
RATotalInterestAmtInSlsDocCrcy,
SSPriceTolerancePercent,
SSPriceToleranceAmount,
ChangeTypeItemWithRecnclnKey.SalesDocumentCurrency AS SalesDocumentCurrency,
RAPerfOblgnIsResidual,
PerfOblgnIsExclFromPriceAlloc,
RAContractIsManuallyAllocated,
RAPerfOblgnFinalizationDate,
PerfOblgnEffectiveQuantity,
PerfOblgnEffectiveQuantityUnit,
RAChangeTypeChangeDateTime
FROM I_RAPerfOblgnChangeTypeItem AS ChangeTypeItemWithRecnclnKey
LEFT OUTER JOIN P_RAHighLvlSplitRevnPerProKey AS SplitRevenue ON PerformanceObligation = SplitRevenue.RAHigherLevelPerfOblgn AND RevenueAccountingContract = SplitRevenue.RevenueAccountingContract AND RevnAcctgReconciliationKey = SplitRevenue.RevnAcctgReconciliationKey -- association [1..1]
LEFT OUTER JOIN P_RASplitQtyPerProRecnclnKey AS SplitQuantity ON PerformanceObligation = SplitQuantity.PerformanceObligation AND RevenueAccountingContract = SplitQuantity.RevenueAccountingContract AND RevnAcctgReconciliationKey = SplitQuantity.RevnAcctgReconciliationKey -- association [1..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