Adding a New View to Existing List Report View (Multiple Tables)

Context: I already have a Fiori Elememts list report app, and I want to add another view to the list report. This additional view is for another entity set from the same OData service.

1: Adding 'QuickVariantSelectionX' setting for list report section in manifest. Give expected entity set names and annotation path the corresponding selection variant. The annotation path attribute is mandatory.


2: Adding annotation 'SelectionVariant' for each entity set. The description of the tab is decide by the selection variant annotation. Only text property in this example.


3: With above 2 simple steps, I have two tabs on the list report page with data from different entity sets.

4: Adding object page for the new entity set. This can enable to navigate to the expected object page from the new tab. For the 2nd entity, configure required annotations like facet to enrich the object page.

Comments