P_RealTimePCCPostedVarc
P_RealTimePCCPostedVarc is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_GLAccountLineItemRawData) and exposes 13 fields with key fields OrderID, Ledger.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountLineItemRawData | _item | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_FiscalPeriodStartDate | budat | |
| P_FiscalPeriodEndDate | budat |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PRTPCCPSTVAR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderID | I_GLAccountLineItemRawData | OrderID | Order ID |
| KEY | Ledger | I_GLAccountLineItemRawData | SourceLedger | Source Ledger |
| AmountInCompanyCodeCurrency | ||||
| AmountInGlobalCurrency | ||||
| AmountInFreeDefinedCurrency1 | ||||
| AmountInFreeDefinedCurrency2 | ||||
| AmountInFreeDefinedCurrency3 | ||||
| AmountInFreeDefinedCurrency4 | ||||
| AmountInFreeDefinedCurrency5 | ||||
| AmountInFreeDefinedCurrency6 | ||||
| AmountInFreeDefinedCurrency7 | ||||
| AmountInFreeDefinedCurrency8 | ||||
| PostingDate |
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_RealTimePCCPostedVarc.
-- 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.
-- SQL view name: PRTPCCPSTVAR
-- Parameters: P_FiscalPeriodStartDate : budat, P_FiscalPeriodEndDate : budat
CREATE VIEW P_RealTimePCCPostedVarc AS
SELECT
_item.OrderID AS OrderID,
_item.SourceLedger AS Ledger,
-sum(_item.AmountInCompanyCodeCurrency) AS AmountInCompanyCodeCurrency,
-sum(_item.AmountInGlobalCurrency) AS AmountInGlobalCurrency,
-sum(_item.AmountInFreeDefinedCurrency1) AS AmountInFreeDefinedCurrency1,
-sum(_item.AmountInFreeDefinedCurrency2) AS AmountInFreeDefinedCurrency2,
-sum(_item.AmountInFreeDefinedCurrency3) AS AmountInFreeDefinedCurrency3,
-sum(_item.AmountInFreeDefinedCurrency4) AS AmountInFreeDefinedCurrency4,
-sum(_item.AmountInFreeDefinedCurrency5) AS AmountInFreeDefinedCurrency5,
-sum(_item.AmountInFreeDefinedCurrency6) AS AmountInFreeDefinedCurrency6,
-sum(_item.AmountInFreeDefinedCurrency7) AS AmountInFreeDefinedCurrency7,
-sum(_item.AmountInFreeDefinedCurrency8) AS AmountInFreeDefinedCurrency8,
max(_item.PostingDate) AS PostingDate
FROM I_GLAccountLineItemRawData AS _item
;
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