cancel
Showing results for 
Search instead for 
Did you mean: 

Revenue Planning with planned price adjustment in Alternate UOM in IBP

0 Kudos

Hello IBP Guru's,

For Commercial Planning, the planner wants to adjust the Forecasted Planned Price and assess the impact of changed planned price on Forecasted Turnover Revenue. The Planned Price Adjustment would be done at an aggregated level for e.g. Product Hierarchy 3 or Product Hierarchy 4 and Customer Division, as well as a different UOM other than Base UOM. Planned price is per UOM and hence will be different for PAL vs M3.

For e.g. For Product 8548754, Base UOM is “PAL”, but the Planned Price Adjustment would be done in “M3” UOM.

We are calculating the actuals planned price based on the Invoice value and Delivered Qty. Using the actuals planned price as an input, we are forecasting the planned price in future and storing in Statistical Planned Price key figure.

STATISTICALPLANNEDPRICE@REQUEST = AVG("STATISTICALPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO")
STATISTICALPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO = "STATISTICALPLANNEDPRICE@WKPRODCUSTSACURRDOC" / "UOMCONVERSIONFACTOR@PRODUOMTO"

With the "Adjusted Planned Price" Key Figure, the user wants to adjust the planned price in Alternate UOM. We had to use the UOMTO in the Base Planning Level to display the Planned Price in Alternate UOM i.e. M3. But the Adjusted value cannot be converted back to Base UOM.

Has anyone faced this issue and how has it been resolved?

ADJUSTEDPLANNEDPRICE@REQUEST = AVG("ADJUSTEDPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO")

ADJUSTEDPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO = IF(ISNULL("ADJUSTEDPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO"), "STATISTICALPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO","ADJUSTEDPLANNEDPRICE@WKPRODCUSTSACURRDOCUOMTO" * "UOMCONVERSIONFACTOR@PRODUOMTO")

Accepted Solutions (0)

Answers (1)

Answers (1)

riyazahmed_ca2
Contributor
0 Kudos

Hi Mangesh,

Standard Unified Planning Area has a solution for this issue. Along with UOM conversion Factor and Exchange Rate, there is one more convertible measure called 'Exchange Rate by UOM' that will be used as a conversion keyfigure for Adjusted Planned Price.

All Qty Keyfigures --> Conversion through UOM Conversion Factor

All Rev Keyfigures --> Conversion through Exchange Rate

All Price Keyfigures --> Conversion through Exchange Rate by UOM

Please accommodate this procedure to get your cases resolved.

Best Regards,

Riyaz