I_ProductValuationCosting

DDL: I_PRODUCTVALUATIONCOSTING SQL: IPRODVALCOST Type: view BASIC

Product Valuation Costing Core Entity

I_ProductValuationCosting (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

ProductValuationCosting · Database & Data Management

I_ProductValuationCosting is a Basic CDS View that provides data about "Product Valuation Costing Core Entity" in SAP S/4HANA. It reads from 3 data sources (P_ProductValuationBasic, t001, t001k) and exposes 18 fields with key fields Product, ValuationArea, ValuationType. It has 3 associations to related views.

SAP Help Documentation

CategoryCDS Views for Product Master
Data CategoryDimension
Purpose
This CDS view provides the Product Valuation Costing data for the specified Product from MBEW table based on corresponding valuation area and company code. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations Users must also have authorization to access the Material Master Data for Plant. The following business catalog needs to be assigned to a user to be able to use this CDS view: SAP_CMD_BC_PR_MAINT_PC: Master Data - Product Master

Structure
Important fields Important fields in this view include the following: Field Name Description Product Product ValuationArea Valuation Area Valuation Type Valuation Type

SAP Business Warehouse (SAP BW) Extraction
Data extraction type Full (physical deletions are possible in source tables) Delta (change data capture) Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. For details about the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Use SAP Library BI Content . For more information about data extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessDatabase & Data Management
Application ComponentLO-MD-MM
CapabilitiesData Source in SQL Select, Data Source for Defining CDS Entities, Association Target for Defining CDS Entities, Data Source for Data Extraction
PackageDatabase & Data Management for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the Product Valuation Costing data for the specified Product from MBEW table based on corresponding valuation area and company code.</p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (3)

SourceAliasJoin Type
P_ProductValuationBasic ProdCosting from
t001 t001 inner
t001k t001k inner

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_Product _Product $projection.Product = _Product.Product
[0..1] E_Productvaluation _ProdValuationExt $projection.Product = _ProdValuationExt.Product and $projection.ValuationArea = _ProdValuationExt.ValuationArea and $projection.ValuationType = _ProdValuationExt.ValuationType
[0..*] I_CostOriginGroupText _CostOriginGroupText $projection.CostOriginGroup = _CostOriginGroupText.CostOriginGroup

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPRODVALCOST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
EndUserText.label Product Valuation Costing Core Entity view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view
ObjectModel.sapObjectNodeType.name ProductValuationCosting view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY Product P_ProductValuationBasic Product Product Number
KEY ValuationArea P_ProductValuationBasic ValuationArea Valuation Area
KEY ValuationType P_ProductValuationBasic ValuationType Valuation Type
IsMaterialCostedWithQtyStruc P_ProductValuationBasic IsMaterialCostedWithQtyStruc Material Is Costed with Quantity Structure
IsMaterialRelatedOrigin P_ProductValuationBasic IsMaterialRelatedOrigin Material-related origin
CostOriginGroup P_ProductValuationBasic CostOriginGroup Origin Group as Subdivision of Cost Element
CostingOverheadGroup P_ProductValuationBasic CostingOverheadGroup Costing Overhead Group
PlannedPrice1InCoCodeCrcy P_ProductValuationBasic PlannedPrice1InCoCodeCrcy Future Planned Price 1
PlannedPrice2InCoCodeCrcy P_ProductValuationBasic PlannedPrice2InCoCodeCrcy Future Planned Price 2
PlannedPrice3InCoCodeCrcy P_ProductValuationBasic PlannedPrice3InCoCodeCrcy Future Planned Price 3
FuturePlndPrice1ValdtyDate P_ProductValuationBasic FuturePlndPrice1ValdtyDate Date from Which Future Planned Price 1 Is Valid
FuturePlndPrice2ValdtyDate P_ProductValuationBasic FuturePlndPrice2ValdtyDate Date from Which Future Planned Price 2 Is Valid
FuturePlndPrice3ValdtyDate P_ProductValuationBasic FuturePlndPrice3ValdtyDate Date from Which Future Planned Price 3 Is Valid
PlannedPrice P_ProductValuationBasic PlannedPrice Future Planned Price
Currency t001 waers Transaction Currency
CompanyCode t001 bukrs Company Code
_Product _Product
_CostOriginGroupText _CostOriginGroupText

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_ProductValuationCosting.
-- 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: IPRODVALCOST

CREATE VIEW I_ProductValuationCosting AS
SELECT
  ProdCosting.Product AS Product,
  ProdCosting.ValuationArea AS ValuationArea,
  ProdCosting.ValuationType AS ValuationType,
  ProdCosting.IsMaterialCostedWithQtyStruc AS IsMaterialCostedWithQtyStruc,
  ProdCosting.IsMaterialRelatedOrigin AS IsMaterialRelatedOrigin,
  ProdCosting.CostOriginGroup AS CostOriginGroup,
  ProdCosting.CostingOverheadGroup AS CostingOverheadGroup,
  ProdCosting.PlannedPrice1InCoCodeCrcy AS PlannedPrice1InCoCodeCrcy,
  ProdCosting.PlannedPrice2InCoCodeCrcy AS PlannedPrice2InCoCodeCrcy,
  ProdCosting.PlannedPrice3InCoCodeCrcy AS PlannedPrice3InCoCodeCrcy,
  ProdCosting.FuturePlndPrice1ValdtyDate AS FuturePlndPrice1ValdtyDate,
  ProdCosting.FuturePlndPrice2ValdtyDate AS FuturePlndPrice2ValdtyDate,
  ProdCosting.FuturePlndPrice3ValdtyDate AS FuturePlndPrice3ValdtyDate,
  ProdCosting.PlannedPrice AS PlannedPrice,
  t001.waers AS Currency,
  t001.bukrs AS CompanyCode
FROM P_ProductValuationBasic AS ProdCosting
INNER JOIN t001k ON /* join condition not captured in parsed metadata */
INNER JOIN t001 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_Product AS _Product ON Product = _Product.Product  -- association [1..1]
LEFT OUTER JOIN E_Productvaluation AS _ProdValuationExt ON Product = _ProdValuationExt.Product AND ValuationArea = _ProdValuationExt.ValuationArea AND ValuationType = _ProdValuationExt.ValuationType  -- association [0..1]
LEFT OUTER JOIN I_CostOriginGroupText AS _CostOriginGroupText ON CostOriginGroup = _CostOriginGroupText.CostOriginGroup  -- association [0..*]
;