cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New Key figure on Product level

reddyatoz
Explorer
0 Likes
360

Hi Experts,

I need Key figure logic in IBP for below issue.

The new key figure should be called 'Number of Planning Files'

I would like the key figure on product level calculating the number of Product Location combinations where a single Product has a value in the 'Planner' attribute.

Accepted Solutions (0)

Answers (2)

Answers (2)

rahulmohnot
Active Participant
0 Likes

Hi Kumar,

you will have to break this calculation in 2 key figure.

KF1@MTHPROD= if("Attribute"=' '<value>' ',1,0)

KF2@MTHPROD= Count("KF1@MTHPROD")

OR

if you want in one KF then

KF1@MTHPROD= if("Attribute"=' '<value>' ',1,0)

KF1@REQUEST=COUNT("KF1@MTHPROD")

Hope this helps.

-Rahul

0 Likes

Hi Kumar,

You can explore the count function. However, It will only count the number of Product-Location combinations that existed in the particular month and sum up to Product level. I'm afraid giving the consideration to the 'Planner' attribute is still not supported.

More details in this link: COUNT | SAP Help Portal

Hope this helps.

Sittinut