P_ACMPrcReconVlogpFinalDat
P_ACMPrcReconVlogpFinalDat is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (P_ACMPrcReconVlogpPrepData, I_PhysCmmdtyForMaterial) and exposes 23 fields with key fields PricingKey, Version, PricingDocumentItem, ConditionType, SubConditionType.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_ACMPrcReconVlogpPrepData | P_ACMPrcReconVlogpPrepData | from |
| I_PhysCmmdtyForMaterial | PhysCmmdty | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PricingKey | VLOGP | PricingKey | Pricing Key |
| KEY | Version | VLOGP | Version | XML Vers. |
| KEY | PricingDocumentItem | |||
| KEY | ConditionType | VLOGP | ConditionType | Condition type |
| KEY | SubConditionType | VLOGP | SubConditionType | |
| ACMPricingDocumentItem | VLOGP | PricingDocumentItem | Item | |
| MTMDataSourceType | VLOGP | MTMDataSourceType | Type of Data Record | |
| SourceDocument | VLOGP | SourceDocument | Document | |
| DocumentCurrency | VLOGP | DocumentCurrency | Document Currency | |
| DeliveryPeriodStartDate | VLOGP | DeliveryPeriodStartDate | ||
| DeliveryPeriodEndDate | VLOGP | DeliveryPeriodEndDate | ||
| ConditionTermRate | VLOGP | ConditionTermRate | ||
| ConditionTermRateCurrency | VLOGP | ConditionTermRateCurrency | ||
| ConditionTermRateQuantity | VLOGP | ConditionTermRateQuantity | ||
| ConditionTermRateQuantityUnit | VLOGP | ConditionTermRateQuantityUnit | ||
| MaturityKeyDate | VLOGP | MaturityKeyDate | Maturity Key Date | |
| ConditionTermRateFixation | VLOGP | ConditionTermRateFixation | ||
| RefPricingDocumentItem | VLOGP | PricingDocumentItem | Item | |
| PricingStatus | VLOGP | PricingStatus | ||
| TargetConversionFactor | VLOGP | TargetConversionFactor | ||
| SourceConversionFactor | VLOGP | SourceConversionFactor | ||
| OriginReferenceDocument | VLOGP | OriginReferenceDocument | Root Document | |
| PhysicalCommodity | I_PhysCmmdtyForMaterial | PhysicalCommodity | Commodity Code |
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_ACMPrcReconVlogpFinalDat.
-- 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_ACMPrcReconVlogpFinalDat AS
SELECT
VLOGP.PricingKey AS PricingKey,
VLOGP.Version AS Version,
lpad(VLOGP.PricingDocumentItem, 10, '0') AS PricingDocumentItem,
VLOGP.ConditionType AS ConditionType,
VLOGP.SubConditionType AS SubConditionType,
VLOGP.PricingDocumentItem AS ACMPricingDocumentItem,
VLOGP.MTMDataSourceType AS MTMDataSourceType,
VLOGP.SourceDocument AS SourceDocument,
VLOGP.DocumentCurrency AS DocumentCurrency,
VLOGP.DeliveryPeriodStartDate AS DeliveryPeriodStartDate,
VLOGP.DeliveryPeriodEndDate AS DeliveryPeriodEndDate,
VLOGP.ConditionTermRate AS ConditionTermRate,
VLOGP.ConditionTermRateCurrency AS ConditionTermRateCurrency,
VLOGP.ConditionTermRateQuantity AS ConditionTermRateQuantity,
VLOGP.ConditionTermRateQuantityUnit AS ConditionTermRateQuantityUnit,
VLOGP.MaturityKeyDate AS MaturityKeyDate,
VLOGP.ConditionTermRateFixation AS ConditionTermRateFixation,
VLOGP.PricingDocumentItem AS RefPricingDocumentItem,
VLOGP.PricingStatus AS PricingStatus,
VLOGP.TargetConversionFactor AS TargetConversionFactor,
VLOGP.SourceConversionFactor AS SourceConversionFactor,
VLOGP.OriginReferenceDocument AS OriginReferenceDocument,
PhysCmmdty.PhysicalCommodity AS PhysicalCommodity
FROM P_ACMPrcReconVlogpPrepData
INNER JOIN I_PhysCmmdtyForMaterial AS PhysCmmdty ON /* join condition not captured in parsed metadata */
;
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