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

Similar Messages

  • 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 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.

  • SAP brand Image change in Login Page of portal

    Hi All,
    Currently we are using Portal 7.0 SP6 version.
    we have a requirement to change the SAP standard brand image in the login page of portal with the our customer logo,
    We have the only requirement to change the sap brand image ( which is -the person is writing something on standing- this is sap brand image-at left side of login page) in the login page, which we need to change to our customer image
    Please provide supported documents and links for the same then it would be great help to me.
    Thanks in advance
    Regards,
    PortalUser100
    Edited by: PortalUser100 on Apr 19, 2011 5:46 PM

    Hi Shanti,
    Thanks for your reply.
    Can we able to change brandimage of sap portal 7.0 login screen as mentioned below?
    Is it possible to change in the same manner?
    Go to the file path
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com
    2. Open the folder
    a. com.sap.security.core.admin
    b. Navigate Till root folder through servlet-jsp/logon
    c. Inside the root go to Layout folder
    d. In the Layout folder there exists those branding images
    e. Replace the branding Image (Keeping the same name of ur image as that of the existing one ).
    3. Restart the J2ee engine and the Portal .
    are the above steps will work out to change just the brand image in the logon screen
    Thanks,
    PortalUser100

  • 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

  • How to change the masthead logo image ?

    Hi,
    <br>
    I’m trying to change the masthead logo image.
    I downloaded the com.sap.portal.navigation.masthead.par and opened it on IDE.
    I understood that I need to update the HeaderiView.jsp on this location: <br><br>
    <TD class="prtlHeaderNotch" id="header_notch" nowrap><img src="<%=themeRootURLPath%>/../common/1x1.gif"
    class="prtlHeaderNotchImgWidth"></TD>
    <TD nowrap ti="0" tabIndex="0" class="prtlHdrWelcome"
    id="welcome_message"><%=StringUtils.escapeToHTML(GetWelcomeMsg(componentRequest, welcomeClauseStr))%></TD>
    <TD class="prtlHdrBrandImgContainer" ti="-1">
    <%=GetLicenseText(componentRequest)%></TD>
    <br><br><br>
    1. What should I need to do in order to change the logo?
    I was looking for < img src tad but didn’t find and I understood that the original logo is
    retrieved by prtlHdrBrandImgContainer. In this case, should
    I remove this line? What should I add instead?
    <br><br>
    2. Where I need to locate the new image I want to use?
    <br><br><br>
    Thanks in advance
    <br>
    yoel

    Hi Yoel,
    if u want to change only the logo it doesnt require the change of code.u can change it through theme editor.
    customization of par file is required if and only if u want to change the structure of masthead that is changing the places of logo,branding image etc..
    To change the logo through follow thest steps
    1.Navigate through System Administration --> Portal Display --> Open your theme
    2. Save it in your own name to avoid the changes in the default theme.
    3.Open the Logo section.
    4.In this provide the full address of ihe image location at the URL to logo field.
    5.Save your changes and assign this theme to your portal desktop.
    Refer this to know about assigning theme to portal desktop
    MastHead Change & Portal Desktop
    OR if u want to customize the par file refer this
    Masthead logo changes thru PAR file(com.sap.portal.navigation.masthead.par)
    Regards,
    Tamil K

  • 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

  • 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

  • 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

  • Changing logo image in search page

    Hi Mr Roger Ford,
    Would you please to help me.
    I'm using SES 11.1.2 on SuSE Linux SLES 10.
    I would like to change the logo image in search page.
    I have followed step by step in:
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#BABGAHHE
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#sthref166
    when I reach the step:
    create skinBundle NAME=example INPUT_FILE=example.xml --ATTACHMENT_
    LIST=example.lst
    I get error:
    the attachment file "assets/images/example.gif" which path is "/scratch/skins/example/assets/images/example.gif" in the list file doesn't exist ( It is my translation from French)
    I have created the directory:
    /opt/oracle/seshome/example/templates
    /opt/oracle/seshome/example/assets/images
    /opt/oracle/seshome/scratch/skins
    and i have put example.gif in the /opt/oracle/seshome/example/assets/images directory all the oter steps
    I just would like to change only the OracleLogo.
    PLEASE HELP ME.
    Edited by: Ranou on Nov 18, 2010 9:23 PM

    Thank you for your answer Mr Roger Ford.
    my file example.lst becomes:
    /opt/oracle/seshome/example/assets/images/example.gif::/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/scratch/skins/example/templates/results.ftl
    And I have got the same error.
    I have tryed a second file: example.lst as follows:
    /opt/oracle/seshome/example/assets/images/example.gif::/opt/oracle/seshome/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/opt/oracle/seshome/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/opt/oracle/seshome/scratch/skins/example/templates/results.ftl
    And I have got the same error too.
    Would please to help me Mr Roger Ford.

  • Change the logo image in a seeded template

    My application adopts template "Tabs (2) no left nav1". I want to change the logo image of the template to my own one. How to do that?
    I have uploaded the image to Image Repository by Utilities wizard. And found the following text in editing "Tabs (2) no left nav1" template:
    <td rowspan="2"><img src="#IMAGE_PREFIX#generic_home.gif" height="72" border="0" alt="logo"></td>
    But what shuld I change #IMAGE_PREFIX# to? what's the substitution string for Image Repository?
    Thanks,
    May

    Scott,
    Thanks. I have changed my logo following the steps.
    Just found there is a minor overlook on the documention:
    "...First, we need to include the substitution string #WORKSPACE_IMAGE# referring to the location ..."
    It's missing "S" after IMAGE, should be #WORKSPACE_IMAGES#
    Thanks,
    May

  • Error inPortal Header after changing com.sap.portal.navigation.masthead.par

    Hi All,
    Iam getting this error while trying to change "com.sap.portal.navigation.masthead.par" within portal. I have updated the HeaderiView.jsp and then saved the PAR file and uploaded the file. It was successful upload from Administration console. But after I logged into portal again, I got this error and even though I tried to revert back the changes, it still gives the same error. Has any one faced similar issue? We faced this during the IE8 (Internet explorer 8) upgrade to SP 27 in sap portal.
    Thanks.
    #1.#0003BA4D72F200540000000300003DEA00049C4FAA821F4E#1297765883836#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#O000001496#192##n/a##bbf9eef438ee11e08722000035d6a152#Thread[PRT-Async 2,5,PRT-Async]##0#0#Error##Java###10:31_15/02/11_903258450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component :
            at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:267)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
            at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:418)
            at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:372)
            at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:234)
            at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:576)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
            at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:725)
            at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:706)
            at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
            at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
            at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
            at com.sapportals.portal.navigation.PortalLauncher.doOnNodeReady(PortalLauncher.java:218)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
            at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
            at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
            at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:547)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
            at com.sap.portal.navigation.Gateway.service(Gateway.java:101)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application       
    at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getDeploymentDescriptor(PortalApplicationItem.java:1622)
            at com.sapportals.portal.prt.core.broker.PortalComponentItem.getConfiguration(PortalComponentItem.java:1022)
            at com.sapportals.portal.prt.core.broker.PortalComponentItem.refresh(PortalComponentItem.java:274)
            at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:729)
            at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
            at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
            ... 42 more

    Thanks Raghu.
    I have tried that option as well. But, when I uploaded the PAR file from DEV to Sandbox environment, the header did not work, but I identified that the "portalapp.xml" file is only partially deployed (even though the PAR that is used for Upload (using Admin Console) contained all parameters. I could not understand why the portalapp.xml is only partially deployed.
    After deployment the portalapp.xml has only 3 properties within it : ClassLoadingPolicy, value 5.0, DeploymentPolicy, value 5.0 and AuthenticationPolicy, value 5.0,
    and all other attributes that are part of the uploaded par file are not present after deployment within "PAR directory within portalapps directory".
    Edited by: jakk on Feb 16, 2011 5:17 PM
    Edited by: jakk on Feb 16, 2011 5:19 PM

  • Couldn't change a previous Logo upload in the SAP GUI.

    Hi,
    I couldn't change a previous Logo upload in the SAP GUI.
    How about?
    Best regards

    For uploading a SAP LOGO follow informatio contained in this link:
    http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm
    1) Try deleting tha actual LOGO from trx SMW0 table and Check the file name of the new LOGO and call it with another file name different from previous and Import the new file.
    2) Check also the file name trx SM30 table SSM_CUST that must be the new file name.
    Best regards

  • Software Project - how to change the logo Image

    Hi
    Downloaded and installed sample code - Software Project -
    how to change the logo Image,
    Please do the needfull,

    Hi,
    Go to
    Home>Application Builder>Application 144>Shared Components>Edit Application Definition->Logo
    Logo Type:
    choose Image
    type the path of your image in the text box.
    you have to upload your image inside Shared Components>images
    use
    #APP_IMAGES#YOURIMAGENAME.GIF
    thanks
    Mark Wyatt
    Edited by: Websoft on Oct 8, 2009 12:10 AM

  • How to change the InfoView logo [Favicon] from the browsers address bar.

    Hi All,
    I am launching an Infoview in a new web browser from the netWeaver portal through a link.
    The favicon for potal is changed on the portal server.
    How I can change the InfoView logo[Favicon] from the browsers address bar?
    If anybody knows where that image is located on the BOE server where I can replace the icon with my company icon?
    Please advise!
    Awaiting Reply!
    Smita Thorat

    Hi,
    the icon has the name favicon.ico and can be found in the root folder of the Web AS /Portal.
    Favicons are images of the size 16x16 or 32x32 pixel in the Icon format (image/x-icon) and files have an .ico extension.
    You can either change the standard sap favicon directly on the WebAs server wich needs might be done after each support package.
    Regards,
    Kai

