C_InventoryPriceChangeItemTP

DDL: C_INVENTORYPRICECHANGEITEMTP Type: view_entity CONSUMPTION Package: ODATA_ML_CHANGEMATERIALPRICES

CHMP Price Change Item

C_InventoryPriceChangeItemTP is a Consumption CDS View that provides data about "CHMP Price Change Item" in SAP S/4HANA. It reads from 1 data source (R_InventoryPriceChangeItemTP) and exposes 33 fields with key fields BatchItemUUID, ChangeDocTableKeyUUID. It is exposed through 3 OData services (ASQL_F6489, FML_CHANGE_MATERIAL_PRICES, UI_FML_CHG_MATERIAL_PRICES). It is used in 1 Fiori application: Change Material Prices. Part of development package ODATA_ML_CHANGEMATERIALPRICES.

Data Sources (1)

SourceAliasJoin Type
R_InventoryPriceChangeItemTP R_InventoryPriceChangeItemTP projection

Annotations (7)

NameValueLevelField
EndUserText.label CHMP Price Change Item view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F6489 ASQL_F6489 C2 NOT_RELEASED
FML_CHANGE_MATERIAL_PRICES FML_CHANGE_MATERIAL_PRICES V4 C1 NOT_RELEASED
UI_FML_CHG_MATERIAL_PRICES UI_FML_CHG_MATERIAL_PRICES V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F6489 Change Material Prices Transactional With this app, you create, analyze, simulate, and post material price changes. It allows you to change inventory prices, including sales order stock and project stock. You can change current material valuation prices retroactively or at the current date. To do so, enter the posting date and company code in the selection screen. You can change the price for a single reference valuation, then convert those changes to some or all valuations of the same material, or change prices for valuations individually. As you make changes, you can see the impact of the changes on price and valuation as percentages. You can also simulate material price changes to check for errors, warnings, and inconsistencies before posting.

Change Material Prices

Business Role: Cost Accountant - Inventory

With this feature, you create, analyze, simulate, and post material price changes. It allows you to change inventory prices, including sales order stock and project stock. You can change the price for a single reference valuation, then convert those changes to some or all valuations of the same material, or change prices for valuations individually. As you make changes, you can see the impact of the changes on price and valuation as percentages. You can also simulate material price changes to check for errors, warnings, and inconsistencies before posting.You can only use Change Material Prices if you have activated the business function Universal Parallel Accounting (FINS_PARALLEL_ACCOUNTING_BF, short: UPA). If you have not activated the UPA business function, you can use Change Material Prices (MR21) instead.

Fields (33)

KeyFieldSource TableSource FieldDescription
KEY BatchItemUUID BatchItemUUID Draft Document ID
KEY ChangeDocTableKeyUUID ChangeDocTableKeyUUID Change Document Table Key Universally Unique Identifier
BatchUUID BatchUUID Target Grp GUID
CostEstimate CostEstimate Cost EstimateNo
CurrencyRole CurrencyRole Curr./Val. Type
LegalCurrencyRole _CurrencyRoleMapping LegalCurrencyRole
LegalCurrencyRoleName _CurrencyRoleMapping LegalCurrencyRoleName
AcctgValnVwSubviewCombinedName
InventoryValuationType Valuation Type
LedgerValnCrcyRoleIsUsedInLogs LedgerValnCrcyRoleIsUsedInLogs Is Log. Curr. Type
Material Material Vehicle Model
MaterialName
MaterialPrice MaterialPrice Inventory Price
StatisticalMaterialPrice StatisticalMaterialPrice Inventory Price
MaterialPriceUnitQty MaterialPriceUnitQty Price unit
NewMaterialPrice NewMaterialPrice Inventory Price
NewStatisticalMaterialPrice NewStatisticalMaterialPrice Inventory Price
NewMaterialPriceUnitQty NewMaterialPriceUnitQty Price unit
Currency Currency Valuation Crcy
MaterialBaseUnit Valuation Unit
Ledger Ledger Ledger
LedgerName
MaterialPriceType MaterialPriceType Price Type
MaterialPriceControl MaterialPriceControl Price Control
SalesDocument SalesDocument SD Document
SalesDocumentItem SalesDocumentItem Sales Document Item
WBSElementExternalID WBSElementExternalID WBS Element External ID
WBSDescription _WBSElementBasicData WBSDescription WBS Element Name
CompanyCode CompanyCode Receiver Company Code
CompanyCodeName _CompanyCode CompanyCodeName Company Name
Plant Plant Valuation Area
PlantName _Plant PlantName Plant Name
ChangeRequestNote ChangeRequestNote Short Description

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 C_InventoryPriceChangeItemTP.
-- 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 C_InventoryPriceChangeItemTP AS
SELECT
  BatchItemUUID,
  ChangeDocTableKeyUUID,
  BatchUUID,
  CostEstimate,
  CurrencyRole,
  _CurrencyRoleMapping.LegalCurrencyRole AS LegalCurrencyRole,
  _CurrencyRoleMapping.LegalCurrencyRoleName AS LegalCurrencyRoleName,
  cast(_CurrencyRoleMapping.AcctgValnVwSubviewCombinedName as fml_umip_valuviewname preserving type ) AS AcctgValnVwSubviewCombinedName,
  cast(InventoryValuationType as fml_mpchd_valuation_type preserving type ) AS InventoryValuationType,
  LedgerValnCrcyRoleIsUsedInLogs,
  Material,
  _Material._Text[1: Language = $session.system_language ].MaterialName AS MaterialName,
  MaterialPrice,
  StatisticalMaterialPrice,
  MaterialPriceUnitQty,
  NewMaterialPrice,
  NewStatisticalMaterialPrice,
  NewMaterialPriceUnitQty,
  Currency,
  cast( MaterialBaseUnit as fml_valuation_unit_of_measure preserving type ) AS MaterialBaseUnit,
  Ledger,
  _Ledger._Text[1: Language = $session.system_language ].LedgerName AS LedgerName,
  MaterialPriceType,
  MaterialPriceControl,
  SalesDocument,
  SalesDocumentItem,
  WBSElementExternalID,
  _WBSElementBasicData.WBSDescription AS WBSDescription,
  CompanyCode,
  _CompanyCode.CompanyCodeName AS CompanyCodeName,
  Plant,
  _Plant.PlantName AS PlantName,
  ChangeRequestNote
FROM R_InventoryPriceChangeItemTP
;