cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FE ListReport to filter list to show newly created entity after Action to create new entity.

DC
Explorer
0 Kudos
316

Hi Team,

We have CAP Application which has a List report FE application. We have unbound action that lets the user create a NEW entity in a dialog. Once we create the new entity successfully, we need the List report to filter and just show this new Entry.

We have some standard filters and we could use to filter the list.

We need help on what needs to be implemented to allow us to filter the list once we confirm okay on a messagebox afte successfully creating this record.

Any help much appreciated.

Cheers

DC 

View Entire Topic
sandeep_rs
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I don't quite get the user experience if the table simply shows the newly created record suddenly - why can you not have the standard behavior that shows also other records in addition to the newly created one?!

But if this is really required, I am thinking maybe the getSelectionVariant() and setSelectionVariant() of the filter bar building block should help. The filter bar building block is internally used by List Report and you should be able to reference it by ID in your extension code.

Best Regards,

   Sandeep