P_MaterialWithActualCosting
Materials with activated Actual Costing
P_MaterialWithActualCosting is a Composite CDS View that provides data about "Materials with activated Actual Costing" in SAP S/4HANA. It reads from 3 data sources (ckmlhd, ckmlv, t001w) and exposes 14 fields with key field CostEstimate. It has 3 associations to related views. Part of development package FCML4H_DISPLAY.
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ValuationArea | _ValuationArea | $projection.ValuationArea = _ValuationArea.ValuationArea |
| [0..1] | I_WBSElementBasicData | _WBSElementBasicData | $projection.WBSElementInternalID = _WBSElementBasicData.WBSElementInternalID |
| [0..1] | I_InventorySpecialStockType | _InventorySpecialStockType | $projection.InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CostEstimate | ckmlhd | kalnr | ProdCostEst.No. |
| Material | ||||
| ValuationArea | ||||
| PriceDeterminationControl | ckmlhd | mlast | Price Determ. | |
| InventoryValuationType | ||||
| SalesOrder | ||||
| SalesOrderItem | ckmlhd | posnr | WBS Element | |
| InventorySpecialStockType | ckmlhd | sobkz | Special Stock | |
| InventorySpecialStockTypeName | ||||
| WBSElementInternalID | ||||
| Supplier | ckmlhd | lifnr | Vendor no. | |
| CompanyCode | _ValuationArea | CompanyCode | Receiver Company Code | |
| ControllingArea | ||||
| _WBSElementBasicData | _WBSElementBasicData |
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_MaterialWithActualCosting.
-- 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_MaterialWithActualCosting AS
SELECT
ckmlhd.kalnr AS CostEstimate,
cast( ckmlhd.matnr as matnr preserving type ) AS Material,
cast( ckmlhd.bwkey as bwkey preserving type ) AS ValuationArea,
ckmlhd.mlast AS PriceDeterminationControl,
cast( ckmlhd.bwtar as bwtar_d preserving type ) AS InventoryValuationType,
cast( ckmlhd.vbeln as vbeln preserving type ) AS SalesOrder,
ckmlhd.posnr AS SalesOrderItem,
ckmlhd.sobkz AS InventorySpecialStockType,
_InventorySpecialStockType._Text[1: Language = $session.system_language].InventorySpecialStockTypeName AS InventorySpecialStockTypeName,
cast( ckmlhd.pspnr as ps_s4_pspnr preserving type ) AS WBSElementInternalID,
ckmlhd.lifnr AS Supplier,
_ValuationArea.CompanyCode AS CompanyCode,
cast(_ValuationArea._CompanyCode.ControllingArea as kokrs preserving type ) AS ControllingArea
FROM ckmlhd
INNER JOIN t001w ON /* join condition not captured in parsed metadata */
INNER JOIN ckmlv ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_ValuationArea AS _ValuationArea ON ValuationArea = _ValuationArea.ValuationArea -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElementBasicData ON WBSElementInternalID = _WBSElementBasicData.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_InventorySpecialStockType AS _InventorySpecialStockType ON InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType -- association [0..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