SAP logo r/3

I want to change to SAP logo ( waterlogo in the right side of the menu ) in SAP r/3.
Ik know you can change this in your company logo or any other logo/picture ( .gif ).
Does anyone know how to do this?

Welcome to SDN.
1) Changing the splash screen on the main menu.
First, in transaction SMW0 (SAP Web Repository), select "Binary data for WebRFC applications. The logo must be in a .gif format. From this transaction, create a new object, then choose to IMPORT. You must then specify the path to the .gif object you have saved, and select the option to TRANSFER.
Then, maintain table SSM_CUST via SM30. Change the field START_IMAGE to the name of the object you created in SMW0.
2) Changing the rippling water on the top right . The file name is 'sapalogo.bmp' and resided in the directory "SAPpcsapguithemesdefault". Looking at this file you can see how it works. Use an editor like Paint and replace each of the SAP ripple images with a morphing image of your own. Make sure the new image is the same size as the original. There are 33 images in the original but you don't need that many. One idea for a morphing image would be to take your company logo and have it build its way across the screen and then off again.
3) Changing the startup movie is even easier. Replace the file 'sapss.avi' with a short avi of your own. This file resides in the same directory as 'sapalogo.bmp'.
Regards
Raja

Similar Messages

  • How to replace SAP logo with customer logo

    Hi Gurus,
    How  to replace or insert a customer logo when creating input schdules EvDRE function.
    Cheers,
    Reddy.

    Reddy,
      You  shld  be  able  to copy and  paste  your  logo (after deleting  the  SAP  logo). ..as you  would  do  in  regular  excel.  If sometimes  it doesn't  work...use the   insert  picture  functionality......regular  excel/MS  way.
    Hope  this  helps.
    Vishal.

  • Changing the predefined sap logo and whats the px value for font size

    Hi,
    I am  unable to remove a Sap logo on ajax fwk: masthead . I want to replace my logo with that sap logo .
    but when i  try to set url to logo to that image .it doesn' change.
    Help me to resolve the problem
    and whats the px value for font size more than 10

    Hi,
    The URL to set logo  should work when you edit it in the correct theme. Usually cache issues prevent us from seeing the desired result. By Clearing cache your issue should get resolved. Otherwise if need be you can edit the com.sap.portal.navigation.masthead par file and define the manner in which you want your logo to be displayed in the masthead. Download the par file and open it in NWDS. Search for "logo" keyword you will find it. Edit the current image and upload the PAR file again. 
    Regards
    Anand Sekar

  • SAP Logo/Title Bar (SAP GUI for HTML)

    Hello all,
    Anyone know how to disable the SAP logo/title bar that appears via an SAP GUI for HTML transaction (ie. PZ56)?  I'm trying to get the transaction to show in the Portal using the SAP Transaction iView, but it displays this SAP title bar with the SAP logo which I don't want.
    Thanks,
    Mike

    hi Mike ,
    this can be done using the Configuration.
    Go to transaction SICF and see the webgui internet service .
    in that , you will have a button called GUI CONFIGURATION
    and then, you insert another parameter caller ~noHeaderOKCode to 1 which will solve your problem.
    Hope this helps...
    Take care
    Anil

  • SAP Netweaver Mobile 7.1- Change Standard SAP Logo

    Hi All,
    I need to know, while executing the screen from NWDS we see a SAP standard logo on top left of mobile screen,
    Is this possible to replace the logo with custom logo?
    Regards,
    Nitin
    Edited by: nitinsikka86 on Jan 12, 2011 5:51 PM

    HI,
    Check the reply from Mike on the below thread.
    how to change SAP logo by Customer logo in Internet Sales sites of B2B/B2C
    Thanks & Regards,
    Akila Sangili.

  • How to hide SAP logo ?

    Hi ,
    After login in the portal SAP logo comes in heading tab . How to hide that SAP logo?

    Hi Smita,
    Please go through below notes based on your portal release
    1906707
    How to customize favicon.ico image for SAP NetWeaver 7.1X onwards version
    1906728
    How to customize favicon.ico image for SAP NetWeaver 7.0X version
    1907215
    How to customize favicon.ico image for SAP NetWeaver 7.0X version globally
    1908436
    How to customize favicon.ico image for SAP NetWeaver 7.1X onwards version globa
    Hope this solves your issue.
    Regards,
    Prithviraj

  • Replace SAP logo in status line in the new Signature Design (SAPgui 7.10)

    Hello,
    with SAPgui 7.10 there is a new desing available, the Signature Design. Recently a customer asked me, if it is possible to replace the small SAP logo in the middle of the status line (at the bottom of the SAP window) with another image.
    I don't know this, has anyone an answer for me?

    I doubt so (although I don´t know 100 %).
    The bottom SAP image has the same functionality as before in the right upper corner (you can doubleclick it to send support messages to SolMan system). You couldn´t change the right upper corner image.
    Markus

  • Postion change of SAP logo image in masthead

    Hi Experts,
    Actually i need to change the image position of SAP logo to before welcome message in the masthead of the portal .any one help me please.
    Thanks& Regards
    Srinivasu.Y

    Sirinivasu,
    You can follow thease steps too,
    To  hide personalize link in the masthead you can customize the masthead par file. Steps are below:-
    1. Download Masthead.par from Portal under System Admin -> Support (as per above steps)
    2. Upload the Par into NWDS and add all required jars in Java Build path and Lib fiolder
    3. Navigate to the JSP file and seach for the text personalize and make your logic to show/display links. You can show/hide differebt link for different users based on logged in Uselogiin id. You can use UME API for this.
    4. Rebuild and deploy into portal. Its better to copy the standard and modify deploy as a custom one istead of directly modify the standar PAR.
    Ram

  • Exchange the SAP logo image in masthead with some othe image.

    Hi Experts,
    Actually i need to change the image of SAP logo in the masthead of the portal and i have gone through many forums ,blogs but didnt get the exact way of exchanging the logo with my  company logo can any one help me please.
    Thanks& Regards
    Pooja Gehani

    Hi Pooja,
    If you unable to change branding image thro Themes then try in this way..
    steps for importing the existing masthead:
    1. Administration -> Support -> Support Desk -> Portal Runtime -> Browse deployment
    2. navigate to ROOT/WEB-INF/deployment/temp
    3. download com.sap.portal.navigation.masthead.par.bak
    4. import to developer studio (File -> import -> par)
    5. Open the HeaderiView.jsp file from PORTAL-INFjsp there you can find the code, here give the image name what you want to place
    <TD nowrap><img src="<%= componentRequest.getWebResourcePath() +"/images/image.gif" %>" border="0"></td>
    6. Finally repack as Par and deploy in portal
    Please check the following blogs for more info
    Portal Branding - Go beyond portal themes
    Re: Pictures in Masthead
    plz reward points if helps
    cheers
    dev

  • SAP logo on resume

    Hello everyone,
    I recently passed SAP ABAP certification on 05.08.2011 from lithan genovate mumbai and want to use SAP certified associate logo on my resume, from where can i download SAP logo please help
    Thanks and regards
    Sandeep parab

    Please follow the link:
    The specified item was not found.

  • Change SAP Logo with my Company Logo

    I want to change SAP Logo with my Company Logo. For this I gone through SMW0 , SM30 and I have modified the table SAP_Cust but I didn't get it. So kindly give a detailed Solution for me

    Hi Adhi,
    You can do it using following steps:
    Step 1: Open the BSP application THTMLB_STYLES in the ABAP workbench SE80.
    Open the folders MIMES->sap_skins->styling->Ishape in the same order.
    Step 2: You will find an image 'logo.png' in the folder Ishape.
    Open the context menu (using right-click mouse button) and select 'Update and Replace'. Select your company GIF or JPG image file from your local folder in your PC.
    I hope this helps.
    Thanks
    VIshal
    Edited by: Vishal Kesar on Jun 24, 2010 6:44 AM

  • What is the name of PAR file for SAP logo?

    We want to know  the exact name for the PAR file for the SAP logo at the upper
    right conner of the EP, and the PAR file for the picture before the SAP logo.
    We know it is in the pcd directory but there are too many.
    Points guaranteed. Thanks!

    Hi Jennifer,
    That par file name is "com.sap.portal.navigation.masthead.par.bak".
    It is available at System Administration>Support>Portal Runtime>Browse and Deployments>ROOT/WEB-INF/deployment/pcd.
    If u download that file to ur NWDS u can see the logo icon and pictures used inside the image folder presents in dist folder.
    In the coding part they have used the url to this pictures and logos.
    Note:
    While downloading that file from pcd save it with the extension .par remove that .bak from the name.and import that par file to ur NWDS.
    Regards,
    Tamil K

  • SAP LOGO to delete from the screen

    Hi,
    Who knows how to remove the LOGO of SAP and to put the buttons at the end of the html screen generated ?
    At every modification of the SAP screen by SE51, how to got the new version in ITS mobile ? What should we generate again ?
    Thanks.

    Hello,
    It is not clear what your question is regarding.  Are you using the ITS Mobile service or the Webgui?  In the Webgui I would suggest that you do not try to remove the SAP logo, though depending on the version the logo should no longer exist.  In the ITS Mobile the logo is very small already and the buttons are already in the upper right corner.  Please clarify what service you are using or if you are doing a custom development and what you currently see and what you would like to change.  Thank you.
    Edgar

  • SEARCH option under the SAP logo

    Hi,
    With the SAP Default settings in Portal...
    There is a SEARCH option under the SAP logo
    What is this search used for...currently if i search for any thing a pop window is appearing with No index is generate.
    Thanks

    This search can be configured to search large collections of documents, structured and unstructured data from various data sources.
    Installation and configuration of TREX (Search and Classification Engine) is required for this search to work.
    Once TREX is installed and connected to your portal, you can create indexes so that documents that are indexed can be searched.
    You can find lots of information on this topic if you need to configure this.
    Thanks,
    Shanti

  • Change 'SAP logo' & 'Welcome Username' position

    Hi everyone!
    I would like to interchange the position of the 'SAP logo' located at the right of the Masthead iView with the 'Welcome username' text located on the opposite left end of the masthead.
    I've done a search and it doesn't seem like there is a setting to interchange both using Theme Editor.
    Any ideas on how to get started with this change?
    Thanks

    Hi,
    You cannot change it using Theme Editor. You have to download the masthead par file(com.sap.portal.navigation.masthead.par) and make the necessary changes in it.
    Follow the link for steps to download the par file
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=27788031
    After downloading the par file import it to NWDS, make the necessary changes and deploy the par file to the portal.
    Regards,
    Khushboo

