Dynamic portal Themes

Hello All,
I just wanted to know if it is possible to changes the portal themes based on roles during runtime.
Thanks

Hi,
Yes, it is possible and easy.
You must to create different Desktops in PCD.
Using "master rules", you define, which desktop use each user or users group.
http://help.sap.com/saphelp_nw70/helpdata/EN/ed/f794f201654cc8bdd6968e350800d9/frameset.htm
A desktop contain a Framework Page, and a Theme.
http://help.sap.com/saphelp_nw70/helpdata/EN/1a/d7c1617dd29e4d85064b467636fada/frameset.htm
Then, each user, depending of which desktop you assign it in Master rules, will use different theme.
regards,
Edited by: Leandro  Balboni on May 9, 2008 11:29 AM

Similar Messages

  • Semantic colour of Table Cell gets overwritten by Portal Theme

    Hi,
    In one webdynpro table, I need to show a column with Red-Amber-Green colour  depending on some other column value and the colour column has no value. I have used WDTableCellDesign class constants BADVALUE_DARK (Red), CRITICALVALUE_DARK (Amber) and POSITIVE(Green) and attached it with the 'cellDesign' property of the table column to fill it with colours.
    The colour shows perfect when the table row is not selected. But when the row gets selected the lead selection colour change (defined in Portal theme) overwrites the cellDesign colour and it is not possible to identify the table column colour.
    My relevant Portal theme values are shown below:
    complex elements->Tables->Selected Cells
    Background Color of Primary Selection=#FFC54E
    Background Color of Secondary Selection=#FCDD82
    Background Color of Read-Only Primary Selection=#FFC54E
    Background Color of Read-Only Secondary Selection=#FCDD82
    complex elements->Tables->Semantic Colour
    Color of Bad Value (Dark)->#F66767
    Color of Critical Value (Dark)->#FBA643
    Background Color of Positive Cells->#AACDA1
    Can you please tell me a way to solving this problem through code and not changing the portal theme.
    Regards
    Arindam

    Hi Arindam,
    You can not change the color of lead selction dynamically. Also , if you use another theme specifc to your webdynpro application, then portal theme will over-shadow it.
    What I guess is the color of lead selction is your problem. What you can try if you change the selectionMode property of table to None, then you can avoid this problem and you can still refer your lead slection.
    Regards
    Abhinav

  • Portal theme switcher generates scroll error in RTL

    Portal theme switcher using standard objects generates scroll error in RTL
    Following the Blog for Switching Themes by Topic - A Color Code System for the Portal [https://www.sdn.sap.com/irj/sdn/weblogs?
    blog=/pub/wlg/2053]
    I developed a portal application and placed it in the page framework.
    It works fine using Left To Right (LTR) languages but when using a Right To Left (RTL) languages like Hebrew and Arabic a long scroll appears in the lower part of the portal window and the masthead is moved a bit with no relation to the position of the other sections (iViews) of the screen.
    I know it’s a custom development but it uses a standard SAP API.
    The system version of the portal is NW 7 SP 14

    Hi Yolanda,
    it´s as you already figured out - 0FISCPER is the problem.
    When you want to create new lines, there can not be a dynamic characteristic in the columns. Each column has to be defined with single values.
    Try to create restricted key figures for the periods you need to show.
    regards
    Cornelia

  • Html default portal themes

    Hello everyone.
    First, thanks for read this questions, which is very short and clear.
    I have a hmtl page in KM, and I adopting an specific portal theme, with this code:
    <link href="http://enapbwqas:50100/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal /Intranet_MVC /ur/ur_7.0_ie6.css?7.0.15.1.0" rel="stylesheet" type="text/css">
    But now I need to adopting the "default" portal theme, so this html page would change with differents themes... with something like this:
    href="http://enapbwqas:50100/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/ <% default theme %> /ur/ur_7.0_ie6.css?7.0.15.1.0"
    anyone knows what is the correct code of " <% default theme %> " ?? so the html style would change  dynamically...
    Thanks for your help !!!
    Tony.

    Hi,
    I am suprised that you need to include the link to the CSS file at all - since I thought that perhaps the link is generally included in the portal by default and should be available to your KM resource. My first suggestion would be to remove the CSS link and see what happens (e.g. if you can still reference the CSS classes).
    Remember also that a KM document is just a KM document and not a dynamic resource with scripting capabilities - so you cannot use <%=theme%> placeholder that get populated at runtime. You could write a KM resource filter that parsed the KM document content and replaced the placeholder at runtime -but that is a bit messy in my opinion.
    Hope that helps,
    Simon

  • Follow-up webdynpro for abap using portal theme nw2004s, sp12

    Hello,
    I wanted to get a follow up to this thread,
    Re: webdynpro for abap using portal theme nw2004s, sp12
    We are having a problem with the way reports developed in Web Dynpro for ABAP displayed in the portal (the pop-ups and dropdowns look out of wack).  The issue appears when we wrap the reports into portal themes (either standard or custom).  As per the thread (the link for which I posted above), the suggestion was to apply WDFORCEEXTERNALSTYLESHEET parameter to the WDP, however our system doesn't have this parameter in the system, but it seems like I can create my own parameter. Can some on give me all of the properties assigned to WDFORCEEXTERNALSTYLESHEET in table WDY_APP_PROP_DEF.
    Thank you

    Hi Brad, I was trying to apply the note 1033496 but our ABAP servers does not have the WDFORCEEXTERNALSTYLESHEET parameter available in WDY_APP_PROP_DEF table.  All other notes are not applicable to our issue.
    The portal is NW2004s SP12, the ABAP server is NW2004 SP11
    Regards.
    Message was edited by:
            Aleks Ozerov

  • Web Dynpro application does not apply portal theme

    Hi Guys,
    We created a new portal theme and assigned it to our users. The portal desktop gets assigned succesfully and portal applications also show the new theme colors. But all web dynpro pages still show in the blue SAP theme. This issue only occurs on our development portal, when we import the same theme on our test portal is all works fine.
    I also tried to assign the WebDynpro parameters "sap.useWebDynproStyleSheet" and "sap.theme.default" and then the web dynpro applications are indeed forced into the portal theme. However, that is no soluition since all web dynpro applications then use the theme including SAP applications like the NetWeaver Administrator.
    We looked at OSS note '1446099 - Web Dynpro application not displayed
    in customer theme' but the stylesheets are not different.
    sap portal sytlesheet: UR=7.31.0.14.1
    Web Dynpro Style sheet: UR Version=7.31.0.14.0
    The portals in which the theme does work have the same stylesheet versions as mentioned above.
    We also created an OSS message for this so if we solve it that way I will update this message. But if there is anyone on this forum that might have an idea that it would be highly appreciated. If the problem takes too long to solve we will perform a refresh from a portal that works but I hope that we will be able to find the reason of this behavior.
    Kind Regards,
    Nico van der Linden...

    In theory, these versions should work correctly.
    You can compare the patch levels applied on your dev portal and test portal - specifically compare the version/patch for the component EPPSERV*.SCA - and see if you have any differences there.
    Thanks,
    Shanti

  • Change standard SAP GUI for HTML theme to portal theme

    Dear Experts,
    I have created transaction code for SAP GUI HTML for  a custom report program developed in SE38.
    We have created a URL iView in Websphere enterprise portal. The Transaction executing well and there are no issues.
    But the SAP GUI HTML uses SAP Standard theme. I wanted to change the input field background color which is similar to our portal theme.
    Please let me know , how to change the theme of the standard SAP GUI for HTML.
    Thanks in advance.
    any solution will be greatly appreciated.
    Best regards,
    Prabhu

    Hi Sushil,
    Could you please elaborate in detail with steps.
    Thanks for your help .. Greatly appreciated...
    Best regards,
    Prabhu

  • How can i get the selected portal theme

    Hi all,
    it is possible to get the current used portal theme.
    I need the path to the css file of the current selected theme.
    I've tried to get the css file over the pageContext like:
      pc.getStylesheetUrl()
    But the result of this methode is: /htmlb/mimes/ur/ur_ie6.css
    I'm loking for an url like:
    /irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/sap_standard/ur/ur_fc_ie6.css
    Torsten

    Hello Tamas ,
    If I try to do this in the PBO of the dialog screen (that contains the two grids), the result of CL_SALV_SELECTIONS->GET_SELECTED_ROWS will be empty, as the program does not recognize the marked entries in the grids. Also, an event for grid1 does not see the selected rows from grid2 either.--->
    is it possible to  have a check box in each grid  & get the selected lines in PAI of the screen ?
    regards
    prabhu

  • WebDynPro ABAP iView not picking Portal Theme stylesheet

    Hi,
    We are facing issues in integrating the WebDynPro ABAP application in Portal . The WebDynPro ABAP iView is not picking the portal theme. It is picking its actual color.
    We are in EP 6 SP 14.
    Can anyone let me know what can be the reasons.
    Best Regards
    Sid

    Hello,
    for the web dynpro for abap application you can create a application configuration. To create the configuration
    right click on the application -> create/Change Configuration -> and once you create the configuration, it will open up in browser and you can see 2 tabs structure and parameters
    In parameters tab you will find an option Force Use of External StyleSheet check the box and save the configuration. Once done with this process.
    Go to the iView Properties of the applications and set the application configuration name and it would take the Portal Theme.
    hope this helps.
    Pramod
    reward points if helpful.

  • Webdynpro for abap using portal theme nw2004s, sp12

    Hello,
    we use on instance 03 portal on netweaver2004s, sp12, which calls webdynpros with iview for abap on intstance 02, where ist netweaver 2004s sp12, abap stack.
    The problem is that the webdynpro is no more rendered with portaltheme. In the prevoius version of abap (netweaver2004s sp9) it was rendered with the portal theme.
    Abap- and portal-server are in the same domain.
    Where is the solution?
    Best regards
    Oliver Prodinger

    Hello Brad,
    SAP-Note 1033496 is the solution.
    The problem was, that I have added the parameter WDFORCEEXTERNALSTYLESHEET falsely in iview-configuration and not as parameter to webdynpro.
    Remarkable is, that portal and webdynpro-abap-backend have the same neteweaver2004s, sp12.
    Best regards
    Oliver Prodinger

  • Using customize portal theme for abap webdynpro.

    Dear all,
    I have a customized portal theme where we used different color for the portal. When I create a abap webdynpro application for a workflow task (the application will launch when user click on the item in the UWL). When the application launch, it does not use the customized portal theme instead it just use the standard theme.
    Anyone knows where can I configure it?
    Thanks
    Regards
    Bryan

    Hi Brian,
    You can change the color of a table only if u have the Textview as UI element for cell.
    You can change the semantic color property of textview.
    Please check this.
    I would suggest you to use ALV instead of Table as you can change its colors easily by using functions like SET_DESIGN
    GET_DESIGN of IF_SALV_WD_TABLE_SETTINGS.
    I hope it helps.
    Please revert back with issues.
    Regards,
    Sumit Oberoi

  • Use Enterprise portal theme for Web Client

    Hi Experts,
    I am new to this topic.
    I am working in portal project. We have situation that in portal we have excellent theme but in CRM Web client we donu2019t have fantasy theme like portal.
    Is there anyway can I use my portal theme for CRM web client?
    If you guide me how to integrate portal theme into CRM Web UIs, that will be great.
    Thanks.

    Ashok,
    There is no easy way to extend your portal theme to the CRM WebClient. Lot of effort is needed for identifying the portal CSS files and updating CRm WebClient theme CSS files with the portal theme attribute values.
    Thanks,
    Thirumala.

  • Changing Portal Theme for HTMLB elements

    Hi
    I want to change css of the portal theme and use different styles. I downloaded the portal theme used and found css files in "its" folder. Is it useful to change the css files in it or how can i change style of theme?

    gungor,
    download the Theme Editor at https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
    install it in an existing Eclipse installation, there you can edit the CSS files.
    kr, achim

  • Adapt Portal theme in IView with html

    Hi,
    I'm currently developing a web program which is based on html.
    I want to adapt the portal theme that has been used in the rest of the portal.
    I know all the classes that I have to use and it works fine when i use the Isolation Method: "Embedded".
    When i change the Isolation Method to "URL", all my styles disappear and i just view plain html.
    Does anybody know how I can import the portal theme in such an IView ?
    Br Rasmus
    P.S HTMLB is not an obtion since I need the tabIndex property.

    Hi Rasmus,
    Try this:
    <LINK REL=stylesheet HREF="http://YOURHOST:YOURPORT/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/theme_cubizz/glbl/glbl_ie6.css?6.0.14.0.2">
    <LINK REL=stylesheet HREF="http://YOURHOST:YOURPORT/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/theme_cubizz/ur/ur_bdy_prtl_ie6.css?6.0.14.0.2">
    <LINK REL=stylesheet HREF="http://YOURHOST:YOURPORT/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/theme_cubizz/prtl_std/prtl_std_ie6.css?6.0.14.0.2">
    Rasmus, did you get it working?
    Regards,
    Ville
    Message was edited by: Ville Leivo

  • New Portal Theme not showing up in list

    Hello fellow experts,
    I'm using EP 7 sp10...I've created a new portal theme, it shows up on the Portal Display page, under my Themes, however it does not show up in the drop down list (Content admin/Portal Content/portal users/standard portal users/every user core role) as an option for a portal theme...
    Please advise!
    Sincerely,

    Hi Scott,
    Please very these steps,
    Themes:
    System Administration
                  -->
             Portal Display
                            -->
                        Theme Editor 
                                  -->
                              Choose a Theme
                                          -->
                                          Make Changes
                                            If Any
                                                     --> Save It
                                                                -->
                                                                Desktop and
                                                                 Display Rules
                                                                          -->
                                                                          Portal Content                                                                               
    --->
                                                                          Portal Users
                                                                          <--
                                                                 Standard Portal
                                                                       Users
                                                                 <--
                                                            Copy [Default Frame
                                                             Work Page & Desktop]
                                                        <--
                                              Paste it In a New Folder
                                            Rename the Desktop
                                           <--
                                             1).Open The Renamed Desktop
                                             2). Open Folder Themes (sys) and R.C
                                             3).Add theme to DESKTOP.
                                             4) Save it.
                                             <--
                                     Open ->portal Admin -> SuperADmin
                                  <--
                          Open -> Master Role Collection
                          <--
                    Select a Role/user/group from Master Role Collection
                 <--
              R.c on Renamed Desktop and “add Portal Desktop To Expression".
            <--
       Open Renamed Dektop,Select the theme,
        <--
      Hit the Button "Set Default" (save)
       <--
    Logoff and Logon the Portal Page.
    Regards,
    Ramganesan K.

