cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement flagging function in sac analytical designer?

Nalin_Mishra
Discoverer
0 Kudos
173

I have a requirement where user selects the row from the table and updates the status column then it should overwrite the status in the Backend BW system.

Could you please let me know the solution?

Accepted Solutions (0)

Answers (1)

Answers (1)

Savio_Dmello
Active Participant
0 Kudos

First, create a live data connection to BW or a model with write-back enabled. Create a planning table with necessary dimensions and the status column. status column should be editable.

Implement input controls in your SAC application that allow users to select the desired row and update the status.

Create data action to write-back to BW system. This will be triggered when a user updates the status. Link the data action to the relevant event in your planning application like a button click or a row update.