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

RAP: need to update report list after executing an action

matiasmiano1982
Explorer
0 Kudos
1,465

Hi,

I've this peace of code inside a Behavior class from a CDS entity:

What I need to do, is to Update a Vendor in the backend and return to the list.

The problem is this: after updating the vendor, I need to remove it from the list, but I do not know how to do it, or how to refresh the list.

If I press the "Go" button, it works perfect, but I like to avoid press that button.

Any ideas?

Accepted Solutions (0)

Answers (3)

Answers (3)

hunamm
Explorer
0 Kudos

Is there a solution to this requirement? Side effects as described here did not work for me either.

sebtalasi
Explorer
0 Kudos

I'm trying to refresh the list after an action is triggered. 
I'm not the one who needs to work with a vendor. 

Regarding my need, I have a list of PO Items. 
My actions do something for all the items of a selected PO. 
I successfully managed to update the line selected but can't find a way to update lines of other items. 

Pressing the go button updates the data but I would prefer to be able to update the impacted lines myself. 

JessieCheah
Product and Topic Expert
Product and Topic Expert
0 Kudos

Edited: I had to remove the answer, as after testing internally, it doesn't work