Maybe you are looking for

  • ALV List header shifting to next coloumn when transfer to excel sheet

    Hi,   When i am transferring the data to excel sheet like After Executing click LOCAL FILE then click on spreadsheet RADIO BUTTON. My header is shifting one right colomn. I tried with COL_len but my issued is not resolved REPORT  ZTEST_AMIT  no stand

  • Partial amount picked up in payment run(t.code F110)

    Hello guru's, I am facing strange problem in payment run.I have two invoices($10000+ $5000) due in one vendor account.when run the payemnt program. system clears the both documents but with differnt amount $3000. Hence, cheque was issued to vendor fo

  • How can I assign shortcuts for navigation in 3D mode?

    I'm a 3D artist, and I've been using photoshop for texturing my models for so long. Now that photoshop has improved it's 3D features, It's making my life so easy, but there's a problem(other than the memory consumption). I have to change my navigatio

  • Create file in dll (LV version conflict)

    Hey all, I want to do a very simple thing in a VI, which is build in a dll. The VI should create a file. It works if I compile the dll in LV7.1, and then call the dll in LV7.1. If I call it from LV8.6, a fatal error is generated, and LV dies. If I co

  • Change runtime for a specific report

    Hi All, I was wondering if it's possible to change the runtime limit for a specific report in SAP. So for example if the general runtime limit is set to 20 mins, can I change this to 45 mins for one specific report? Thanks. Manu.