cancel
Showing results for 
Search instead for 
Did you mean: 

Key Figure Disaggregation Week to Weekday

former_member844635
Discoverer
0 Kudos
532

Hi SAP Experts,

I have a KF which at Day level and the user enters the value at Weekly level which then gets disaggregated equally at daily level. Is there any way that if the value is entered at week bucket then I populate the KF value to a certain day of the week like Monday or Tuesday and not equally disaggregating it.

Thanks,

Manas

View Entire Topic
AyanBishnu
Active Contributor
0 Kudos

Hi manas24

Create a new time based attribute called "DAYWEIGHT" which will be very similar to WEEKWEIGHT. Assign the DAYWEIGHT attribute to the time profile and also to the correct period id int he TP. Refer to how WEEKWEIGHT is assgined in TP and do the same for DAYWEIGHT but at PERIODID0 and activate the TP.

Then down the TP from data integration with option as " with existing time period". OPen the CSV in excel and maintain a value of 1 in the DAYWEIGHT coloumn for all the days where you want the value to dissagg. Keep all the rest as blank.

Then upload the time profile. Now in the KF under the weightage option select DAYWEIGHT and save the KF.

former_member844635
Discoverer
0 Kudos

hi Ayan,

We are not using this approach since it will increase the Planning objects in our system and impact performance.

Thanks for your comment