Deprecated
This CDS view is deprecated in S/4HANA. Use I_Productmlaccountwd instead. View all deprecated CDS views →

I_ProductValuationPricesTP

DDL: I_PRODUCTVALUATIONPRICESTP SQL: IPRODVALNPRCTP Type: view TRANSACTIONAL

Product BO Valuation Prices (Draft)

I_ProductValuationPricesTP is a Transactional CDS View that provides data about "Product BO Valuation Prices (Draft)" in SAP S/4HANA. It reads from 1 data source (I_Productvaluationprices_Union) and exposes 5 fields with key fields ProdCostEstNumber, Product, ValuationArea, ValuationType, CurrencyRole.

Data Sources (1)

SourceAliasJoin Type
I_Productvaluationprices_Union I_Productvaluationprices_Union from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IPRODVALNPRCTP view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Product BO Valuation Prices (Draft) view
VDM.viewType #TRANSACTIONAL view
ObjectModel.writeDraftPersistence PROD_VAL_PRICES view
ObjectModel.createEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_Productmlaccountwd view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProdCostEstNumber ProdCostEstNumber ProdCostEst.No.
KEY Product Product Product Sold
KEY ValuationArea ValuationArea Valuation Area
KEY ValuationType ValuationType Valuation Type
KEY CurrencyRole CurrencyRole Curr./Val. Type

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_ProductValuationPricesTP.
-- 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: IPRODVALNPRCTP

CREATE VIEW I_ProductValuationPricesTP AS
SELECT
  ProdCostEstNumber,
  Product,
  ValuationArea,
  ValuationType,
  CurrencyRole
FROM I_Productvaluationprices_Union
;