IView in TLN

Hi All,
I am having problem with the display of an iView in TLN. I have a Role and an iView assigned to this Role.
<b>Role
    |____iView</b>
and iView has ”Launch in New Window” property set to Display in separate Window.
But the iView does not open in new window. 
Also this role has Sort Priority of 0.1 which makes it left most Tab(role). If the role is not the first in the sequence of roles it doesn't happen!!!.
TIA,
B Das.

Anyone able to replicate the problem?
Any Clue?
B Das.

Similar Messages

  • Open as external URL on self page

    Hi experts.
    I have two diferent portals, for example
    http://www.portala.com/irj/portal and http://www.portalb.com/irj/portal
    the users has the same roles in both portals. (the top level navigation is the same in both sides)
    in TLN, only with 1 level, I have for example
    WORKSETA | WORKSETB | WORKSETC | WORKSETD
    The WORKSETA and WORKSETB are from http://www.portala.com/irj/portal
    The WORKSETC WORKSETD are from http://www.portalb.com/irj/portal
    So, in both portal I have two iViews and two worksets.
    But, in portala, I created an URL iView, with the URL with the link of portalB, but the iView opens in the innerpage.
    After I open the URL iVIew, the TLN and DTN are from portalA, and in the innerpage I have the other portal, with TLN and DLN.
    Someone could help me on this?
    Thank you
    BR
    Joã

    The following portal component can be used to launch a URL in the full portal window:
    package com.sap.anz;
    import com.sapportals.portal.prt.component.*;
    public class StartInFullWindow extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IPortalComponentProfile profile = request.getComponentContext().getProfile();
              String url = profile.getProperty("url");
              response.write("< script>");
              response.write("window.parent.location='"+url+"'");
              response.write("< /script>");
    It needs a portalapp.xml like:
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
      <application-config/>
      <components>
        <component name="StartInFullWindow">
          <component-config>
            <property name="ClassName" value="com.sap.anz.StartInFullWindow"/>
          </component-config>
          <component-profile>
            <property name="url" value="http://www.sap.com"/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

  • Portal page hyper link

    Hi,
      I want to create a Hyper link ,onclicked on it it will open a URL iview.
    Say my Hyperlink named " Hello Clicked " on my portal Page.,On clicking on it it will open an URL iView.
    Plz share ur thoughts and how to solve it.

    You can call any iView using Navigation Target...
    Check this link for details
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/014421d21d6fade10000000a11466f/frameset.htm
    http://<hostname>:<port>/irj/portal?
        NavigationTarget=ROLES://portal_content/myFolder/myRole/myIview
    After ROLES:// you should provide PCD path of the iView.For using Navigation Target you should add the iView in the Role.
    Or In the iView Tray(top right of the iView below TLN),where you see Personalize..
    You also have Open in New window,which opens the your iView in new window. In the new window
    you can use the URL  from browser

  • UWL iView in Sharepoint: Popup shows TLN

    We are displaying the Unviversal Worklist (UWL) iView in Sharepoint. Whenever an item therein is clicked, the resulting Popup displays the DTN (Detailed Navigation) and TLN (Top-level Navigation) in the Popup and displays the content in the Content Area.
    My assumption is that this is happening because the UWL item Popup window has no Navigation Context.
    Does anyone have any ideas on how we can make the item Popup like it does in SAP Enterprise Portal i.e. No TLN or DTN, but just the content in the Popup window?
    Thanks.

    Simon, what we found is that when we add the Dynamic Property it doesn't append the URL with a URL parameter, but just appends a value pair to the "DynamicProperty" URL parameter. So the Dynamic Property of "NavMode=3" didn't work when I tried it.
    I looked at the properties of the iView and there's nothing about Popups of items displaying the TLN/DTN or not.
    Again, I don't think its a matter of setting a property to toggle the Nav display. It works just fine straight out of SAP Enterprise Portal. The problem exists only when the UWL iView is housed in Sharepoint. So, again, I feel its more related to the Navigation Context being unknown, though I am open to all suggestions.
    Thanks for brainstorming this with me.
    Edited by: Shibli Zaman on Jan 7, 2010 11:13 PM

  • Maximum Height of the TLN-iView

    Hello,
    we want to change the height of the TLN-iView,
    but the changes in the properties don´t work.
    In the portal we got the wrong height.
    Do someone know, how we can change it to 80 or 150?
    Best regards
    Christian

    Developing of standard-iview.

  • How to guarantee that an iView in the framework will run before the TLN?

    Hello,
    I have developed an iView that I would like to put in the framework. I would like to guarantee that :
    1. This iView will run before the top level navigation one runs.
    2. This iView will run only once per session.
    Any suggestions...?
    Roy

    Hi Roy,
    ad 1)
    The method is there. Maybe your wizard in NWDS is not creating it automatically. After all - it's just a wizard.
    The method is already implemented in your super class. Just type 'super.' and your IDE will show you the method.
    Now overwrite it. And implement your code.
    That's Java. Cool!
    ad 2)
    Whenever you send a request to the portal a component called 'Request Manager' is involved.
    This Request Manager builds up the whole structure of your page, the so called POM-tree.
    (POM stands for 'Portal Object Model').
    This tree contains all iViews the page is build of.
    The iViews may be structured (i.e. within pages). That's why the POM is a tree and not just a list.
    The Request manager determines all the iViews and their structure before they get rendered/called/processed.
    If all iViews are determined their doOnNodeReady Methods and their doOnPOMReady methods are called. See the link contained in my first answer
    They are called one by one as they are stored hirarchically in the tree.
    If all doOnNodeReady and all doOnPOMReady Methods have been processed, the rendering of the iViews starts
    This is done by calling the doContent method.
    HTH,
    Carsten

  • Customized Top Level Navigation iView

    Hello to all
    We are using a customized TLN iview. Its source code was modified to admit different URLs, and do the filtering depending of the default framework page which is using the TNL iview,
    I mean, the TLN would be copied inside a proyect folder on the Portal Content, where would be a DFPage that contains a copy of TNL iview, and this copy would have a different roleFilter attribute.
    Then, the TLN was modified again in order to merge roles that had the same name.
    Those changes doesn't seem really important, they have just declared some vars, and each of them added one code line. The first one extended the first part of an IF condition, and the second one extended it with another condition, using OR.
    The problem is that after the modifications, our TLN doesn't highlight correctly the first node when accessing or refreshing the Portal, instead of it shows a default start page that doesn't belong to any of our roles
    The TLN iview has a procedure named PrintNavNodes, which is called on the event OnClick (I assume), and when we accessrefresh the page too.
    The iview works well when clicking its buttons, it's just the first time it is used when the wrong page is shown, that's the problem we need to correct.
    This procedure (PrintNavNodes) lodges the code changes. The only var modified is String prefix, so maybe anyone could tell me a default value to it, o a way to catch that mistake in order to show another page when the default page is to appear.
    Also, I would appreciate if anyone knows about an API, andor a How to... manual, or any kind of documentation about this subject.
    We have no possibility of reject the changes, so we need to find an alternative solution. Here is the code...
    Thanks in advance, and regards
        private void PrintNavNodes(IPortalComponentRequest request, IPortalComponentResponse response)
         ILogger loggerArquitectura = request.getLogger(portal_logger);
             String strDataToPrint=;
         NavigationEventsHelperService navHelperService = (NavigationEventsHelperService)PortalRuntime.getRuntimeResources().getService(com.sap.portal.navigation.helperservice.navigation_events_helper);
         NavigationNodes initialNodes = navHelperService.getRealInitialNodes(request);       
    !-- Change Heiko Broker for SiteNavigation          
              IPortalComponentContext componentContext = request.getComponentContext();
              IPortalComponentProfile profile = componentContext.getProfile();
              String roleFilter = profile.getProperty(RoleFilter);
            if(initialNodes != null)
         INavigationNode firstChild = null;
         INavigationNode firstContent = null;          
         String prefix=ROLESportal_content;
    !-- Change Marta Alberto
         PROBLEM In the new TLN, when using the merge roles feature, the
         url of the merge roles is different (start with the word merge.....).
         This is a wrong implementation because it filters all the nodes that do
         not start with ROLES.
         SOLUTION Compare with the other prefix too.
         String newPrefixThatFixesTheProblem=MERGESportal_content;          
         String newPrefixThatFixesTheProblem=merge(;
                if(initialNodes.size()  0)      
                for(Iterator it = initialNodes.iterator(); it.hasNext();)
                    INavigationNode initialNode = (INavigationNode)it.next();
                        strDataToPrint=initialNode.getName(),;
    !-- Change Heiko Broker for SiteNavigation          
         if (initialNode.getName().startsWith(prefix+roleFilter)
    !-- Change Marta Alberto
         PROBLEM In the new TLN, when using the merge roles feature, the
         url of the merge roles is different (start with the word merge.....).
         This is a wrong implementation because it filters all the nodes that do
         not start with ROLES.
         SOLUTION Compare with the other prefix too.
          initialNode.getName().startsWith(newPrefixThatFixesTheProblem + prefix + roleFilter))                    
                         firstContent = PrintNode(initialNode, request, response, 0);
                         if(firstChild == initialNode)
                             if(firstChild.getLaunchURL() != null && !firstChild.getLaunchURL().equals())
                                 firstContent = firstChild;
                             else
                             if(firstContent == null)
                                 try
                   firstContent = firstChild.getFirstChild();
                                 catch(NamingException e)
                   ILogger logger = request.getLogger(navigation_logger);
                   if(logger != null && logger.isActive())
                        logger.severe(this, e, Exception in Top Level Navigation);
                             HttpSession httpSession = request.getServletRequest().getSession();
                             httpSession.setAttribute(NavFirstContentNode, firstContent);
                }  end FOR
            response.write(););

    Hi,
    Check authentication related properties of iView. Make sure all of them are set to lowest level or none
    Regards,
    Ganga

  • Passing a parameter to an iView window from a Web Dynpro

    Hello all,
    I know very little about the portal, and haven't been using Web Dynpro for too horribly long, either, so I'm really not sure what part I'm having a problem with here, so I'm just going to explain the whole scenario the best I can.
    I have a Web Dynpro DC with two applications in it - SearchDevices and ShowDetail.  The idea is that there will be an iView created on the portal for each of these apps, and the user can navigate to the SearchDevices app, but the ShowDetail one will only show up by clicking on a result from the SearchDevices app.
    Because the user did not want to see the portal navigation when opening up the ShowDetail, we can't use the WDPortalNavigation.navigateAbsolute(), so it was suggested to me by a coworker that I do the following:
    String url = "http://localhost:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fJennifer!2fjava_fe_com_reg~search_cust_device_wdp_com_fecorp_wdp_ed_showdata_ShowData?sap-config-mode=true&application_parameter=EqNo=" + wdContext.currentResultsElement().getEqunr();
    String title = "Device Details";
    IWDWindow window=wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,title);
    window.open();
    "http://localhost:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fJennifer!2fjava_fe_com_reg~search_cust_device_wdp_com_fecorp_wdp_ed_showdata_ShowData?sap-config-mode=true" is the url I see when I preview my iView in the portal (it's hard-coded now, but that will be fixed in my final production application)
    "EqNo" is the parameter that my ShowDetail app is looking for... but, when I try testing this, this part is obviously not working, as it's always null, even though I can see in the URL the value being passed.
    (as a side note, for me to continue testing other things until this is resolved, I HAVE done a WDPortalNavigation.navigateAbsolute() and sent the parameter that way, and it works FINE)
    Any suggestions would be appreciated, I <b>will</b> reward points for anything helpful.
    Thanks,
    Jennifer

    Hi ,
    For the first one ,
    Official Doc :
    <i>This class allows the access to the origin request. If Web Dynpro is used within the SAP Portal Runtime, the Web Dynpro application developer may use Portal services. For that, the origin request object is often needed to use a lot of the existing Portal services. In the Portal case, the origin request would be a IPortalComponentRequest object.
    </i>
    If, he has used portal services .. please do post the steps he had done..
    Second :
    Might sound silly , but what you can do is .. put both of them in the same view.. lilke add interface view of the showdetail in first one itself..
    hide when in search page.. .and when a user clicks on a search result.. enable that result.. and disable the other one..
    this way.. u hav the same tab in TLN .. and ur passing parameters prob wud also get solved..
    Regards
    Bharathwaj

  • Using BO IK Iviews

    Hello, everyone i am working on the integration of BO reports (Webi), in our SAP EP i have many doubts about the configuration that it is part of the BO System created at SAP EP for example i don't know what path should i enter at the viewer path i tried with reportview.do for use the default viewer in BO but i am receiving exceptions, this is for one side because i want to make available thru portal different ways to watch reports the previously is for iViews that come in IK and another way is using OpenDoc and another one is using (Webi) as URL iVIew (External because of the limitation inside Portal, all of this with the SSO enabled), for another anynone knows what to configure in the web.xml for enabling SSO for WEBI and OPENDOC i already get both but i don't know what to configure.

    Thanks, Ingo here it is the headers of the exception and iView and System Configurations the URL i couldn't find where as you may know it only appears an exception with an ID and the message that you should talk with your Administrator.
    Exception that appear when i click in my TLN for view the report.
    Content pass of Application Integrator failed.
    Component Name:       com.businessobjects.pct.masteriview.BusinessObjectsEnterprise,
    Context Name (iView): pcd:portal_content/SAPEP/com.dgr.dgrfolder/com.dgr.corp.Dgr_Corp/com.dgr.corp.dgrBOSAP/com.dgr.corp.dgrBORolesFolder/com.dgr.corp.dgrBORoleVentas/com.dgr.corp.dgrWSBOReports/com.dgr.corp.dgrBOiView,
    Top Layer:            BusinessObjects/SSOLayer,
    Producer ID (FPN):    null,
    System Alias:         Dgr_BO,
    iView Configuration:
    System:   Dgr_BO
    Viewer Application Page: /reportView.do
    Report ID: 2141
    Report Type: Standard Business Objects Enterprise Report
    BO Enterprise Viewer: ActiveX (i already tried with JVM setup)
    BO Viewing Type: On Demand
    System Configuration:
    Template: SAP system using dedicated application server
         Crystal Enterprise Server:
              HOST: http://spgtboedge.dgr.corp:8080
              Path of Crystal Enterprise Serve: /reportView.do
              Protocol: http
    Edited by: ADONISC on Oct 15, 2009 5:18 PM

  • How to use par file as a iView template

    Hi All,
    I created a PAR file for Hover TLN menu from ne of the blogs in SDN.
    I have uploaded it into EP and could run it sucessfully.
    Now I need to use this par file as a ivew template to host my webdynpro solution is it possible if so how to do it? Basically I downloaded URL Iview par file into nwds and added jsp files as per hover tln menu blog. so i want to use this modified par file to host google page with hover tn menu.
    your help is well appriciated.
    Thanks & Regards,
    Sai krishna
    Edited by: Konchada Sai Krishna on Feb 9, 2009 2:40 AM

    Hi Konchada,
    Check these links....
    http://help.sap.com/saphelp_nw04/helpdata/EN/f5/eb50360e6a11d7b84900047582c9f7/content.htm
    This is a little bit more elaborate..
    http://help.sap.com/saphelp_nw04/helpdata/EN/c4/fd584289e59041e10000000a1550b0/content.htm
    Thanks & Regards,
    Meenakshi

  • Can anyone expalin to me the following properties in the Web Dynpro Iview P

    Hi all,
    Can anyone expalin to me the following properties in the Web Dynpro Iview Properties Editor--
    Authentication Scheme
    Can be Merged
    Default Entry for Folder
    Entry Point
    Show Debug Screen
    Tray Type
    Points assured for help

    Hi shobhendra srivastava,
    1) An authentication scheme is a definition of what is required for an authentication process. In the iView you can set what authentication process (UserName/Password, X.509 certificate, etc.) the iView requires. Find more information <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/52c43dac1bcf51e10000000a114084/frameset.htm">here</a>.
    2) The attribute "Can be Merged" allows you to merge certain objects (worksets, pages, iviews) under the same point in the portal navigation structure. All objects with the same value for attribute "Merge ID" are merged together. The object with the highest value for attribute "Merge Priority" provides the name displayed in the navigation elements (tabs in TLN and links in Detailed Navigation)
    3) Find a good explanation of the attribute Entry Point <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/3e703e632c7937e10000000a114084/frameset.htm">here</a>.
    4) If this parameter is "true" a debugging screen is displayed before starting the WebDynpro application. Make sure that the parameter DebugMode in the service configuration (=>Applications=>com.sap.portal.appintegrator => Service => Common_Configuration) is not 'false' if you want to use this feature.
    5) The attribute Tray Type defines the design of the iView's frame. The attribute can take the following values:
    fill: The content area appears with a background color
    plain: The content area appears with a white background and a frame
    transparent: The background is transparent and the content area appears without a frame
    Hope I could help!
    Best regards,
    Martin

  • How to disable automatic loading of iView/Page in detailed navigation?

    Hello,
    We've upgraded our portal 7.0 from SP9 to SP12.
    I've noticed that SAP have added this change: Whenever a user is navigating between one role/tab to another in the top level navigation the first folder at the detailed navigation is automatically opened and the first content there is automatically loaded.
    I would like to disable this option - I've looked at the new properties that have been added to the detailed navigation iView between SP9 and SP12 and could only find these two: Display Parent of Hidden Node and Open Folder When Launched.
    These two are not solving this problem and they are disabled anyway.
    Any ideas...?
    Roy

    Roy,
    Role and Workset Hierarchy:
    Folders F1 and F2 (Roles) are defined as entry points and therefore appear on the first level of the top level navigation bar. What happen is when we click F1 (Role), the underlying folders F1a and F1b (Worksets) appear on the second level. On click on F1a the first entry F1a (Workset) of the second level is activated and its contents (iViews) are displayed in the detail navigation and the contents of the iView is displayed in the portal page of the content area.
    And same procedure happens with F2 role on the first level of the top level navigation bar. When we click on the F2 (Role) the underlying folders F2a and F2b (Worksets) appear on the second level of the top level navigation bar. On click on F2a the first entry F2a (Workset) of the second level is activated and its contents (iViews) are displayed in the detail navigation and the contents of the iView is displayed in the portal page of the content area.
    I think need to configure levels of TLN which includes top level navigation, detail navigation and content area and then need to define the entry points.
    Below are the links for configuring levels of TLN and right below it you will find link for define entry point:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/33befa45ca7f459b24d0c5d51d0749/frameset.htm
    Hope this time it helps you.
    Thanks
    Mona

  • While Accessing UWL iviews - Issues with PCD Paths.

    Hello All,
    We Are using EP 7.0 SP 18.
    I am trying to access the UWL  iview with two different paths.
    Path1 :--> http://xxxx:50xxx/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_core_role!2fcom.sap.uwl.home_core_ws!2fcom.sap.netweaver.bc.uwl.overview!2fcom.sap.netweaver.bc.uwl.uwl_page!2fcom.sap.netweaver.bc.uwl.uwl_iview
    For Path1 UWL iview is opening in a new Window with out Portal Frame Work page(i.e with out TLN and DTN).But if click on any task , the respective task information popup is opening with Portal Frame work page , TLN,DTN. The Task information is Showing in Content Area Part.
    Path2 : --> http://xxx:50xxx/irj/portal?NavigationTarget=pcd:portal_content/every_user/general/eu_core_role/com.sap.uwl.home_core_ws/com.sap.netweaver.bc.uwl.overview/com.sap.netweaver.bc.uwl.uwl_page/com.sap.netweaver.bc.uwl.uwl_iview
    For Path2 UWL is opening in a new Window With Portal Frame Work Page(With TLN ,DTN), but if i click on any task , the respective task infomation popup is opening in Simple Task infomation Window With out any Portal FrameWork Page(No DTN,TLN)
    I wanted to know what is the Difference between these two portal paths? Which Property is Controlling the Portal Frame work page for these Popup's.
    And also How to give the path in the Portal-app.xml [ property name ="xxx" , value = "pcd:portal_content/----
    While we retrive with profile.getProperty(" xxx ").
    Please Specify any prefixes we need to mention in the Portal-app.xml Value attribute ????
    My Requirement is to task Information Popup Not to open with Portal FrameWork Pages (i.e wtih Masthead, TLN, DTN)
    Thanks in Advance
    Ganesh

    Hi GLM ,
    Thanks for your response, but still i didn't get the answer for my query??
    If i open the UWL iview with path1 --> http://xxxxxx:50xxx/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_core_role!2fcom.sap.uwl.home_core_ws!2fcom.sap.netweaver.bc.uwl.overview!2fcom.sap.netweaver.bc.uwl.uwl_page!2fcom.sap.netweaver.bc.uwl.uwl_iview
    In the UWL iview , if i click on any task , task information popup with portal framework page  is having the below path
    http://xxxx:50xxx/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover;jsessionid=(J2EE18708900)ID0119451551DB00027146301853284939End?sap-ext-sid=c4SpjkIxw3oBtgYJAM21A--DLq8JAHogHUEDoyoN1_KA--&sap-wd-cltwndid=WID1252057673082&sap-wd-tstamp=1252057673240&sap-locale=en&sap-accessibility=&sap-rtl=&sap-ep-version=7.00.200902051510&sap-cssurl=http%3A%2F%2Fxxxxl%3A50100%2Firj%2Fportalapps%2Fcom.sap.portal.design.urdesigndata%2Fthemes%2Fportal%2FBekaertBranding%2Fur%2Fur_ie6.css%3F7.0.18.0.2&sap-cssversion=7.0.18.1.0&sap-tray-type=PLAIN&sap-tray-padding=X&wi_id=000008952152
    If i open the UWL iview with path2 ---> http://xxxx:50xxx/irj/portal? NavigationTarget=pcd:portal_content/every_user/general/eu_core_role/com.sap.uwl.home_core_ws/com.sap.netweaver.bc.uwl.overview/com.sap.netweaver.bc.uwl.uwl_page/com.sap.netweaver.bc.uwl.uwl_iview
    UWL Iview is Opening in Portal Framework page window, if  click on any task , task information popup(without framework page)
    is having the below path.
    http://xxx:50xxx/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover;jsessionid=(J2EE18708900)ID0863376650DB00007048691018306318End
    If u clearly  observe both the paths, its different.
    Please Suggest me how both pcd paths are giving different views. I need to display my task information popup window with out any portal framework page.
    Thanks in Advance
    Ganesh

  • IView  output Navigation

    Hi All,
    I have an iview displaying output using SAPQuery. Once  iView  diplays the output i don't want to allow the Endusers to sort or removing some columns or any modification to the  iView ouput. Why i want this means i am reading this iView ouput and  if EndUser perform   Sorting on  columns ,my progam ouput would be effect .
    Regards
    Madhavi

    Hi Divya,
    to use Workset Map iView you need to follow the structure.
    Role
    Workset
    Worksetmap iview
    workset1
    workset2
    workset3
    the way your are saying is not possible because we cannot use workset map iview to show up iViews under Workset.
    to resolve ur problem you can go with Service map iView, which you can have under workset to show the pages under workset which contains iViews.
    Role
    workset1
       servicemap iView
       page1
       page2
    Workset2
    Workset3
    if you go this way TLN you will see the role name
    TLN2 will see the worksets, and when you click on workset it will show a icon as workset and the links to pages.
    Hope this helps.
    Pramod
    -Reward points if helpful.

  • Calling a portal page in webdynpro iview.

    Hi Portalites,
    I have developed an webdynpro iview, where it will call other uwl page inside the code.
    This iview is placed in home role(like welcome page).
    in wddoinit method, i have written the code,
    where portal users locale is set to English.and then it will navigate to UWL using WDPortalNavigation method.
    WDPortalNavigation.navigateAbsolute("ROLES://uwl_page",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String)null,
    (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    "UWL",
    (String)null,
    (String)null);
    Iam able to view the UWL in Home page, but after that if i  click on any user admin, or content admin roles, and agian clicking on home page again or refreshing the page it is showing previous navigation path in top level navigation but in content area it is dispaying uwl.
    Let us clearly expalain, first i have opened portal, home page opened with UWL page in content area.after that i clicked on sytem admin> sytem configuration, after that when i cliked on home role again in TLN, in the TLN it is highlighting system admin>system config but displaying UWL in content area.
    In the detailed navigation, it showing all iviews what home page has.
    Please advice.
    Thanks
    Sony.

    Try setting its contextURL property in WDPortalNavigation(...).
    For info :
    [http://help.sap.com/saphelp_nw70/helpdata/EN/c3/235a428a1e9041e10000000a1550b0/frameset.htm]
    -Abhijeet

Maybe you are looking for

  • Redirect_uri issue when authenticating user with live account.

    Hello, i am working with a MVC application which is using OAuthWebSecurity to authenticate the user through live account, i am able to get access code and see the login page, but while getting access token i get the exception "The provided value for

  • Premiere pro update bugs

    I updated yesterday (Dec 9, 2014) to the latest Premiere Pro and there are all kinds of problems. 1. It freezes up and/or crashes multiple times within an hour. 2. Anytime I nest a clip and do warp stabilizer it appears to delete frames giving a ridi

  • Embedded Fonts Question?

    Please look at the blog headlines on this page and tell me, are they using embedded fonts? What font is this? Link: www.deliciousdays.com The headlines look so clean... I would also like to know any disadvantages to using their method. Thanks!

  • Export AE to AME

    hello. I need to create an export from after effects to ame in javascript How can I do it? something like this? app.exportToAme("Comp 1") thanks

  • Won't boot up again.

    OK I'll try another question (s), my computer won't boot up, only get a gray screen then a small flashing folder with the old mac smile and a question mark. I did get Techtool pro 4 to run, but froze at the read/write test. Then I tried the Tech tool