How can we change the logo on the top right hand side of the Workbench

Hi
We have the system property to change the buylogoimage & selllogoimage on the top left hand side of the any page on esourcing.
However we dont have have any property for the top left  hand logo images namely "SAP E-SOURCING & SAP E-SOURCING  SUPPLIER PORTAL"
Our customer is looking for changing these images also.
I have created a file attachment container with the required customer image and have given the same path as properties of the image SAP E-SOURCING  SUPPLIER PORTAL 
However it is not replacing the existing image .
Is there another way to change this ?
regards
chetan

Please check Ankush's answer again.  With a little extrapolation of his answer you can make the change.
I have changed both logos on the buyside of a system by changing:
Userinterface Property: buylogoimage to /images/logos/WOJNICKI.gif and
System Property: system.brand_logo.buyside to /images/logos/WOJNICKI.gif.
I think you are trying to change the system.brand_logo.buyside
I created a file attachement container:
Purpose: Resource Image
Path Name:/logos/WOJNICKI.gif
File Attachment:  the gif file named WOJNICKI.gif that I created.
Keep in mind the the Path Name must be /logos/theninsertyourexactfilenamewithextension
So if you create your appropriate file attachment containers and place them in the following system properties (system.brand.brand_logo.buyside & system.brand.brand_logo..sellside) with the system user this should work. 
Good Luck!

