cancel
Showing results for 
Search instead for 
Did you mean: 

How to add company logo in SAP standard toolbar or to change the color of the screen globally

Former Member
0 Kudos

Hi All,

Could you please guide me :

- if there is any way to add company logo in SAP standard toolbar?

- Also How to change the color of the SAP screen globally?

My aim is to differentiate the Production and Non-production system by either changing the color of the screen or by adding a logo in the toolbar.

Also please share if there is any other option can be use to differentiate the production and no-production system.

I am using the SAP GUI version 7.4 patch 8.

Thanks,

Rajesh K Sahu

Accepted Solutions (0)

Answers (4)

Answers (4)

patelyogesh
Active Contributor
0 Kudos

Hello,

I have BAT file as below

@ECHO OFF
REM.-- Add Branding image to SAP GUI 7.X
REM.-- 
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\General\Appearance /f /v UseBrandingImage /t REG_DWORD /d 1
REM.--
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\General\Appearance /f /v BrandingImage /t REG_SZ /d "C:\CompanyLogo.jpg"
reg add HKEY_CURRENT_USER\Software\SAP\General\Appearance /f /v UseBrandingImage /t REG_DWORD /d 1
reg add HKEY_CURRENT_USER\Software\SAP\General\Appearance /f /v BrandingImage /t REG_SZ /d "C:\CompanyLogo.jpg"
COPY \\NetworkShare\CompanyLogo.jpg C:\
EXIT

Regards,

Yogesh

Former Member
0 Kudos

There is a registry key for branding.

See SAP note 1669254 - SAP GUI 7.30: Branding image in titlebar

Sandra_Rossi
Active Contributor
0 Kudos

The SAP GUI for Windows theme may vary based on the system to which you log in (search the forum/read the SAP GUI help).

former_member206857
Active Participant
0 Kudos

We do a logo to the home screen in our training systems, but not on the toolbar.