Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fiori Menu Disable

0 Likes
2,860

I would like to disable, edit or hide the menu bar for a custom app on fiori launchpad. If possible, I would appreciate a push in the right direction.

Thanks

Brian

1 ACCEPTED SOLUTION
Read only

Marco_Flamm
Active Participant
0 Likes
2,162

Hi Brian,

you can disable the Shell Bar in a custom app by adding "?sap-ushell-config=headerless" to the link of your app/launchpad.

http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-ushell-config=h...

Please also see here: https://blogs.sap.com/2014/09/02/fiori-launchpad-sp09-how-to-standalone-headerless-embeded/

Regards.

Hi Brian,

you can disable the Shell Bar in a custom app by adding "?sap-ushell-config=headerless" to the link of your app/launchpad.

http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-ushell-config=h...

Please also see here: https://blogs.sap.com/2014/09/02/fiori-launchpad-sp09-how-to-standalone-headerless-embeded/

Regards.

3 REPLIES 3
Read only

Marco_Flamm
Active Participant
0 Likes
2,163

Hi Brian,

you can disable the Shell Bar in a custom app by adding "?sap-ushell-config=headerless" to the link of your app/launchpad.

http://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-ushell-config=h...

Please also see here: https://blogs.sap.com/2014/09/02/fiori-launchpad-sp09-how-to-standalone-headerless-embeded/

Regards.

Read only

0 Likes
2,162

Thank you Marco, I'll try the config and read the document.

Brian

Read only

0 Likes
2,162

bcooper You are welcome, Brian. Don't forget to accept the answer if it solves your question. Otherwise do not hesitate to ask for further clarification. Thank you!

Marco