I_RAContractWithPerfOblgnVH
RA Contract Value Help
I_RAContractWithPerfOblgnVH is a Composite CDS View that provides data about "RA Contract Value Help" in SAP S/4HANA. It reads from 1 data source (I_RAPerformanceObligation) and exposes 33 fields with key fields RevenueAccountingContract, AccountingPrinciple, PerformanceObligation. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_RAPerformanceObligation | I_RAPerformanceObligation | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_RAPerformanceObligation | _E_RAPerformanceObligation | $projection.PerformanceObligation = _E_RAPerformanceObligation.PerformanceObligation |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Analytics.technicalName | IRACONTRWPOBVH | view | |
| EndUserText.label | RA Contract Value Help | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | PerformanceObligation | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RevenueAccountingContract | RevenueAccountingContract | Revenue Contract | |
| KEY | AccountingPrinciple | AccountingPrinciple | AP Ledger/CoCode | |
| KEY | PerformanceObligation | PerformanceObligation | Performance Obligation | |
| PerformanceObligationClass | PerformanceObligationClass | Performance Obligation Name | ||
| RAPerformanceObligationType | RAPerformanceObligationType | Performance Obligation Type | ||
| RevnAcctgOperationalDocument | ||||
| Customer | Customer | Sold-to Party | ||
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| RevnAcctgSalesOrganization | RevnAcctgSalesOrganization | Sales Org. | ||
| PerfOblgnFulfillmentType | PerfOblgnFulfillmentType | Fulfillment Type | ||
| PerfOblgnEventType | PerfOblgnEventType | Event Type | ||
| RAPerfOblgnDistinctType | RAPerfOblgnDistinctType | Composition | ||
| PerformanceObligationRole | PerformanceObligationRole | Performance Obligation Role | ||
| RAFulfillmentIsValueBased | RAFulfillmentIsValueBased | Fulfillments Based on Values | ||
| PerfOblgnIsFinallyInvoiced | PerfOblgnIsFinallyInvoiced | Final Invoice | ||
| FunctionalArea | FunctionalArea | Sendr Fctl Area | ||
| BusinessArea | BusinessArea | Business Area | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| Segment | Segment | Segment number | ||
| CostCenter | CostCenter | Cost Center | ||
| OrderID | OrderID | Order ID | ||
| WBSElementExternalID | WBSElementExternalID | WBS Element External ID | ||
| RAPerfOblgnFinalizationDate | RAPerfOblgnFinalizationDate | Finalizat. Date | ||
| RAPerfOblgnIsCostRecognizable | RAPerfOblgnIsCostRecognizable | Cost Recognition | ||
| RAPerfOblgnCategory | RAPerfOblgnCategory | Performance Obligation Category | ||
| RAPerfOblgnIsManuallyCreated | RAPerfOblgnIsManuallyCreated | Manual Created | ||
| _RevenueAccountingContract | _RevenueAccountingContract | |||
| _BusinessPartner | _BusinessPartner | |||
| _FulfillmentType | _FulfillmentType | |||
| _PerfObligationEventType | _PerfObligationEventType | |||
| _PerfOblgnDistinctType | _PerfOblgnDistinctType | |||
| _RAPerfOblgnCategory | _RAPerfOblgnCategory | |||
| _AccountingPrinciple | _AccountingPrinciple |
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_RAContractWithPerfOblgnVH.
-- 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_RAContractWithPerfOblgnVH AS
SELECT
RevenueAccountingContract,
AccountingPrinciple,
PerformanceObligation,
PerformanceObligationClass,
RAPerformanceObligationType,
I_RAPerformanceObligation._Mapping.RevnAcctgOperationalDocument AS RevnAcctgOperationalDocument,
Customer,
BusinessPartner,
RevnAcctgSalesOrganization,
PerfOblgnFulfillmentType,
PerfOblgnEventType,
RAPerfOblgnDistinctType,
PerformanceObligationRole,
RAFulfillmentIsValueBased,
PerfOblgnIsFinallyInvoiced,
FunctionalArea,
BusinessArea,
ProfitCenter,
Segment,
CostCenter,
OrderID,
WBSElementExternalID,
RAPerfOblgnFinalizationDate,
RAPerfOblgnIsCostRecognizable,
RAPerfOblgnCategory,
RAPerfOblgnIsManuallyCreated
FROM I_RAPerformanceObligation
LEFT OUTER JOIN E_RAPerformanceObligation AS _E_RAPerformanceObligation ON PerformanceObligation = _E_RAPerformanceObligation.PerformanceObligation -- 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