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

How to disable object page table variant management/personalization in fiori elements + CAP odata v4

monokizsolt7
Participant
0 Likes
753

Hello

On the object page tables I want to disable variant management/personalization completely. I do not want the tables to save and remember what the user filtered on.

Here it says that it is disabled by default:

https://sapui5.hana.ondemand.com/#/topic/f26d42bea11c4deda82c7a2e00c9bc05

However it still saves the filters and applies them after I refresh the page:

monokizsolt7_0-1719835369205.png

Environment: CAP + odata v4 + fiori elements + SAPUI5 1.120

Thanks,

Zsolt

 

Accepted Solutions (0)

Answers (1)

Answers (1)

sandeep_rs
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Variant management and the remembering of filters applied on refresh are actually two different things. Variants allow savings/restore of the state at a later point of time even after the current session is over.

The "remembering of filters" is a session specific state persistence (called appstate) and is an implicit handling in Fiori elements that cannot be switched off. You can find more information in this page

This appstate handling allows Fiori elements to ensure that the user is brought back to the same state post refresh / post back navigation after an away navigation. It also helps to save the state beyond session when using for example, "Save as Tile" or "Send email" or "Share via MS Teams".

Best Regards,

    Sandeep

sandeep_rs
Product and Topic Expert
Product and Topic Expert
0 Likes
Having said this, maybe the Fiori launchpad allows some configuration to disable this persistence - I am not the topic expert here and would not know the details if this is an option!