cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding Capacity Consumption key figure

former_member215376
Participant
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (2)

Answers (2)

former_member620505
Discoverer
0 Kudos

Thanks its very helpful.

alok_jaiswal
Contributor
0 Kudos

Hi,

Capacity Consumption key figure shows the total capacity of the production plant which is used i.e. for example a plant A has capacity of 700 units per bucket (i.e. day) and on a particular day based on requirements it created 350 planned orders. So, capacity consumption key - figure will show 300, Available capacity will be 700 and Resource capacity Level in % will be 350/700 i.e. 50%.

In below screen, you can see receipts per day are as shown 5000, 22800 etc. - these are the planned orders created at Plant -

Now if one looks at capacity planning view, you can see the capacity consumption key figure is populated with same values and % is what percentage of available capacity is used. Colors in red shows that capacity exceeds 100%

Hope it helps.

Regards,

Alok

former_member215376
Participant
0 Kudos

Thanks Alok.

As I understand, Distribution Receipts (Planned) will also be referred for the case of transportation resource. May I know the best usage of the transportation resource from the business perspective and why are some companies consider this as well? Can you site a specific scenario for this one? Thanks.

Regards,

AA

alok_jaiswal
Contributor
0 Kudos

Hi AA,

For details on transportation resources, please refer to below link -

Transportation Resource and Handling Resource for Stock Transfer - Capable-to-Promise (CTP) in PP/DS...

Hope it helps.

Regards,

Alok

former_member215376
Participant
0 Kudos

Thank you Alok.