cancel
Showing results for 
Search instead for 
Did you mean: 

'Personalize startscreen' menu entry not removable

Former Member
0 Kudos

Dear SAP community,

the menu in the top right corner of the Fiori Launchpad is showing the entry 'personalize startscreen' (or in German "Startseite personalisieren"). We would like to remove this entry. We tried removing it via configuration file (PersonalizationOff.json - sww below) and even set the visibility on false per modification in the launchpad.html file.

Neither worked to remove the menu entry.

Just the small pen/edit icon in the lower right corner vanishes.

We are using the latest version of Fiori Launchpad.

Might this be a bug or is there another way to remove this entry via configuration?

Many thanks and best regards


Wolfgang

P.S.:

Here you can see the config file:

{

"documentation": {

"description" : "This sample configuration disables the ability to personalize the homepage (e.g. move tiles, create groups)",

"configURL":"https://:/sap/bc/ui5_ui5/ui2/ushell/shells/abap/cfg/sap/PersonalizationOff.json",

"startupURL" : "https://:/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=&sap-ushell-config-

url=cfg/sap/PersonalizationOff.json",

"localStartupURL" : "http://localhost:8080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-ushell-config-ur..."

},

"renderers": {

"fiori2" : {

"componentData": {

"config": {

"enablePersonalization": false,

"enableTagFiltering": false,

"enableSetTheme": false,

"enableAccessibility": true,

"enableSendFeedback": false

}

}

}

}

}

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Implementing the latest support package (SAP_UI 750 SP5 / SAPK-75005INSAPUI) fixed that error that was only present with SP4.

Deactivating the personalization (using the config approach PersonalizationOff.json) works as expected now.

Best regards, Tom