cancel
Showing results for 
Search instead for 
Did you mean: 

Remove User Preference option from Fiori Launchpad

0 Kudos

Hi Experts,

We have a requirement to remove user preference option from SAP Fiori Launchpad.

From the standard SAP document I came to know that we have to set enableSetTheme parameter to false in order to deactivate user preference.

As per below screenshot it is already false in PersonalizationOff.json.


http://help.sap.com/saphelp_uiaddon10/helpdata/en/61/07ee41f89a43c9af0aa279fe039cca/content.htm



I am still able to see the user preference option in SAP launchpad and user is able to change the theme as well.

Can you please help me on this issue.


Thanks and Regards,

Puneet Jain

Message was edited by: Michael Appleby

Accepted Solutions (0)

Answers (2)

Answers (2)

andre_condne
Explorer
0 Kudos

This message was moderated.

0 Kudos

Hi Experts,

enableSetTheme parameter is false in FIORILaunchpad.html file also.

<script>

             window["sap-ushell-config"] = {

                 "renderers": {

                     "fiori2" : {

                         "componentData": {

                             "config": {

                                 "enablePersonalization": true,

                                 "enableSearch": true,

                                 "enableTilesOpacity": true,

                                 "enableHideGroups": false,

                                 "enableSetTheme": false,

                                 "enableAccessibility": true,

                                 "enableSendFeedback": false

                             }

                         }

                     }

                 },

Please let me know where to make changes to disable user preference option.

Thanks and Regards,

Puneet Jain

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Puneet,

Please check the SAPUI5 library version.

Some known issues were fixed in 1.24.5.

Regards,

Masa

0 Kudos

Hi Masayuki,

Thanks for the reply,

We have implemented the notes mentioned by you but still user is able to change the themes through user preference option in SAP Launchpad.

Can you please help on this.

Thanks and Regards,

Puneet Jain

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Puneet,

What is the SAPUI5 library version? Have you created configuration file?

Launchpad Configuration Parameters - User Interface Add-On for SAP NetWeaver - SAP Library

Regards,

Masa / Technology RIG

Former Member
0 Kudos

Hi Masayuki,

Thanks for the reply

SAP UI Version 1.24.1.

I have not created the configuration file because in the fiorilaunchpad.html and personalizationoff.json  files  enableSetTheme is already false.

Thanks and Regards,

Puneet Jain

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Puneet,

Please test with configuration file and UI5 library 1.24.5.

SAP Fiori - UI Add-on SP10 notes list, SAPUI5 1.24.5

If it does not work, please report to SAP by creating an incident ticket.

Regards,

Masa