Maybe you are looking for

  • Cannot send email from my mobileme on iphone 3g

    Suddenly coudn't access my mobileme email account. So I changed my password; and since I couldn't send email from my iphone 3G I can send/receive emails from icloud webpage or Thunderbird. Any clues?

  • How can we transfer the accruals posted from one rebate recipient to another in SAP.

    we have like 20 invoices posted in SAP for one rebate recipient. but now the salesman has changed the territory and is replaced with another. starting May1st we need to pay the accruals to the new salesman instead of old salesman. Please advice. Rega

  • How to Stop Dreamweaver CC Obtrusive Dialogs

    Issue: Dreamweaver dialogs (e.g. search, background activity, search) always remain on top of the GUI stack on Mac. Description: While I'm waiting for files to upload/download, I often wish to browse the Internet or work in another application. Unfor

  • Connect Linux-based external drive to MBP running Leopard?

    I had the misfortune to have two Western Digital NetCenter 500GB external drives have issues in less than 12 months (Tip: don't buy one . The 1st NetCenter's browser-based admin console became unavailable and the drive invisible via Ethernet, but vis

  • EJB3 Help

    I am trying to create a entity bean, session bean and a client to test if my program works. But I am having difficulties solving this error.. if some one can help that would be great. //This is the error I am getting Exception in thread "main" javax.