Portal StyleSheet Usage

We would like to use the Portal styles in our local intranet. We want run the intranet on a separate server but display it embedded within the Portal.
Does anyone have any suggestions on the best approach on how to use the Portal Stylesheets and apply these to the intranet content?  Any help appreciated.
Thanks

Hello Damodhar,
I think that the "Portal Activity Report" suits your needs:
http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm
See also:
Portal SP9: Portal Activity Report
and
SP15: New and Improved Portal Activity Report
If the standard does not meet your requirements, you can consider development:
Write your own portal usage statistics tool
Hope that helps,
Yoav.

Similar Messages

  • EP 7 Portal stylesheet with WD ABAP

    We run a WD WD ABAP application and want to use the EP 7 stylesheet with the iView:
    - we use the WD iView
    - Stylesheet -> ur
    - Supply Portal Stylesheet -> yes
    a) What values are possible for stylesheet. "ur" does not mean anything to me. We have tried our own stylesheet there (value "demo") but it did not show any effect (we got an error).
    b) I have used a personalized stylesheet, but it did not show any effect. the portal layout changed but the WD ABAP not.
    Any idea.

    Thanks for the answer, already a good direction. However it does leave a couple of questions open:
    T1: From your thread Best practice creating an Corporate Design (Layout) with a web dynpro I understand that I can use WDTHEMEROOT with sap_chrome etc.
    A) These are the styles from the WebAS ABAP, right? Means the styles in the MIME repository there.
    B) What do I have to do when I want to use my own style. I have successfully imported a style sheet into the WebAS and used with sap-cssurl. Are there any restrictions where I have to import the css (the path on WebAS) so I can use it with WDTHEMEROOT
    T2: Style sheet of Portal
    I still have the style sheet value in the iView of the portal (value "ur"). I have absolutely no clue, what values I could use there. I can only tell that I have tried to set my own style there which resulted in an error.
    Is there any complete documentation about this topics, besides some SDN posts I did hardly find anything.

  • Webdynpro iView - Supply Portal Stylesheet

    Hi!
    In a webdynpro iView when I try to change the property 'Supply Portal Stylesheet' to 'No' and I save the property don't change.
    Portal 04s SP12
    Can someone help me?
    Regards,
    Matteo

    Hi,
      any news about this topic?
    I have the same problem in my SP12 portal.
    Any suggestion?
    Thank you.
    Regards
       Leonardo

  • Using People Centric BSP without Portal Stylesheet

    Hi,
    we upgraded to CRM 5.0 (WAS 7.00 SP 10). Now we face problems with the company's portal stylesheet with our PC UI applications.
    Has anyone around here an idea how we can use SAP standard stylesheet without modifying our system (for example in CL_HTMLB_CONTENT)?
    Best regards,
    Gerald

    Solved by portal setting (stylesheet as parameter)

  • Portal iView Usage

    Hi,
    Do we have any standard sap functionality which can give some information like how much time & what areas(may be iviews..) that user spends inside the portal.
    Thanks,
    Thanks,
    Vikas

    Hi,
    Using the portal activity report feature enables portal administrators to gather and present information about portal activity, including information about the users who logged on to the portal and about the content that was viewed.
    Check this:
    Monitoring portal users
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

  • Portal Stylesheet in RenderListForm-based content

    Hi,
       I have just created an XML forms editor project, where for example I have,
    In the Edit form, an HTML editor control
    In the RenderListForm and ShowForm, labels that would display whatever is entered into the HTML Editor in the Edit Form
       At the same time, I have also made some changes to the theme editor such that standard table cells have a certain background colour, say blue.
       Following that, I authored some content using the above forms. I created a table using the HTMLEditor in my Edit Form. While the table style (i.e. table cells with blue background) is propagated to the content in 'Show' form, it does not affect the content in RenderlistForm.
       My objective is for the same style to affect the content in RenderListForm as well. What can I do to make this happen?
    Thanks,
    Ju

    Just to clarify after further investigation. It seems as if the fault lies not with RenderlistForm, since if I click on 'Preview' button after having edited the form, and I view the created content in the new window that pops up, the RenderListForm displays the content with the style as defined. It is just when I view the 'RenderlistForm' content in a KM navigation iview with layout set 'NewsExplorer' that the style does not seem to be effective.

  • Web Dynpro ABAP Stylesheet - Portal Integration

    We have a Web Dynpro ABAP being displayed through a Portal iView.  The Portal server and the Web Dynpro ABAP server are separate.  Our problem is in getting the Web Dynpro ABAP to use the stylesheet of the Portal.
    We can make this work by forcing an external stylesheet (via application parameters, global Dynpro settings, or passed on the end of the URL), but we have to hard-code the full URI of the Portal stylesheet.  This would be very hard to manage if we hard-code every iView's CSS location (or set every individual Web Dynpro's application parameters), and we want instead for the Portal to supply whatever the user's stylesheet is dynamically. 
    So what we want is: if we change the Portal stylesheet, the Portal would just pass the new stylesheet URI to our ABAP Web Dynpro iViews without manual modification of the iViews.
    Here is an example of what works:
    http://our-abap-server.com/sap/bc/webdynpro/sap/cprojects?sap-ep-themeroot=https://our-portal-server.com/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/ourportalstylesheetname
    Shouldn't the Portal iView automatically pass sap-cssurl or sap-ep-themeroot to Web Dynpro ABAP?  We have "Supply Portal Stylesheet" checked on the iView… it just doesn't pass anything to the Web Dynpro ABAP.  Why wouldn't SAP pass this parameter dynamically to the Web Dynpro ABAPs?  Is this a product error? 
    There seems to be a great deal of confusion about this on the SDN message forums... I think this may be the core issue.
    We are using a 7.0 SP13 Portal with an ECC 6.0 SP12 backend.

    Now that you mention it, I ran into that exact same issue  -- the application parameters didn't work for hard-coding the theme.  The fix ended up being the web server semicolon thing I mentioned earlier (that was why the parameter didn't make it to the backend). 
    The themeroot is automatically sent to the backend from the portal, so you shouldn't really have to manually send it as a parameter anyways.
    I'd suggest talking to your network guys.  Also this could be the result of the SP you are on (we're on 13 for the portal and the backend system -- maybe this feature doesn't work in some earlier SP's?).  There are also some options to force the theme as a WD application parameter on the backend side, which you could check into.  Details on those are here:
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb57412df8091de10000000a155106/frameset.htm]
    Also you could look at the requests being made by installing HttpAnalyzer in your browser.  You can inspect "post" parameters going from the portal to the backend system.  One of those posts (the first one to the backend system) should contain the parameter sap-cssurl (same kind of thing as sp-ep-themeroot).  This is where our problem turned up as this parameter was not being posted.
    Lastly, make sure that your frontend portal and backend portal are in the same domain.  For instance:
    frontend.domain.com
    backend.domain.com
    If your backend and frontend are in different domains it messes all kinds of things up, including stylesheets I think.  If you can't get around this, then read about domain relaxing (but I highly recommend getting the domains the same).
    When we started, ours were:
    portal.dx.company.com
    sap.company.com
    This created all kinds of problems.  Putting our systems in the same domain with the same protocol and fixing our little semicolon web server problem fixed basically all of our portal complaints.  Up until that time, we had also had many problems with session management (backend sessions were getting stuck until the HTTP timeout).
    That's all I know.   Good luck.

  • How to use stylesheet from web-template in portal

    Hello all,
    I want to integrate a web application consisting of several web-templates (BW 3.5) into a portal (EP 6.0) via iviews.
    When called from the portal the web-templates stylesheets are replaced by portal stylesheets.
    How do I force the portal to use the web-templates stylesheets.
    Thanks in advance,
    Denis

    You can define the styles you want in a *.css file then put a link in your jsp to use these styles.  You can also just put the styles directly in your jsp.  Either should work
    I have another post with some examples feel free to look there
    Hope this helps

  • Attachment in portal not getting displayed in SAP Inbox

    Hi All.
    While creating travel expense requests from Enterprise Portal, travelers create few attachments and then save the travel expense reports.
    A workflow then gets triggered and these travel expense reports reach SAP Inboxes of the checkers [in the finance department].
    The issue here is that these checkers do not have access to enterprise portal and they expect to see the attachments [that the traveler has created via the portal] via corresponding work items in their SAP Inboxes u2013 which currently is not happening!
    I checked the trip transaction that got created [in the backend / in SAP] and found the u2018attachment listu2019 menu option in GOS being disabled [may be because there is not even one attachment that has come to the backend!]
    What needs to be done so that the attachments can even be viewed from the backend / from SAP Inbox? Please suggest!
    Br,
    Hari

    Hi,
      You may have to check with the stylesheet, Check if the iVIews are using portal stylesheets from portal theme. If you want to use WD style sheets, The parameter for the web dynpro to use special theme "sap.useWebDynproStyleSheet" should be "true" (configuration adapter->webdynpro->sap.com->tcwddispwda) in visual admin. If you want to set this option for particular iViews only, then from the WD iView properties, set 'Supply Portal stylesheet' property to 'No'.
    Regards,
    Harini S

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • Style in portal theme for SAPBEXstdItem

    Hi,
    Does anybody know which style in the portal has to be modified to change the header for colums or description of rows. I tried many components but none of them seems to affect it. In 3.5 this used to be SAPBEXstdItem!
    Thanks,
    Beat

    in BI you can integrate the portal stylesheet definitions- maybe this will help you
    portal-work
    export your theme definitions from the following folder:
    [Inst.- Drive]:\usr\sap\[SAPSID]\JC[InstanzNummer]\j2ee\
    cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\
    com.sap.portal.design.portaldesigndata\themes\
    portal\[theme_name]
    BI-work
    1) SE80 (Object Navigator) --> MIME Repository
    2) SAP -->BW --> Customer --> StyleSheets right mouse click: import MIME-objects

  • How to make KM document iView use portal theme / styles

    Hi,
    We're in the process of upgrading our NetWeaver Portal to 7.4 and trying to improve it wherever possible.
    We have numerous home pages which appear as the first landing page when a menu item if selected.
    These pages are stored as HTML files in KM and rendered as KM Document iViews.
    Is there an easy way of making these pages use the portal theme?
    Currently we link to our own CSS file which means there can be differences in appearance and if a user selected a different theme (e.g. high contrast), these pages would not change.
    I don't see any iView properties that could help.
    I did wonder whether we could use Web Page Composer but from a quick test this needs some work to set it up before I can evaluate further.
    Any help greatly appreciated.
    Thanks,
    Alan

    Is HTML Filter for Portal Stylesheets used for the repository where you are storing the HTML documents? Can you view the source of a document rendered by the KM Document iView? It should have a reference to the portal style sheet.

  • Part of portal theme being displayed wrong...

    Hi,
    when loading Webdynpro iViews lige "Personal Data" and "address" under ESS the Theme is not correct.
    Rule collection and themes has been doubled checked so that is fine.
    When taking a view source on one of the iViews the source code illustrates the problem as part of the CSS is wrong:
    The link to sap_tradeshow below is the wrong one. In the portal that is working, this is linking to the correct theme.
      <link rel="stylesheet" type="text/css" href="../../../resources/sap.com/tcwddispwda/global/SSR/themes/sap_tradeshow/ur/ur_ie6.css">
      <style type="text/css">
        .hidden
      </style>
    Does anyone know if there is other places where the theme can be affected??

    Hello,
    Please check the sap note 1446099.
    The application uses the default sap standard theme
    as fall back, if the webdynpro styles have a newer version number than the
    styles in the custom theme that comes with the portal.
    Please check the version of WD style sheets as mentioned in the
    above note. If the portal stylesheet version is lower than the
    webdynpro stylesheets,
    then adjust the stylessheets of the SAP portal by applying the
    suitable sca file mentioned in the same note
    Regards,
    Sowmya

  • Input calendar not displaying appropriate size in Portal

    We are on SAPGUI ECC6 and Portal 7.0. We haven't implement CRM.
    I have designed an ABAP Webdynpro application. The application has an input field with type DATE. When I view the calender using transaction se80 vai the GUI, the size is 100% correct.
    I have also created an Iview for this application and when I view the calendar through the Portal the format is wrong and only the current month is displaying.
    Aragorn ahs also posted the same problem during October last year, but the question has not been answered.
    Any help will be appreciated.
    Regards
    Margariet

    I have change the Supply Portal Stylesheet from yes to No and it fix the problem.
    Margariet

  • Portal theme not picked for SAP Web Dynpro Iview

    Hi,
    We have used light framework page for our portal and all the iviews display the content within the iviews in the same set of colors (blue for buttons). However, for a WD java content, I have created an SAP Web Dynpro iView and the contents displayed here appear in the SAP colors without picking those set for the portal.
    The same application parameters display the portal colors when we use the Web Dynpro Proxy iview.
    Any idea how I can make the SAP Web Dynpro iView appear like the other portal iviews?
    Note: The stylesheet property for the iview is already entered (ur), and I have also set the 'Supply Portal stylesheet' property to 'Yes'.
    Please provide your inputs.
    Thanks,
    Vinay

    Hi ,
    In ABAP Webdynpro for similar problem we used WDFORCEEXTERNAL Sheet property of WDA.
    The Web Dynpro framework automatically compares the versions of the portal and Web Dynpro
    for ABAP style sheets. If the Web Dynpro for ABAP has a newer version, the WDA style sheet is used. This avoids unattractive rendering and JavaScript errors.You can deactivate this behavior again using the WDFORCEEXTERNALSTYLESHEET application parameter of WDA.See also SAP Notes 1033496 .
    If you use the stylesheet of the portal to display the application, the rendering may not appear correctly and Javascript errors can occur(If portal style sheet is lower than WD).
    Though Iam not familiar with WD java , the property force portal style sheet in WD java application should be enough to make WD accept portal theme.
    Regards
    Karthiheyan M

