on ‎2020 Apr 06 1:25 PM
Hi everyone,
I am in an urgent need for solution for following issue:
I want to copy copy KF "Approver 02 Reviewed Forecast" to "Consensus Demand Final" Using Attribute "Active/Inactive"(which is defined by me). I have tried attribute transformation, yet it is not showing me the appropriate results.
Please help for the above issue. Any help will be greatly appreciated. sap-ibp-doubt.png
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Ajit,
It is a possible functionality with IBPs standard feature. You can define calculation based on Attribute Value. Check the below example.
KF2@PL = IF('ATTRTECHNAME' = 'Active', KF1@PL, 0)
Regards,
Riyaz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
make sure you have two separate single quotes around the constant attribute value without a blanc, which would be ''Active'' instead of "Active" --> you barely see the difference towards one double quote ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 15 | |
| 3 | |
| 3 | |
| 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.