cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove logout button from fiori launchpad

former_member445109
Active Participant
0 Kudos

Hello All

Have business requirement to "Remove logout button from fiori launchpad".  Please let me know how to remove logout button.

Authentication is happening to fiori through desktop (windows) by using SSO, so business do not want to have logout option on fiori launchpad.

Appreciated help.

Best Regards

Sri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sri,

I found no any standard way to remove the logout button in SAP Fiori Launchpad. The same requirement was there in my project.

So I did it with CSS and its working.

.sap-desktop .sapMActionSheetPopover.sapMPopover {

  overflow: hidden !important;

  max-height:100px !important;

  }

Put this css snippet in any file that works on launcpad/tiles.

Adjust the max-height if required.

Enjoy

Khalid Shaikh

former_member529884
Discoverer
0 Kudos

Hello Khalid,

I tried this solution on BI 4.3 SP1 but it is not working for some reason. Is this applicable for BI 4.3 SP1 as well. Can you provide exact file name and path that needs to be updated.

Thanks in advance

Milind

saurabh_vakil
Active Contributor
0 Kudos
former_member445109
Active Participant
0 Kudos

Hi Saurabh,

Thank you for your reply.

In that topic explained to add and remove the custom items but How to remove standard Item like logout button ?

Appreciated help.

Thanks

Sri