cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to save variants in fiori launchpad

dilna_tp
Explorer
0 Kudos
804

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.

Accepted Solutions (0)

Answers (0)