cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy data automatically when work status changes to approved?

05-09-2024 4:17 AM
FPT Explorer
551 views 1 comments
0 Likes
SAP Managed Tags
Labels
data managerscript logicWork status
Subscribe

I have setup work status dimensions like Project, Project Type, Version, Scenario, Calculation. I want when I change the status to approved, I will consider the latest approval value of the data of the dimensions that will be copied into the final scenario.

Project: 1000 to 1000
Project Type: PL to PL
Version: V1 to V1
Calculation : SC to SC
Scenario : S001 to Final

Please help me.

Thank yo

work status, script logic, data manager,

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Private_Member_141848
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi, for the case you described, I am afraid it cannot be achieved with BPC standard functionality. Because there is no post work status change call. So to trigger the data copy you expected after work status change, you may need to develop some enhancement code on related work status code to call your implementation of data copy(which can be implemented via script logic or DM package execution).