Similar Messages

  • My creative cloud icon has gone from the menu bar on top right hand side of screen

    the creative cloud icon is gone from the menu bar?  How can I get it back?

    Sometimes too many open apps will hide it, but if it closed,
    Restart the Creative Cloud app. Look for it in Spotlight.
    Gene

  • The search box in top right hand corner of the firefox window has disappeared.

    Search box has just disappeared. Everything else seems to be as per normal. Don't know what I did to make it disappear but it has and I can't figure out how to get it back.

    Hello,
    # Try restore the Firefox layout to default.
    # Go to Menu bar(Press Alt or F10 to show).
    # Go to '''View''' >> '''Toolbars''' >> '''Customize'''.
    # At the bottom of the window click on '''Restore default'''
    # See more [http://mzl.la/LEfUYU Customize Firefox controls, buttons and toolbars]

  • My imovie opens in the dock, but then disappears off the screen - top right hand side, What's happening?

    Hi
    iMovie opens in the dock, but then seems to disappear off to the top right hand side of the screen and I can't find a way of recovering it?   Suggestions please

    Hi
    If You press cmd+tab keys (cmd = the one with a cringle) (tab = left side keyboard third row big arrow pointing to the right)
    By keeping cmd-key down and stepping with tab-key You can see if the iMovie symbol show up. then release.
    Did it come back ?
    Yours Bengt W

  • I live in Australia but when I upgraded to IOS6 it changed my App Store region to the US. How can I change it back? I have been trying to find the answer.

    I live in Australia but when I upgraded to IOS6 it changed my App Store region to the US. How can I change it back? I have been trying to find the answer.

    Contact iTunes support & request they clear the balance:
    http://www.apple.com/support/itunes/

  • HT1677 iOS 7 for iPad the bookmarks tab is now on the top right hand side how can I change this back to the top left hand side as in the previous versions?

    iOS 7 for iPad the bookmarks tab is now on the top right hand side how can I change this back to the top left hand side as in the previous versions? Thanks

    Sorry but you can't

  • HT2731 How can I change my store to US, now that I am in the US? A link in a previous thread says not accessible as the profile still shows different country..

    How can I change my store to US, now that I am in the US? A link in a previous thread says not accessible as the profile still shows different country..

    As long as you have a form of payment (credit or debit card) with a USA source, and with a billing address in the USA, then you just need to change your payment information on your account to that, change your country in the store settings, and you will then be able to shop in the USA store.
    Your AppleID will work in any country's store, as long as your payment source and billing addres are also specific to that country (and you are in that country as well, as there may be IP filters in place to stop use outside of the country).

  • TS1363 how can i change from disk modae to normal mode as none of the buttons seems to be working ?

    how can i change from disk modae to normal mode as none of the buttons seems to be working ?

    Have you tried a hard reset of the iPod yet?
    How to reset iPod
    This should take you out of disk mode and allow the iPod to boot up as it normally does.
    B-rock

  • How can i change from my single app to creative cloud membership? the 'switch plan' doesn't appear in my account?

    how can i change from my single app to creative cloud membership? the 'switch plan' doesn't appear in my account?

    Locking this discussion.  Please see my response at how can i get some help to cancel my single app month to month and/or upgrade to full creative cloud membership? please don't tell me to follow the guidelines because i've tried several times but the options to 'switch plan' or cancel plan' are not availa.
    John T Smith please feel free to also reference this discussion.  I believe it partly explains the frustration individuals face when attempting to cancel their membership.

  • How can i change (reset) my i cloud passport if i had forgotten the old one?

    How can i change (reset) my i cloud passport if i had forgotten the old one?

    The following has instructions: If you forgot your Apple ID password
    If you cannot complete the steps there then contact Apple Support: Apple ID: Contacting Apple for help with Apple ID account security

  • How can i place button on top right hand corner of the tabbed pane

    Hi all,
    i want to place button on top right hand corner of the tabbed pane, just run the code below, i have add button(it going to insert tab into tabbedpane), i want to place that tab into top right hand corner of the tabbedpane (not inside the tab itself). if i set tab policy setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT), it will give two button at right hand corner along with those buttons i want to and one more add button.
    please suggest so that i can move forward.
    Thanks in advance
    import java.awt.Dimension;
    import java.util.HashMap;
    import javax.swing.JPanel;
    import javax.swing.JTabbedPane;
    * @author  Dayananda.BV
    public class TabpaneDemo extends javax.swing.JFrame {
        /** Creates new form TabpaneDemo */
        HashMap<Integer, tabpanel> panelMap = new HashMap<Integer, tabpanel>();
        public TabpaneDemo() {
            initComponents();
            createFloorPlan();
            getContentPane().setPreferredSize(new Dimension(400,400));
            jTabbedPane1.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
        // <editor-fold defaultstate="collapsed" desc=" Generated Code ">                         
        private void initComponents() {
            jTabbedPane1 = new javax.swing.JTabbedPane();
            add_tab_button = new javax.swing.JButton();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            add_tab_button.setText("+");
            add_tab_button.setMargin(new java.awt.Insets(0, 0, 0, 0));
            add_tab_button.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    add_tab_buttonActionPerformed(evt);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap(308, Short.MAX_VALUE)
                    .addComponent(add_tab_button, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(67, 67, 67))
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addComponent(add_tab_button)
                    .addGap(8, 8, 8)
                    .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 292, Short.MAX_VALUE))
            pack();
        }// </editor-fold>                       
        private void createFloorPlan(){
            tabpanel floorplan_Panel = new tabpanel(panelMap.size()+1);
            panelMap.put(floorplan_Panel.getTabIndex(), floorplan_Panel);
            jTabbedPane1.add(floorplan_Panel, floorplan_Panel.getTabName());
            jTabbedPane1.setSelectedIndex(jTabbedPane1.getTabCount()-1);
        private void add_tab_buttonActionPerformed(java.awt.event.ActionEvent evt) {                                              
            createFloorPlan();
         * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new TabpaneDemo().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JButton add_tab_button;
        private javax.swing.JTabbedPane jTabbedPane1;
        // End of variables declaration                  
        class tabpanel extends JPanel{
            private int tabIndex = 0;
            private String tabName ;
            public tabpanel(int tabIndex) {
                this.tabIndex = tabIndex;
                if(tabIndex >= 10) {
                    tabName = "Floor Map"+tabIndex;
                } else{
                    tabName = "Floor Map"+tabIndex+"  ";
            public int getTabIndex(){
                return tabIndex;
            public String getTabName(){
                return tabName;
    }Thanks
    Dayananda B V

    This part of tabbed pane is not customizable as it lies in the ComponentUI(TabbedpaneUI) portion of the tabbedpane.
    But I can point out the place u can change to bring the desired feature into effect.
    U can find an Inner class called ScrollableTabSupport
    Look for the methods createButtons where u can create extra buttons and add to the tabbed pane.
    The Inner class also implements actionListener where u can implement the action for the button u added.
    By this method U have to use your own extended TabbedPaneUI which u cant escape from.
    Hope this will help u.

  • VERTICAL SLIDING BAR ON RIGHT HAND SIDE OF THE SCREEN HAS DISAPPEARED - HOW DO I GET IT BACK PLEASE?

    VERTICAL SLIDING BAR ON RIGHT HAND SIDE OF THE SCREEN HAS DISAPPEARED - HOW DO I GET IT BACK PLEASE?

    This issue can be caused by the Babylon Toolbar extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I have iMovie application open, but the iMovie application keeps disappearing off the right hand side of the screen and and I can not see it, even though the application is open..help, please!

    I have iMovie application open, but the iMovie application keeps disappearing off the right hand side of the screen and and I can not see it, even though the application is open..help, please!

    Thanks. I don't know why it wouldn't just go back there when I tried putting it back? I didn't change anything, so I assumed the new "default" was over on the left. Glad it was a simple solution after all.

  • I updated to Itunes 11.1 on Windows 8 & now there isn't a device tab in the top right hand corner or the sidebar. When I ran diagnostics it didn't pick up my Ipad or Iphone. Has anyone else had this problam & does anyone know how to fix it?

    I updated to itunes 11.1 in Windows 8 & now there isn't a device tab in the top right hand corner or the sidebar. When I ran diagnostics it didn't pick up my Ipad or Iphone. Has anyone else had this problem & does anyone know how to fix it?
    I have restarted my computer, turned my devices off & then on again & reinstalled itunes & none of this has helped.

    I have the same problem.  Emailed apple--no help

  • Can i move the trash bin from the right hand side to the left (i am left handed)

    can i move the trash bin from the right hand side to the left

    Sorry, but I never use full screen for anything except an occasional web video. These are my Dock settings and the 66 icons on it take up little real estate.
    This is what mine looks like, SL version.

Maybe you are looking for

  • Error while opening two cursors in same procedure...

    Hi : I have written following Procedure: Declare procedure pro_canefortnight_master Is kr_caneperiodid integer; last_caneperiod_id number(10,0); kr_forthnightid integer; last_forthnight_id number(10,0); ref_caneperiodid integer; ref_seasonyrid intege

  • Deny logon to an admin user.

    I have the need to only allow a user elevated access to an administrators account (to unlock system preferences and install software). So the user can use their standard account and if required enter other credentials to so simple admin tasks, howeve

  • Chainging e-mail address

    After chaning my e-mail address on the profile page of my skype account I was asked to verify my password.  After I used the same password I always use to sign in, it was repeatedly rejected.  Why?

  • Workspace and Schema Guidance

    Hi - We're setting up Apex and want to plan out how to handle workspaces and schemas in advance. In previous settings, workspaces were set up by department with one schema. It started to get messy as more applications were built and development and p

  • Imac shuts down 5 seconds into start up. Troubleshooting not working.

    Imac shuts down about 5 seconds after starting.