cancel
Showing results for 
Search instead for 
Did you mean: 

how to get rid of SAP header bar?

emilymcox13
Participant
0 Kudos

I want to get rid of the standard SAP header bar I have created a custom shell header but even then it wont go.

Or is there any way to add custom classes in standard header?

I have read so many documentations but nothing works for me 😕

This is my View1

<mvc:View xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="NewApp.controller.View1"
xmlns:l="sap.ui.layout"
	xmlns:u="sap.ui.unified"
	class="viewPadding">
	
			<u:Shell
			id="myShell"
			icon="{/logo}">
				
			<u:headItems>
				<u:ShellHeadItem
					tooltip="Configuration"
					icon="sap-icon://menu2"
					press="handlePressConfiguration" />
			
			</u:headItems>
			
			<u:user>
				<u:ShellHeadUserItem
					image="sap-icon://person-placeholder"
					username="Karl Mustermann"
					press="handleUserItemPressed" />
			</u:user>
			<!--<u:search>
				<SearchField
					search="handleSearchPressed"/>
			</u:search-->
			<u:paneContent>
				<Text text="Lorem ipsum" />
			</u:paneContent>
		</u:Shell>
	
</mvc:View>

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit_singhal
Active Contributor
0 Kudos

Hi Emily,

Based on your screenshot, you are referring to the Shell Header of your FIORI launchpad.

These will not be modified from your FIORI app views.

To achieve modifications, you might need to do one or more of the following:

1. Custom Themeing: Please refer to these links: Link1, Link2

2. Customization of Launchpad Shell - Extend Launchpad Plugin. Please refer to these links: Link3, Link4

Do let me know in case of any specific concerns.

Best Regards,

Rohit