I_UploadedIntmdMatlChgdPrice

DDL: I_UPLOADEDINTMDMATLCHGDPRICE Type: view_entity BASIC Package: ODATA_ML_UPLMATINVPR

Uploaded Prices from Excel File in UMIP

I_UploadedIntmdMatlChgdPrice is a Basic CDS View that provides data about "Uploaded Prices from Excel File in UMIP" in SAP S/4HANA. It reads from 1 data source (P_UploadedIntmdMatlChgdPrice) and exposes 10 fields with key fields BatchUUID, CreatedByUser, Ledger, CurrencyRole, CostEstimate. Part of development package ODATA_ML_UPLMATINVPR.

Data Sources (1)

SourceAliasJoin Type
P_UploadedIntmdMatlChgdPrice P_UploadedIntmdMatlChgdPrice from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Uploaded Prices from Excel File in UMIP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY BatchUUID BatchUUID Target Grp GUID
KEY CreatedByUser CreatedByUser User Name
KEY Ledger Ledger Ledger
KEY CurrencyRole CurrencyRole Curr./Val. Type
KEY CostEstimate CostEstimate Cost EstimateNo
Currency Currency Valuation Crcy
NewInventoryPrice NewInventoryPrice New Price
ValuationQuantityUnit ValuationQuantityUnit Valuation Unit
NewMaterialPriceUnitQty NewMaterialPriceUnitQty Price unit
SimulationStatusCriticality simulation_status Simulation Status

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_UploadedIntmdMatlChgdPrice.
-- 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 I_UploadedIntmdMatlChgdPrice AS
SELECT
  BatchUUID,
  CreatedByUser,
  Ledger,
  CurrencyRole,
  CostEstimate,
  Currency,
  NewInventoryPrice,
  ValuationQuantityUnit,
  NewMaterialPriceUnitQty,
  simulation_status AS SimulationStatusCriticality
FROM P_UploadedIntmdMatlChgdPrice
;