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

Copy KF1 to KF2 based on attribute indication

ajitbabanjadhav
Explorer
0 Likes
341

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

Accepted Solutions (1)

Accepted Solutions (1)

riyazahmed_ca2
Contributor
0 Likes

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

Answers (1)

Answers (1)

Irmi_Kuntze
Product and Topic Expert
Product and Topic Expert

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 ...