on 2022 Jun 30 11:27 AM
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.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.