cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Community,

I am using Flexible Programming Model to build my custom page. And I have used sap.fe.macros.Table to build my list report table and sap.fe.macros.FilterBar to build my Filter Bar and had linked both. I need to enable Variant Management out of box similar to my Fiori Elements List Report Apps, but I can see the Variant management option available only for the table and not for the Filter.

VigneshMP_0-1752470600379.png

Using 'Page' as a value to Variant Management in table macro also doesn't work and only Control value works and enables Variant management only for my table. Hence my Filter is left out.

Is there anything I am missing? any standard alternative available?

 
 
 
 
 
 
 
 
 
 
 
0 Likes
View Entire Topic
rogerio_ribeiro2
Explorer
0 Likes

Hi @VigneshMP , I also didn't have support for this UI5 version, but it worked when I used the object from "sap.ui.fl.variants".

xmlns:fl="sap.ui.fl.variants"

<fl:VariantManagement id="idGlobalVariantManagement" for="idMainFilterBar, idMainTable" />

Regards