Maybe you are looking for

  • How to set up email account for 9360

    Hello, I have problem on setting up my email account.. I have a hotmail account but I can't access it through my blackberry.At first I tried to set it up via set up-email account etc but I couldn't. Then I opened my browser, clicked on communication

  • No sound on Windows 7 Boot Camp

    I've had this problem for a while now, I just ignored it in the past, now I'm really fed up. I've tried everything, downloading Realteck, burning BootCamp drivers onto the CD (I have a Lion which came with no disc), I tried playing around with the So

  • I turned off itunes match and I want my playlists back on my phone that is synched already and will not play

    I subscribed to itunes match.  ONLY 4000 songs are available out of 18000.  I am not happy and turned off itunes match.  Now i can access my playlists or songs that were originally synched to my phone before itunes match.  I just want my phone to be

  • Safari stops responding arter using reading list.

    I had a problem with my computer today. My iMac 2012 haven't been launching. After desctop shows of earlier everything have been shuting down and I could see the screen like Kernel Panic, but with the message "there was a problem...press a key or wai

  • Uninstalling CS4 trial

    Hello, I would like to uninstall Adobe CS4 trial without damaging any CS3 files. (I would really like to not have to re-install) I know many people have had problems uninstalling CS3 after installing CS4, so I'd like to know what steps I can take to