Customizing masthead in theme editor

Hi,
  I made some changes to masthead in theme editor and saved it with new name. But I am not sure now how to swap the new masthead in the default framework page. First thing is where can I find the new masthead I changed and saved. Is it saved as Iview or par file. if so which folder is it saved? Second thing how can i modify the framework page with the masthead changed in theme editor?
Thanks
Anu

Hi,
   Before defining themes the Default Framework Page has to be defined.Copy the default framework page in the Portal Catalog located under Portal Users->Standard Portal Users. Paste into the folder Admin Content->Systems->Portal Desktop.Edit object to open the new default framework page. Rename the page for future reference. On the left side will be a property editor. Make sure that “frameworkpage” is the display object ID. Then scroll to “Page Name” in the Property List.
Click Save. New name will automatically appear in the Portal Catalog.
The next part of the desktop is the theme that will be applied to the default framework page. To create new themes, choose System Administration > Portal Display > Theme Editor.
Then a new Portal Desktop has to be defined.Choose System Administration -> Portal Display -> Desktops &
Display Rules. Go to Portal Content->Portal Destop.Right Click new Portal Desktop.Save it. Add the framework page to this desktop(Right click u'll get this option). Then add the theme that you would like to have available to the role that will be assigned this portal desktop(Right click the theme u have created->Add theme to portal desktop).Set as default both a frameworkpage and a theme and save the portal desktop. 
Finally, the portal desktop needs to be applied to a role, group, user, element or multiple combinations. This is done by creating rules in the “main_rules.” Edit the object main_rules (Master Rule Collection) by choosing in the Portal Catalog: Content Administration-> Portal Content -> Portal Administrators -> Super Administrators -> main_rules.  If there are no rules that apply to a user, then no users will be able to access the portal.Add the IF Expression.Select the IF Condition that will be in effect. 
Example:
User = i803466 (the ID of the user)
Role = pcd:(location of role definition)
Group = Customers (group name)
Bandwidth:
Browsertype:
Next with the flashing curser in the expression input box, right click on the role that will be part of the
expression. Add role to expression.
The add the desktop to the expression. Save the rules.
For more info see the link below:
http://help.sap.com/saphelp_nw04/helpdata/en/1a/d7c1617dd29e4d85064b467636fada/content.htm
Hope this helps.
Regards,
Pooja.

Similar Messages

  • Appling Custom Themes using Eclipse Themes Editor

    Hi experts,
    I have a problem. I think to modify css file using Eclipse. I download Eclipse Theme Editor ( https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a026b4ce-de48-2a10-7285-fb457ee6c7ed) and I follow documentation steps from documentation but when I try to create SAP UR Project ( after add jar to plugin folder ) this option isn't available. Otherwise how can I modify css file??
    Thank in advance
    Federica

    I found the page:
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/151c9556-0e01-0010-dabc-8cb4191bd49b [original link is broken]
    I use the last Version of the Plugin.
    The version.properties reads:
    urversion=6.0.14.0.0
    urrelease=NW04_14_REL
    urchangelist=15750
    urtimestamp=200608302253
    urimplementationversion=6.4014.00.0000.20060302073045.0000
    urtarget=NW04Stack14
    If more information is needed, please let me know.

  • Regarding customizing MastHead

    Hi All,
    I want to customize the masthead. I want to remove the "welcome text", and "help and personalize" link. I just want an image from left to right and a logoff on the right. How can i achieve this. The blogs that i read has an welcome text also. i want to remove that also.
    Can anybody say how can i acheive this? Is there any blogs for this?
    Regards,
    Divya

    Hi,
      You can achieve this using themes and masthead iView itself. No change of par. For removing welcome area, go to current theme and save it as another theme. Now change the new theme property using System Admin -> Theme editor. You have option to set display of welcome area to none. Doing this will hide welcome area. This new theme, you can add to portal desktop and use it. For removing links like help, personalize, open the masthead iView from default framework page. There are radio buttons like Show Help link in masthead and Show Personalize lnk in masthead. Set them to no. You are done.
    Also make these changes after making copy of default frameworkpage. This page can also be used in desktop. Thus your desktop will contain customized default frameworkpage and customized theme.
    Regards,
    Harini S

  • Theme editor doesn't show - DesignManager must not be null error

    Hi,
    I'm experiencing problem with Theme Editor & default portal themes. Problem was probably started by importing custom themes from older version of portal (current configuration is NW2004 SPS19, Java stack). After entering System Administration / Portal Display, theme editor doesn't show up and defaulttrace contains following error:
    #1#java.lang.IllegalArgumentException: DesignManager must not be null.
         at com.sapportals.portal.ssd.userInterface.InitialPage.<init>(InitialPage.java:74)
         at com.sapportals.portal.ssd.StyleSheetDesigner.doContent(StyleSheetDesigner.java:94)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         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:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I've tried many things - delete custom themes (at first from Theme Archive, then from themes Integrity browser (...irj/servlet/prt/portal/prtroot/com.sap.portal.themes.integrity.browse) and finally I've found traces in the filesystem (I think it was .../irj/root/portalapps/com.sap.portal.design.urdesigndata/themes/customer)). So there should be no trace of custom themes in the system (as suggested in thread Theme Editor no showing content.), but the problem remains.
    And there's more I found. We have 2 same systems installed on one server (both have own Oracle database+NW 2004 SPS19). The other portal works fine and without any problems, even with the same themes imported - it didn't create any error so I wonder if the problem doesn't lie somewhere else.
    One more thing I noticed, which is different among these two portals, is the bahaviour of default themes - when I start ...irj/servlet/prt/portal/prtroot/com.sap.portal.themes.integrity.browse on both portals, the one which works, has also its and portal subnodes under every theme from SAP. On the other portal, only one theme shows all - the sap_chrome. Other themes contain only ur subnode. I've tried to compare filesystems of both portals (but only directries which I found through search for "sap_tradeshow"), but I haven't noticed any differences. What else could be different?
    I tried many things, but without any effect. Could anyone help me, please? I'm running out of ideas and thinking about reinstalling the portal, which isn't prefereble solution.

    Hi,
    It's really hard to say, where's the problem. I think you should reinstall it..., probably some components of your EP wasn't installed correctly.
    Regards,
    Juraj

  • Theme editor and especific wd theme problems

    Hi, my problem is this.
    Hi have one WD application that has have a different theme from the EP.
    I downloaded the SP13 Theme editor and then uploaded the new theme to the server wd theme folder.
    Using the sap-cssurl parameter when calling the wd applicaction to apply the theme its working with the standars themes (sap_chrome, sap_tradeshow, etc) but when I try to use my custom theme the dropdowncomboboxs are not opening and their values apear separately as a list. Also table footer is displaying without an style at all.
    I read the note 779659 and I already tryed to change the default theme property using my custom theme but result is the same.
    Can anyone give me some help?
    Here's some images so you can have a better idea of the problem.
    Standard theme(I changed it's name to xsap_tradeshow to make some tests)
    http://img530.imageshack.us/my.php?image=example1.jpg
    Custom theme (the table footer arrows disaperead too)
    http://img412.imageshack.us/my.php?image=example2.jpg

    hi
    if you are using EP 7.0 , you may have go to Visual ADMIN , in the configuration adapter , there
    is PropertyStyleSHeet , there is you can find webdynpro property ,
    Re: Trouble with Appplication after modifying WebDynpro Theme
    you can go through this thread ,  if you are using CE 7.1 you have to navigate to NWA
      configuration management , infrastructure , application modules , tp~wdpa ,  search for this
    and then  in the properties you have provide the Custom theme name you have created .

  • Theme Editor files for SP13

    The link in SAP Note 854870 for the SP13 Eclipse Web Dynpro Theme Editor/Themes returns "Error - download expired".
    Does anyone know of an alternate location for the SP13 themes or if it is possible to use the SP14 (or later) theme editor to maintain custom themes in a SP13 environment?
    Thanks,
    David

    Hi David,
    I went thru the note u have mentioned and got this info:
    <u>NW04</u>
    <b>SP13 Theme Editor and Themes is available under:</b>
    http://sapmats-de.sap-ag.de/download/download.cgi?id=HINMTOTTQ89SKHSDHL5LMVBD3Q63X3PKSUR2J4EP2U4R6WSSZ0
    <b>SP14 Theme Editor and Themes are available under</b>:
    http://sapmats-de.sap-ag.de/download/download.cgi?id=G4HDD1QYYPD9VJ0VGBKHHUI84U7DSCLPSIPPZBO19XZ390PF52
    <u>NW04S:</u>
    <b>SDN Web Dynpro Theme Editor documentation</b>:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/weba s/webdynpro/How%20To%20Edit%20Web%20Dynpro%20Themes.pdf
    <b>SDN Web Dynpro Theme Editor Upgrade Guide (mechanism applies to SP9 and higher):</b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/how to upgrade web %20Dynpro%20Themes%20from%20SPS%209%20to%20SPS%2010.pdf
    Regards,
    Pooja.

  • Theme editor doesn't work anymore after install of KMC

    I have a portal 6.0.9.4 (stack 9 with patch 4) in which I have developed a few themes with the portal theme editor. Today I have added KMC (also stack 9, patch2) and the installation of KMC has succeeded.
    Now every user has a portal favorites iview (part of KMC), but this iview (which is shown in the navigation panel) has the standard color layout and does not match the one that I have designed.
    When I open the theme navigator it works, but when i select another option, for example layout of navigation panel instead of the masthead iview, the preview of the navigation panel doesn't appear. After this the complete portal fails, because I get a java exception error as you can see at the bottom of this message. The J2E engine has to be restarted to get the portal running again.
    I believe that after installation of KMC the number of options in the theme editor should be increased, because it must be possible to choose the layout of the portal favorites iview, but this cannot be seen in the theme editor. Maybe the theme editor is looking for these settings and it cannot find them. Am I right about this? I also tried to open the standard SAP themes, but this doesn't solve the problem. The problem with the standard themes is the same.
    Best regards,
    J. Winkelmans
    #1.5#00065B3A3CB9005000000017000013AC0003ECD8FEA4D807#1104841659437#com.sap.portal.portal#sap.com/
    irj#com.sap.portal.portal#Administrator#522####05f15dd05e4c11d9981600065b3a3cb9#SAPEngine_Application_Thread
    [impl:3]_24##0#0#Info##Plain###UserAgentHook: component com.sap.portal.pagebuilder.pageBuilder supports (MSIE,>=5.5, *) (Netscape, *, ) (Mozilla,,*)and doesn't support #
    #1.5#00065B3A3CB9005000000018000013AC0003ECD8FEA5594F#1104841659468#com.sap.portal.portal#sap.com/irj#com.sap.port
    al.portal#Administrator#522####05f15dd05e4c11d9981600065b3a3cb9#SAPEngine_Application_Thread[impl:3]_24##0#0#Info##Plain###caching application: key=com.sap.portal.navigation.detailedtree - so=com.sapportals.portal.application.applicationrepositor
    y.ApplicationContext@5eb76a#
    #1.5#00065B3A3CB9005000000019000013AC0003ECD8FEA59377#1104841659484#com.sap.portal.portal#sap.com/irj#com.sap.port
    al.portal#Administrator#522####05f15dd05e4c11d9981600065b
    3a3cb9#SAPEngine_Application_Thread[impl:3]_24##0#0#Info##Plain###parsing deployment descriptor: com.sap.portal.navigation.detailedtree#
    #1.5#00065B3A3CB900500000001A000013AC0003ECD8FEA5B8D8#1104841659484#com.sap.portal.portal#sap.com/irj#com.sap.port
    al.portal#Administrator#522####05f15dd05e4c11d9981600065b
    3a3cb9#SAPEngine_Application_Thread[impl:3]_24##0#0#Info##Plain###UserAgentHook: component com.sap.portal.navigation.detailedtree.DetailedNavigationTree supports (MSIE, >=5.5, *) (Netscape, *, ) (Mozilla,,*)and doesn't support #
    #1.5#00065B3A3CB900500000001C000013AC0003ECD9008998A2#110
    4841691203#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#522####05f15dd05e4c11d9981600065b
    3a3cb9#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#/System/Server#Java###Exception ID:01:28_04/01/05_0003_3955050
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException
         at com.sapportals.portal.prt.core.PortalRequestManager.handl
    eRequestException(PortalRequestManager.java:921)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRe
    questCycle(PortalRequestManager.java:803)
         at com.sapportals.portal.prt.connection.ServletConnection.ha
    ndleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.Invok
    erServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerIm
    pl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerIm
    pl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer
    .startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer
    .startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer
    .invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer
    .handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChanne
    l$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.OutOfMemoryError

    I am also facing the same problem.. could you please let me know how did u solve it.
    regards

  • NWDS Theme Editor - Enhancement proposals

    Dear Theme Editor users,
    Please use this thread exclusively to give your input on the following questions related to the Theme Editor in Netweaver Developer Studio:
    - What is your experience working with the Theme Editor? How could user experience be improved?
    - What are the pain points in the Theme Editor?
    - What are the enhancements in Theme Editor that you think will benefit you the most?
    Your input is highly appreciated!
    You can download the theme editor from the following url.
    https://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/502e9e64-585e-2c10-b7b6-b3ba1214f06e
    In the same page, there is a how-to guide which describes the usage of theme editor.

    Theme editor is definitely a step forward but still need many improvements..
    1. The problem i face while recently editing theme was to identify the corresponding component in theme from which particular portal component is mapped. e.g. While changing tabstrip background color, I made background color changes to tabstrip, Tab Container in Pattern Container and Horizontal navigation Pattern. Still the background color of tabs Browse and Search under Content Administration->Portal Content refused to comply!!
    Even using IE tool bar didn't helped in identify correct theme component. Finally after some trials, I found Old BSP pages under Component specific styles did the trick!..Of course had to use portal theme editor for that..
    2. NWDS theme editor is missing some areas of portal theme editor like Component specific styles, VC, Ajax FWK elements styles and Portal Outer frame. It would be great if we can change masthead and navigation styles from nwds editor.
    3. Themes saved from NWDS editor are not uploadable to portal. Its ZIP misses the portal.zip part. Somehow I feel NWDS editor was designed more use for Webdynpro rather than Portal themes.
    4. While uploading images, can't see the preview of currently uploaded image. Have to view it separately. It would be great addition if there's a facility of viewing current image in the 'URL of Image' placeholder in addition to browse button for uploading new one.
    cheers~
    avadh

  • Change Images with Web Dynpro Theme Editor

    Hi, I am using the Web Dypnro Theme Editor for the Portal but I can not find where to change the branding image, the masthead image, the banner or things like that. Is there any way to change this things with the theme editor? Thanks
    Regards.

    Hi Pablo,
    These documents might help u out:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3ea0d790-0201-0010-80b8-b680496a3838
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d2b1d790-0201-0010-25b7-d1fb059a8ad9
    Regards,
    Pooja.

  • Theme Editor and pageToolBar

    Hello,
    Can we change the look and feel of the Page Tiltle Bar (com.sap.portal.pageToolbar) with the Theme Editor ?
    Thanks,
    Fabien

    HI,
    portal masthead is an element that can be edited
    Theme editor can be used to edit basic masthead properties such as fonts,colors and images.To edit the look and feel of the masthead create a new theme.
    To create a new theme go to sys admin->portal display -> theme editor.in the theme editor.
    To change where the links are present the name of the links etc cppy the par file from the location and modify it.
    The HeaderiView.jsp contains the masthead users see when they are in the portal.
    The default par is in /usr/sap/<instance>/j2ee/j2ee_00/cluster/service/services/servlet_jsp/work/WEB-INF/deployment/pcd and fin com.sap.portal.navigation.masthead.par.bak
    Reward useful answers

  • Change link font size through theme editor

    Is it possible to change font size of link element using theme editor? I can't find corresponding parameter. Is it inherited from somewhere else?
    Thanks in advance.

    Nadezhada,
    If you want to change any font size of the text on Top level Navigation (top level tabs) or MasterHead(Masthead) then you can use theme editor.
    But it wont work application level. For example if you want change the font size of a text in the a iView or any application, then you should look the possibility of changing that corresponding application.
    Ram

  • SAP UI5 theme editor

    Hello all,
    I have few doubts regarding UI5 theme editor tool.
    Theme editor tool is used to create custom themes. we copy an existing theme and make changes in that. After that that theme is published and used.
    1. Where can we see the library.css file of newly created theme?
    2. Can we edit it out side theme builder?
    Regards,
    Krishnakant

    Hi Chandrashekhar,
    Thanks for your reply.
    I read your blog. After downloading that theme to local system and putting it in resource folder of UI5 application after making some changes, is also an option for deployment.
    for example. If i have to change a theme of a fiori application,
    I can
    1. download that fiori application, create my own css and call it in index.html file.
    2. create a custom theme and use the option
    https://<host>:<port>/sap/public/bc/ui5_ui5/demokit/test-resources/sap/ui/ux3/Shell.html?sap-ui-theme=cm_sap_goldreflection@https://<host>:<port>/sap/public/bc/themes/~client-<client>
    Now do we have any way to access that custom .css file of newly created theme without downloading ?
    Like If this library resides in BSP repository then i can open it from there and make changes + also can make changes for the same theme using theme builder.
    any idea?

  • How to change the button image in theme editor

    How can i change the button image in theme editor. If i upload another button image in theme editor it doesn't show me the full image. it cuts it from the right. how can i view  the full image as a button.
    Thanks

    HI,
      Check this link
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/modifying%252bthe%252blogon%252bpage
    Custom logon page
    Portal Customizations Intro - Login Part 1
    Change the portal logon page image programmatically
    Branding
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a000df6b-586a-2910-e6be-9fee831d5a30
    Thanks,
    Gopi

  • Enterprise Portal: Looking for theme editor property

    Hello,
    I'm using the portal's theme editor and am searching for the properties to set the colour of the two blue areas marked with red arrows in the following screenshot:
    http://wzs.ath.cx/div/portal_screenshot.jpg
    Can anybody help me?
    Thanks & Greetz
    Daniel

    Hi Daniel,
    Check these links
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    https://websmp105.sap-ag.de/~sapdownload/011000358700003697292003E/Logonscreen_HowTo_v2.pdf
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    Is your Portal Logon Page more colorful?
    A fast and easy Portal logon page customizing
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    Regards
    Arun

  • Portal Theme - Portal Theme Editor - What about the WD4A Applications

    Hello,
    Question is :
    i copied a standard theme : SAP_TRADESHOW to make a custom theme. I used the portal theme editor in the portal.
    i changed the colors and the pics.. The Screens of the portal is like i changed it.
    But my problem is, when i open a WD4A Application which is included in the portal, for example "Travel Management" it is showen in the standard sap_tradeshow colors.
    I also checked the versions of the backend themes in the mime, but the version of the theme in der portal i used is younger than the backend theme.
    Is it necessary, that to make a backend theme with the colors of the changed portal theme, and contain the URL of the mime in the theme_root parameter of the WD4A Applications?
    What kind of options do i have ??
    Can anyone help me ??
    greeting
    dominic

    I have found it already.... The structure of the themes can be located at the Portal server (file system) in path:
    \usr\sap\ep1\jc00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\ irj\root\portalapps\com.sap.portal.themes.lafservice\themes\portal
    regards,
    Noel

Maybe you are looking for

  • HT204053 How do i remove credit card from account

    I used a gift visa and now that the funds have run out it won't let me even download free apps I can't find anyway to just remove credit card from my account so it just keeps giving me a billing error

  • File size of corrected jpegs expands to half the size of the original

    Using a Canon 1Dx, I have an option of utilizing both slots and assigning different file types to each.  In one slot I shoot RAW, and on the 2nd slot I shoot a JPG backup.  Typically though I'll do all my work on the RAW file in Lightroom 5.  The uni

  • Syncing iPad iPhone iMac with Google Calendar, everything you want to know

    Ok Guys, I just spent the last 4 hours going nuts with experimentations, trials and errors, and I finally think I figured it out, so bear with me here because it's not that simple. And excuse me for the poor english, I'm from Brazil. Ok, in the iMac

  • Oracle 10g corruption type 'unknown'

    I don't see unknown listed in the oracle docs as a corruption type. 10.2.0.3 DB in archivelog mode with weekly full backups We only keep 1 backup. No tape backups (no space. no budget for tape. Its a development environment. ) All DBs are run from vm

  • WSDL2Java VALIDATION ERROR

    Hi, I am using IBM RAD to experiment with web services and I have the following errors: WSWS3574E:--------FATAL ERRORS ENCOUNTERED-----------      GENERATION OF ARTIFACTS HAS BEEN SUSPENDED.      See messages to follow for more details. WSWS3458E:---