cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating CAPASUPPLY

neeraj_deshkar1
Active Participant
924

Hello Experts,

We have a requirement as below. Need help on configuration part.

Resource's available capacity is loaded in hrs. in keyfigure - ZCAPACITY (PL - WKRESLOC).

Then we have another KF (ZADJCAP) to add adjustments in hrs. at WKRESLOC level. So total capacity is calculated in Hrs. in ZTOTALCAP keyfigure at WKRESLOC level.

Thereafter we want to update CAPASUPPLY keyfigure in seconds based on ZTOTALCAP calculated in above step. This requirement is already achieved using copy operator. However we want to avoid copy operator here. We have tried with direct KF calculation for CAPASUPPLY. However it's not working. CAPASUPPLY is an input keyfigure. Can we write calculations for IBP standard input keyfigures?

Thanks,

Neeraj

View Entire Topic
Saisamrat
Explorer

Hi Neeraj,

Can you execute COPY and SCM (optimizer) operators in a sequence using one application job template ?

Without COPY operator you cannot achieve what you are expecting. If I understand your requirement correctly that you want to avoid manual execution of COPY op, then executing the same COPY op before optimizer execution using customized application job template may solve your problem. Let me know your thoughts.

Thanks

Sai Samrat

neeraj_deshkar1
Active Participant
0 Kudos

Hi Sai,

Thanks for your inputs.

Actually we want to avoid planning operator (copy, disagg etc...). So after user enters adjustments thereafter CAPASUPPLY should be populated automatically (using KF calculations).

It seems this is not possible given that we want to execute optimization based planning.

Thanks,

Neeraj