cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding Capacity Consumption key figure

former_member215376
Participant
0 Kudos
2,085

Dear Experts,

Good day!

I would like to ask for your help on how this Capacity Consumption key figure is being calculated in Capacity Leveling planning book/data view. As I understand, there's an assigned key figure function on this SAP standard key figure which calculates and computes for the values. However, as functional IT, I have limited familiarity on understanding the function via source codes.

Also, if possible, can you please help me understand the relation of this Capacity Consumption key figure and the variable, fixed duration master data at PPM? Appreciate your soonest feedback here.

Regards,

AA

View Entire Topic
former_member187488
Active Contributor
0 Kudos

Hi AA,

Your understanding about key figure function is correct, according to the assgined key figure function, capacity consumption is filled into this key figure.
The capacity consumption is read directly from liveCache, so you may not be able to find very useful ABAP coding.
Capacity consumption is calculated based on the PDS/PPM settings -- it uses fixed bucket consumption and variable bucket consumption. E.g. in PDS/PPM, to produce 1 piece, you need fixed bucket consumption 100s and variable bucket consumption 50s, if the order quantity in a bucket is 5 pieces, the capacity consumption will be 100 + 50*5 = 350s.
Continuous consumption will not be used in SNP.

BR, Ada

former_member215376
Participant
0 Kudos

Thanks Ada.

About the fixed and variable duration, this master data comes directly from ECC via our standard CIF designs and IM models. We don't have currently user exit for CIF. However, the requirement now is to overwrite these duration wherein data will be uploaded directly in APO. My question now is, what CIF user exit can we use such that the duration will be referred from APO and NOT from ECC? What are the important APO PPM tables that we need to check to achieve this overwriting. Also, the case is that not all PPMs' duration need to be referred from APO, there are some that will still be coming from ECC. I'm thinking of controlling this via custom tables too, is this doable? What are other things that we need to consider? We are using APO version 5.1 by the way. Thank you for the help!

Also, all rest of the PPM master data will still be coming from ECC.

Regards,

AA

former_member187488
Active Contributor
0 Kudos

Hi AA,

Sorry I'm not good at CIF.
I suggest you to create a new thread for CIF issue ... It will be noticable by CIF expert

BR, Ada

former_member215376
Participant
0 Kudos

Thanks Ada. Understand.