cancel
Showing results for 
Search instead for 
Did you mean: 

Capacity modelling

0 Kudos

If I have 2 resources R1 and R2 belonging to a resource group RG, how can I model the capacity at the resource group level and at the resource level? The capacity at the resource group level should override the capacity at the resource level.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mathew,

From your query i understand you have available capacity at resource group level and you want it to be available at resource ID level. To achieve this you can create a kf at resource group-location level and upload the total available capacity. Then create another kf at resource id -location level(also having non-root attribute resource group) and define the calculation equating it to the earlier key figure.

You would need to input an additional key figure to make the join work else input and output planning level wont match. For ex-

CAPASUPPLY@PERLOCRES = CAPASUUPLYRESGROUP@PERLOCRESGRP ---- input CAPASUUPLYRESGROUP@PERLOCRESGRP, dummyKF@PERLOCRES

P.S -If you are on IBP 6.x, then you can use dis aggregation operator instead of above calculation

Thanks,

Rohit

0 Kudos

Thanks Rohit. If I load the capacity info at Resource Group level into KF1 and also load capacity at individual Resource level into KF2, can I make the supply planning operator respect the capacity at the resource group and resource levels?

Former Member
0 Kudos

Hi Mathew,

No, operator will consider available capacity only at its standard planning level(locid-resid). If data is available at any other planning level, it has to be brought at this level in a dummy KF(using above calculation method) and using copy operator can be copied in CAPASUPPLY@PERLOCRES

Thanks,

Rohit

Former Member
0 Kudos

Hey Rohit

I have similar requirement where I want to upload capacity at resource group level for product family and after supply run disaggregate at resource ID and product level. I don't see a standard way to do it, is there any way you can suggest?

Regards

Ankur

former_member242371
Contributor
0 Kudos

Hi Ankur,

To make supply planning work, you will have to bring available capacity at Res-Loc level. You can change the planning level from ResGroup-PrdFamily to ResID-LocID using join functionality. For ex-

capacity@PrdIDLocIDResID =capcaity@ResGroupPrdFamily*Dummy@PrdIDLocIDResID ------ Create a dummy key figure with value 1 and upload it for desired prd-loc-resid combinations. This planning level should also have resource group and PrdFamily as non-root attribute.

then define copy operator to copy value from kf capacity@PrdIDLocIDResID to CAPASUPPLY@ResID-LocID

Thanks,

Rohit