I_RAContrWithPostedBalance
Interface RA Posted Contract Balance
I_RAContrWithPostedBalance is a Composite CDS View that provides data about "Interface RA Posted Contract Balance" in SAP S/4HANA. It reads from 1 data source (I_RevenueAccountingContract) and exposes 44 fields with key field RevenueAccountingContract.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_RevenueAccountingContract | Contract | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Interface RA Posted Contract Balance | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (44)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RevenueAccountingContract | I_RevenueAccountingContract | RevenueAccountingContract | Revenue Contract |
| RevnAcctgContractDescription | I_RevenueAccountingContract | RevnAcctgContractDescription | Description | |
| CompanyCode | I_RevenueAccountingContract | CompanyCode | Receiver Company Code | |
| AccountingPrinciple | I_RevenueAccountingContract | AccountingPrinciple | AP Ledger/CoCode | |
| BusinessPartner | I_RevenueAccountingContract | BusinessPartner | Issuing Authority | |
| Customer | I_RevenueAccountingContract | Customer | Sold-to Party | |
| TotContractualPrcInSlsDocCrcy | I_RevenueAccountingContract | TotContractualPrcInSlsDocCrcy | Contractual Price | |
| UpToCurPeriodRecognizedRevenue | RAContractRev2CurPerd | ContractRecgdAmtInSlsDocCrcy | ||
| RAContrCatchUpAmtInSlsDocCrcy | RAContractRev2CurPerd | ContractCatchupAmtInSlsDocCrcy | ||
| RAContrBalanceDerivationRule | I_RevenueAccountingContract | RAContrBalanceDerivationRule | Balance Presentation | |
| PostedRevnInSlsDocCrcy | ContractPostedRevenue | TotalPostedRevnInSlsDocCrcy | ||
| RAContrLiabilitiesAmount | RAContrPostedAmt | RAContrLiabilitiesAmount | ||
| RAContractAssetsAmount | RAContrPostedAmt | RAContractAssetsAmount | ||
| RAPostedUnbilldRblsAmount | RAContrPostedAmt | RAPostedUnbilldRblsAmount | ||
| RADeferredRevenueInSlsDocCrcy | RAContrPostedAmt | RADeferredRevenueInSlsDocCrcy | ||
| RAReceivablesAmtInSlsDocCrcy | RAContrPostedAmt | RAReceivablesAmtInSlsDocCrcy | ||
| RABilledRblsAmtInSlsDocCrcy | RAContrPostedAmt | RABilledRblsAmtInSlsDocCrcy | ||
| RAUnbilledRblsAmount | RAContrPostedAmt | RAUnbilledRblsAmount | ||
| NumberOfPerformanceObligations | I_RevenueAccountingContract | NumberOfPerformanceObligations | Number of Performance Obligations | |
| AllocEffctAmountInSalesDocCrcy | I_RevenueAccountingContract | AllocEffctAmountInSalesDocCrcy | Allocation Effect | |
| SalesDocumentCurrency | I_RevenueAccountingContract | SalesDocumentCurrency | Currency | |
| RevnAcctgSalesOrganization | I_RevenueAccountingContract | RevnAcctgSalesOrganization | Sales Org. | |
| RAContractHasAllocationEffect | I_RevenueAccountingContract | RAContractHasAllocationEffect | Has Allocation Effect | |
| RevnAcctgContractStatus | I_RevenueAccountingContract | RevnAcctgContractStatus | Contract Status | |
| RevnAcctgContractStatusName | ||||
| RAContractCompletionDate | I_RevenueAccountingContract | RAContractCompletionDate | Completion Date | |
| RevnContrAssetsImpairmentDate | I_RevenueAccountingContract | RevnContrAssetsImpairmentDate | Early Termination Date | |
| RAContractHasAssetsImpairment | I_RevenueAccountingContract | RAContractHasAssetsImpairment | Contract was Terminated Early | |
| RevnAcctgContractCreatedByUser | I_RevenueAccountingContract | RevnAcctgContractCreatedByUser | Last Changed By | |
| CreatedByUserDescription | ||||
| RevnAcctgContractCreationDate | I_RevenueAccountingContract | RevnAcctgContractCreationDate | Created On | |
| RAContractLastChangedByUsr | I_RevenueAccountingContract | RAContractLastChangedByUsr | Last Changed By | |
| LastChangedByUserDescription | ||||
| RAContractLastChangeDate | I_RevenueAccountingContract | RAContractLastChangeDate | Changed on | |
| RAContractVersionCode | I_RevenueAccountingContract | RAContractVersionCode | RAR version code | |
| RAContractIsSoftDeleted | I_RevenueAccountingContract | RAContractIsSoftDeleted | Soft Deleted | |
| _BusinessPartner | I_RevenueAccountingContract | _BusinessPartner | ||
| _Customer | I_RevenueAccountingContract | _Customer | ||
| _CompanyCode | I_RevenueAccountingContract | _CompanyCode | ||
| _AccountingPrinciple | I_RevenueAccountingContract | _AccountingPrinciple | ||
| _Currency | I_RevenueAccountingContract | _Currency | ||
| _SalesOrganization | I_RevenueAccountingContract | _SalesOrganization | ||
| _CreatedByUser | I_RevenueAccountingContract | _CreatedByUser | ||
| _ChangedByUser | I_RevenueAccountingContract | _ChangedByUser |
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_RAContrWithPostedBalance.
-- 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_RAContrWithPostedBalance AS
SELECT
Contract.RevenueAccountingContract AS RevenueAccountingContract,
Contract.RevnAcctgContractDescription AS RevnAcctgContractDescription,
Contract.CompanyCode AS CompanyCode,
Contract.AccountingPrinciple AS AccountingPrinciple,
Contract.BusinessPartner AS BusinessPartner,
Contract.Customer AS Customer,
Contract.TotContractualPrcInSlsDocCrcy AS TotContractualPrcInSlsDocCrcy,
RAContractRev2CurPerd.ContractRecgdAmtInSlsDocCrcy AS UpToCurPeriodRecognizedRevenue,
RAContractRev2CurPerd.ContractCatchupAmtInSlsDocCrcy AS RAContrCatchUpAmtInSlsDocCrcy,
Contract.RAContrBalanceDerivationRule AS RAContrBalanceDerivationRule,
ContractPostedRevenue.TotalPostedRevnInSlsDocCrcy AS PostedRevnInSlsDocCrcy,
RAContrPostedAmt.RAContrLiabilitiesAmount AS RAContrLiabilitiesAmount,
RAContrPostedAmt.RAContractAssetsAmount AS RAContractAssetsAmount,
RAContrPostedAmt.RAPostedUnbilldRblsAmount AS RAPostedUnbilldRblsAmount,
RAContrPostedAmt.RADeferredRevenueInSlsDocCrcy AS RADeferredRevenueInSlsDocCrcy,
RAContrPostedAmt.RAReceivablesAmtInSlsDocCrcy AS RAReceivablesAmtInSlsDocCrcy,
RAContrPostedAmt.RABilledRblsAmtInSlsDocCrcy AS RABilledRblsAmtInSlsDocCrcy,
RAContrPostedAmt.RAUnbilledRblsAmount AS RAUnbilledRblsAmount,
Contract.NumberOfPerformanceObligations AS NumberOfPerformanceObligations,
Contract.AllocEffctAmountInSalesDocCrcy AS AllocEffctAmountInSalesDocCrcy,
Contract.SalesDocumentCurrency AS SalesDocumentCurrency,
Contract.RevnAcctgSalesOrganization AS RevnAcctgSalesOrganization,
Contract.RAContractHasAllocationEffect AS RAContractHasAllocationEffect,
Contract.RevnAcctgContractStatus AS RevnAcctgContractStatus,
Contract._RAContractStatus._Text[1: Language = $session.system_language].RevnAcctgContractStatusName AS RevnAcctgContractStatusName,
Contract.RAContractCompletionDate AS RAContractCompletionDate,
Contract.RevnContrAssetsImpairmentDate AS RevnContrAssetsImpairmentDate,
Contract.RAContractHasAssetsImpairment AS RAContractHasAssetsImpairment,
Contract.RevnAcctgContractCreatedByUser AS RevnAcctgContractCreatedByUser,
Contract._CreatedByUser.UserDescription AS CreatedByUserDescription,
Contract.RevnAcctgContractCreationDate AS RevnAcctgContractCreationDate,
Contract.RAContractLastChangedByUsr AS RAContractLastChangedByUsr,
Contract._ChangedByUser.UserDescription AS LastChangedByUserDescription,
Contract.RAContractLastChangeDate AS RAContractLastChangeDate,
Contract.RAContractVersionCode AS RAContractVersionCode,
Contract.RAContractIsSoftDeleted AS RAContractIsSoftDeleted,
Contract._BusinessPartner AS _BusinessPartner,
Contract._Customer AS _Customer,
Contract._CompanyCode AS _CompanyCode,
Contract._AccountingPrinciple AS _AccountingPrinciple,
Contract._Currency AS _Currency,
Contract._SalesOrganization AS _SalesOrganization,
Contract._CreatedByUser AS _CreatedByUser,
Contract._ChangedByUser AS _ChangedByUser
FROM I_RevenueAccountingContract AS Contract
;
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