Hi all
I'm working on an S4/HANA application and I need to load a default variant on my screen (done in UI5).
As the expected behavior from the UI5 variant component, the application loads with a default variant and the user is allowed to create a new variant and set it as default.
The thing is that I wanna set a default variant without the user's effort (user will not define and even so it will load automatically). I intend to make this on my frontend code, but I suppose these variants are stored somewhere in Abap backend, where I should define for later retrieve the data on frontend.
Does anybody know where are these variants stored in the backend system (transactions, tables, etc)?
Thanks
Variants example:
Add comment