Maybe you are looking for

  • ITunes 10.1 error

    Microsoft Windows 7 x64 Home Premium Edition (Build 7600) Dell Inc. Inspiron 1545 iTunes 10.1.0.54 QuickTime 7.6.8 FairPlay 1.10.14 Apple Application Support 1.4 iPod Updater Library 10.0d2 CD Driver 2.2.0.1 CD Driver DLL 2.1.1.1 Apple Mobile Device

  • Difference between Classic, Enjoy and Signature design

    Hi guys, We are about to install SAP GUI version 720 for accessing SAP GL on ECC6 (NW7.01) and are looking into the desktop requirememnts in terms of CPU, Memory etc. The various SAP notes mention that there will be a different requirement depending

  • Bridge menu item tools photoshop batch is not present in CS4

    I recently installed CS4 on an iMac running OS 10.5.7.  I have a 3.06 GHz Intel Core 2 Duo processor, with 4 GB of ram.  The hard drive is 1 Terrabyte. In CS3 I could invoke my photoshop actions from bridge.  No such luck here.  I'm finding reference

  • Question about Full Table Scans and Tablespaces

    Good evening (or morning), I'm reading the Oracle Concepts (I'm new to Oracle) and it seems that, based on the way that Oracle allocates and manages storage the following premise would be true: Premise: A table that is often accessed using a full tab

  • Regagarding Page Format

    hi all,         I need to design one smartform that dimensions are height - 29 cm  and width 33 cm . Can anybody tell me which page format is suitable for this. and how can we create our own page format ? is it Possible. Please suggest Regards Rami