Show iView Tray in WPC

Hi all,
Does anyone knows how to show the iView Tray in web page composer (WPC)?
When I drag and drop an iView to a WPC container, the tray doesn't appear.
How can I solve this problem?
tks

Suresh,
You need to go to System Administration, System Configuration, KM, Content Management, Web Page Composer, Containers.
In each container you want to add iViews, change the "Allowed Content Types" parameter and check "iViews" in this parameter. This option allows you to add iViews into containers in WPC.
Note: Be sure to check this option for all containers
This might solve your problem, ok??
Regards

Similar Messages

  • Change Font Size of iView Tray Header

    Hi All,
    I need to change the font size of the iView Tray Headers in my Portal and I can't seem to find this property in the Theme Editor.
    I have had a look at the following threads: How to make iview header ? and Changing the font size of the iview tray but I haven't had much luck.
    It is such a simple task so I'm really hoping one of you will have the answer!
    Thanks,
    Bim.

    hi,
    u can refer this document for more information for how to change the tray header text size
    in addtion to the above content as the person says that  in complex..
    http://www.sapdesignguild.org/resources/ma_guidelines_3/ma_guidelines_3.pdf
    http://www.sapdesignguild.org/community/design/print_layout2.asp
    mean while i wll send one more for u i saw previously
    ravindra
    Edited by: VENKATA R BOLLAPALL on Sep 29, 2009 5:53 PM

  • How to implement a help feature in iView Tray

    How to implement a help feature in an iView Tray?

    Hi Gregor,
    Could the answer be connected to the class com.sapportals.portal.prt.component.SystemModes ?
    I can't really see how this class is called, but it gives the error message you are talking about
    The method doHelp for SP2 Patch3 is provided below
    public void doHelp(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
            IPortalComponentContext context = aRequest.getComponentContext(IPOMConstants.DEFAULT_MODE);
            IPortalComponentProfile profile = context.getProfile();
            String helpName = profile.getProperty("com.sap.portal.iview.HelpName");
            if(helpName == null)
                helpName = profile.getProperty("HelpName");
            String helpURL = profile.getProperty("com.sap.portal.iview.HelpURL");
            String isolationMode = profile.getProperty("com.sap.portal.reserved.iview.IsolationMode");
            if(context != null)
                if(helpName != null)
                    String componentName = context.getComponentName();
                    Locale locale = aRequest.getLocale();
                    String language = locale.getLanguage();
                    String helpPath = "help/" + language + "/" + helpName;
                    IResource resource = aRequest.getResource(componentName, "page", helpPath);
                    if(resource.isAvailable())
                        aResponse.addResource(resource);
                    else
                        aResponse.write("<b>Sorry, no help available.</b>");
                } else
                if(helpURL != null && helpURL.length() > 0)
                    if(helpURL.startsWith("http://"))
                        if(isolationMode != null && isolationMode.equals("URL"))
                            HtmlIFrame frame = new HtmlIFrame();
                            frame.setStyle("width:100%; height: 100%;");
                            frame.setSrc(helpURL);
                            aResponse.write(frame.toString());
                    } else
                        String componentName = null;
                        if(helpURL.charAt(0) != '/')
                            componentName = context.getComponentName();
                        } else
                            int componentNameIndexEnd = helpURL.indexOf('/', 1);
                            componentName = helpURL.substring(1, componentNameIndexEnd);
                            helpURL = helpURL.substring(componentNameIndexEnd);
                        IResource resource = aRequest.getResource(componentName, "page", helpURL);
                        if(resource.isAvailable())
                            aResponse.addResource(resource);
                        else
                            aResponse.write("<b>Sorry, no help available.</b>");
                } else
                    aResponse.write("<b>Sorry, no help available.</b>");
    The doOnNodeReady method is also rather interesting. Perhaps another way to solve it?
    protected void doOnNodeReady(IPortalComponentRequest request, IEvent event)
            NodeMode nodeMode = request.getNode().getNodeMode();
            if(nodeMode == NodeMode.HELP_MODE)
                IPortalComponentContext context = request.getComponentContext(IPOMConstants.DEFAULT_MODE);
                IPortalComponentProfile profile = context.getProfile();
                String helpName = profile.getProperty("com.sap.portal.iview.HelpName");
                if(helpName == null)
                    helpName = profile.getProperty("HelpName");
                String helpURL = profile.getProperty("com.sap.portal.iview.HelpURL");
                String isolationMode = profile.getProperty("com.sap.portal.reserved.iview.IsolationMode");
                if(context != null && helpName == null && helpURL != null && helpURL.length() > 0 && (isolationMode != null && !isolationMode.equals("URL") || isolationMode == null) && helpURL.startsWith("http://"))
                    request.redirect(helpURL);

  • Change height of iView Tray

    Hello,
    I would like to change the height of the iView tray, but I can't find any setting for this under  System Administration -> Portal Display -> Theme Editor.
    I could change the size of the icon, but if the icons are not visible the size of the tray is smaller.
    Does anybody have an idea on that.
    Best regards,
    dominik

    Hello Sandeep,
    thanks for the fast reply. However I don't want to change the height of the iView but the height of the tray.
    Regards,
    dominik

  • Portal Branding problem - line below iView tray

    Hello,
    I am using the Portal theme editor to create a custom portal theme. So far, I have been able to change the colors of every thing except one: "The line that runs below all the iview trays"
    For example, you can see this line in User Administration --> Identity Management -- On the right hand side - at the bottom of the Search iview.
    This thick line is a blue color line (in the SAP Tradeshow theme) - for which I have not found any option to change within the theme editor.
    We can hide this thick blue line from the iview properties - But I would like to change the color of this line rather than hiding it.
    I am using EP 7.0 EHP 1.
    Can some one please help me with this ?
    Thanks,
    Jaya

    Hi OJ,
    Thanks a lot for your response.
    Unfortunately, I do not have that option in the Theme Editor (for my version of portal which is EP 7.01 SP05). Infact I don't see the section for "Tray Footer".
    What version of portal are you using ?
    I have checked if there are any SAP Notes regarding this but none.
    Please suggest.
    Thank You,
    Jaya
    All that I have under Complex Elements -- iView Trays is the following:
    Tray Header
    Background Color of Header                   
    Font Color of iView (Tray) Name                   
    Font Weight of iView (Tray) Name                   
    Color of Tray Header Underlining                   
    Style of Tray Header Underlining                   
    Width of Tray Header Underlining                   
    URL to Header Image                  
    Position of Header Image                   
    Repetition of Header Image                 
    Tray Header Icons
    URL to "Menu" Icon                  
    URL to Disabled "Menu" Icon                  
    URL to "Collapse" Icon                  
    URL to Disabled "Collapse" Icon                  
    URL to "Expand" Icon                  
    URL to Disabled "Expand" Icon                  
    Height of Tray Icons                   
    Width of Tray Icons                   
    Position of Header Icons                 
    Tray Body
    Border Color of Tray Body                   
    Border Style of Tray Body                   
    Body Padding of Tray Without Border                   
    Body Padding of Tray With Border                 
    Body of Fill Tray
    Background Color of Fill Tray Type                   
    Border Width of Fill Tray Body                   
    URL to Background Image of Fill Tray Body                  
    Position of Background Image of Fill Tray Body                   
    Repetition of Background Image of Fill Tray Body                 
    Body of Plain Tray
    Background Color of Plain Tray Type                   
    Border Width of Plain Tray Body                   
    URL to Background Image of Plain Tray Body                  
    Position of Background Image of Plain Tray Body                   
    Repetition of Background Image of Plain Tray Body                 
    Body of Transparent Tray
    Background Color of Transparent Tray Type                   
    Border Width of Transparent Tray Body                   
    URL to Background Image of Transparent Tray Body                  
    Position of Background Image of Transparent Tray Body                   
    Repetition of Background Image of Transparent Tray Body     

  • WPC / Show iViews in Website Content ROLE Based?

    Hi,
    i have a Question. Is it possible to show on a Website Content on Role based Design?
    What i want is:
    Create a Website with Content and iViews (URL to goole e.g.)
    When a user opens the Site over the Navigation i want that a user that has the Role "google" see the google Startsite in that Website. If the User have NO Google Role.. he should not see the iview in the Content Area..
    Is this possible?
    Regards
    Bjoern

    Hi gauri gosavi ,
    Since the anonymous user is not having any roles , the internal content can not be accessed. There are many restrictions for anonymous users .
    Thanks
    Suresh

  • Print option in iview tray not shown

    Hi all;
    I have a WebDynpro JAVA application embedded in an iview . The iview configuration has its "show Tray" option set to true and the "show Print option" in Tray also turned to true. The problem is that when i navigate to the iview, the print option is never shown in the Tray.
    Does anyone know why the Print option in Tray is not shown?
    I´m working with SAP Netweaver 2004s
    Thanks!

    Hi,
    Printing from Web Dynpro for Java is only supported from NWCE and 7.2 onwards, if I remember correctly
    See http://help.sap.com/javadocs/NW73/SPS01/CE/wdr/com.sap.wdr/com/sap/tc/webdynpro/clientserver/print/api/IWDPrintService.html for more info
    However, you could recreate your table using html/jsp, and open the rendered JSP in a popup. This way you should be able to use javascript print function, see /people/sap.user72/blog/2006/05/04/enhancing-tables-in-webdynpro-java-150-custom-built-table-utilities
    As for exporting your context data to Excel, have a look at this article
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/edc2f3c2-0401-0010-8898-acd5b6a94353

  • How to set the size for height of iView tray?

    Hi,
    I have created a ABAP webdynpro component and integrated this comp with iView. Then i integrated iView into Page in portal. That is working fine.
    But the size of tray/window which is displayed in the page is very small.
    How to increase the height of that Tray/window/iView containing my component?

    Hi,
    By changing the maximum automatic height and Minimum automatic height property of the iview you can set the size for height of your iview.
    to do this follow the setps:
    goto content administrator -> portal content -> your folder where you created your iview or directly to your iview -> right click -> open -> object,
    and now in property category choose appearance-Size from the drop down menu and set the above properties to your required height.
    if you want the end user to modify this property set the property to read/write .
    *********please reward points if the information is helpful to you********************

  • Any iView to add WPC page in NW Portal 7.3?

    Hi All,
    Recently we have upgraded our portal from 7.0 to 7.3.
    In 7.0 i used to create an iView from com.sap.nw.wpc.runtime portal component,in the iView i use the RID of Compound Document to give the path of the WPC page in KM.Since i am adding WPC page to the iView i could able to use the  edit Page option.
    But in 7.3 there is an iview template WPC Web Content iView,with this i could able to add only the WPC content not the page because of that i am not getting the edit page option in 7.3.
    Anyother way to add the WPC page to the portal page.??Any body faced this issue??,Kindly help me to solve the issue.
    Naga

    Hi,
    since NW 7.3 SP9 it is possible to connect to a page not only to the area. The page itself has an id which you can use to connect to within a role. see here:
    http://scn.sap.com/community/netweaver-portal/blog/2013/04/10/wpc-pages-and-navigation-properties
    if you don't have SP9, you can achieve this as follows:
    1. create new iView from gpar:/com.sap.nw.pcc.mgr/default (this iview has ability to run wpc page via rid = path to runtime page), the old iview wpc.runtime.... will not work anymore.
    2. to find the rid of your wpc page you have to go to pcd inspector, path
       pcd: com.sap.portal.pcc/StagingAreaId/<yourarea>/ and click on "all properties" on the page you want to display. search for property com.sap.portal.pcc.rtObjectId
    copy this value to rid in the new iview and the page will be displayed with the new iview.
    if you have SP9, you don't need pcd inspector as the page id displayed in area management is the same as com.sap.portal.pcc.rtObjectId
    best regards,
    Lars

  • Extending iview tray

    Hello.
    We are implementing NetWeaver SP9 EP6.
    Before this, we used to use EP5.
    In EP5, we could provide a url to open a new window of which url is different with the that of the iView.
    We used to use this feature to provide a detailed contents for that iView. But in EP6, I cannot find the property to this feature.
    Is this feature just removed ?
    If so, as an alternative, is there a general way to extend the funtionality of ivew tray area ? Such as plugging in my own menu items into the tray option menu, or providing addtional tray tool button.
    Any idea ?

    Hi Shawn, have you found a solution to this? I am trying to do the same thing...
    Tiberiu

  • Showing iView programmatically

    Hi.
    Now I'm in research and I have such question:
    I know that it is posible to get such object as iView programmatically and modify it.
    And Is it posible to show this iView programmatically.
    For example.
    I know that there is an iView "myView" in Portal Content.
    but there is no delta-Link for it to any workSet/role/page.
    So no user can not see it.
    So I want to create such an application(and integrate it into portal) that will show this iView.
    Is it posible?
    If yes? - how to do it?
    Thanks for looking.

    Hi Alexander,
    Please see the following for how to create navigation links:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0029d0e7371aa2e10000000a422035/frameset.htm
    Can you explain your precise scenario:
    (*) Do you want to simply send a parameter to one iView (navigation target) and have that iView navigate to it? If so, you can simply send a request parameter (or maybe you get it as a parameter in an HTMLB control) and then do a redirect to the appropriate URL. But why not just navigate directly.
    Hope this helps.
    Daniel

  • Showing iViews with Web Page Composer

    Hi guys,
      I have to use iViews in a Web Page in Web Page Composer. I was searching some info in snd but  i couldn't find anything about it.
      Can somebody help me?
    Best regards.

    Hi,
    Below links may be helpfull to you.
    https://weblogs.sdn.sap.com/pub/wlg/5924
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06d15a7-10de-2a10-639d-9fabeb806a5e
    Raghu

  • Apple TV no longer shows iView icon

    I used to have an ivies icon on my home screen now it is gone.

    Which country are you in? Are you talking about ABC iView in Australia?
    AppleTV content for Australia is listed here:
    https://www.apple.com/au/appletv/whats-on/

  • Xfce4 panel doesn't show system tray

    I've installed whole xfce4 group. I tried to go to panel properties and insert the system tray plugin, but there is no system tray! What package am I missing?

    The systray plugin comes with the panel (xfce4-panel) so it should be there, but it's called "Notification Area" under the "Add New Items" list

  • Web Page Composer WPC and Portal iView - Show Tray

    Does anyone know if it is possible to show the iview tray when dropping an iview into a WPC container?
    I added the "portal page" as an allowed object to drop into a container, but WPC does not allow Portal Pages inside a WPC page.
    I would like some kind of "title" on my iview to explain what it is showing.
    One other option is to use a custom java iview that just has some text label above my content.
    Thanks

    Hi Bertina,
    We encountered the same problem couple days back in our environment. There is a SAP note (# 1294833) which details the issue but affected version indicated in this note is different then what we are on so we decided to create a note for SAP.
    Below is SAP response for this issues
    13.09.2010 - 08:52:12 CET - Reply by SAP     
    Dear customer,
    I can confirm that the issue described in SAP Note 1294833 is indeed
    present in EP 7.01 SP4 and is the reason you are currently experiencing
    this problem.
    Unfortunately, as outlined in the note, there is no workaround
    available but our developers have advised me that the fix will be
    included in the next patch for KMC WEB PAGE COMPOSER 7.01 SP04.
    Hope this helps.

Maybe you are looking for

  • Enterprise Services and PI

    I am looking for some white papers / blogs on calling SAP Enterprise Services via PI. I would also like to get sdome idea of the following points: 1) A typical scenario using Enterprise Services 2) Is it possible to extend Enterprise Services as one

  • Page limits on numbers 3

    I have just downloaded Numbers 3. One of the big differences I have found is that, comparing with numbers '09, page limit is not clear defined. This was achieved in numbers '09 with the "Print Preview" button. When active, one was able just adjust th

  • Adobe audition cs 5.5 error message after closing down

    I hope that someone has come across this error message and can provide me with a fix. I have just installed Adobe Audition CS 5.5 on a new laptop running Windows 7 Home premium - 64 bit. I receive the following error messge when I close Adobe Audion.

  • Earphones for iPod Touch 5th Generation

    I'm thhinking to buy a very high quality earphones like Sennheiser and scullcandy but do the ipod support it? I'm afraid i'm just wasting money buying those earphones but cannot be use like what happen to my phone..

  • [SOLVED] mplabx fails to run...

    Hi guys, First post, noob to Arch and looking for some guidance. I've installed mplabx from the AUR, but it doesn't run.... I followed the wiki step by step, downloading the tar-ball, issuing makepkg and finally pacman -U. Although the first time my