2023 Mar 14 8:27 AM - edited 2024 Feb 04 4:37 AM
Hi All,
Greetings!
I have created custom variant management control in one of our Fiori applications.
Variants are loaded from a PersonalizationContainer derived from sap.ushell.Container.
I'm unable to save variants from launchpad as it does not load the object oPersonalizationContainer.
this._oPersonalizationContainer.done(function (oPersonalizationContainer) {
var oPersonalizationVariantSet = {},
oVariant = {},
sVariantKey = "";
// check if the current variant set exists, If not, add the new variant set to the container
if (!(oPersonalizationContainer.containsVariantSet("MyApplicationVariants"))) {
oPersonalizationContainer.addVariantSet("MyApplicationVariants");
}
The following ICF node are activated:
/SAP/BC/UI5_UI5
/SAP/BC/LREP
ABAP authorization object /UIF/FLEX with authorization field /UIF/KEYU = 'X' is enabled.
Please let me know how to handle this issue.
Request clarification before answering.
User | Count |
---|---|
78 | |
12 | |
8 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.