cancel
Showing results for 
Search instead for 
Did you mean: 

Table refresh after bound RAP action execution on multiple items is not working

EddyIm
Discoverer
1,303

Hello all,

I have a Fiori Elements App using unmanaged RAP scenario on ODataV4. 

The Actions are defined with parameters and result (+invocationGroup = #ChangeSet). When executing it on a single table line item, the reload works perfectly. But, when executing the action on multiple table items (multi selection), the reload is not working and i have to push the Search button to get my new created entries.

When executing the action on a single line item, there is a refresh running and the new entry and/or updated data are visible. On multiple items, there is a refresh missing after the action...

In BAS, I enabled the scroll and navigation to entity and tried with side effects, but without success. 

What am I doing wrong or what is to configure on BAS or anything else? Any ideas/examples?

 

Thanks and Best reagrds

Eddy

SAP BTP, ABAP environment ABAP Development ABAP RESTful Application Programming Model SAP Fiori for SAP S/4HANA 

View Entire Topic
SadasivaK
Discoverer
0 Kudos

were you able to accomplish this.

I have a similar issue, refresh the list items after one of the item is cancelled ( a custom action) and the item should not longer appear in list. now i have to use go button after custom action to see the result.

i wanted the list to be refreshed automatically after custom action.

EddyIm
Discoverer
0 Kudos

Hi Sadasiva, I couldn't solve this within standard functionalities, so I had to enhance the ListReport Controller.

At OnItnit(), I set a function event on the AfterDialogClose-Event, which is doing the same as the 'Go' Button.

Hope this hint helps.

BR Eddy