C_InventoryPriceChangeItemTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_InventoryPriceChangeItemTP | R_InventoryPriceChangeItemTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| 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 ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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