WD Java iView & Dynamic Navigation Problem

Hi,
I'm trying to use a WebDynpro Java iView in Dynamic Navigation but have the following display problem:
When I navigate to the page for which I've added the iView to the dynamic navigation, only the WebDynpro iView (from the navigation) is shown. You can see the page in its correct form being loaded but as soon as the navigation iView seems to be loaded/ing it replaces the full lower part of the screen (navigation and content panel).
If I use a plain URL iView in the dynamic navigation the behaviour is as expected.
But if I add a WebDynpro iView or even a page containing that iView I get the strange behaviour again.
I'm running NW04s SP7.
Any ideas?
Do I have to set some properties on the WebDynpro iView?
I've tried a couple of things but none did work so far.
Thanks & Regards
Markus

Hi Henrik,
Sorry for the late reply but I'm just back from vacation.
No, I have not found a solution. I decided to go for an integrated application instead (Main WD application that bundles navigation with other applications). That works but of course is not as "nice".
Have you come across some solution yet?
Kind Regards
Markus

Similar Messages

  • IView errors in Dynamic Navigation area of Page

    Hi,
    I am developing a Java DynPage iView on EP6.0 SP10 (NW04). The iView functions similarly to the SAP MSS Team Viewer, except that it calls an R/3 Search Help to get a list of employees to display. The iview uses the EPCF framework to generate client side events that are picked up by other iviews on the same page.
    Now, the symptoms of my problem: I created a portal page and added the iview to the dynamic navigation area of the page. I have two other iviews that react to the event that is raised by my iview. They are in the general content area of the page. The page is added to my test role as normal. I test the functionality by logging into the portal and accessing the page via the normal portal navigation. Everything works fine, until I leave my session idle for around five (5) minutes. At that point, if I do anything in the iview, I get a runtime error:
    "An exception occurred while processing a request for :
      iView : N/A
      Component Name : N/A
    iView not found"
    If I refresh the page, everything's ok again. This only happens when the iview is in the dynamic navigation area of the page. If it is added to the general content area of the page, the problem does not occur.
    It looks like some kind of timeout value, but I'm not sure where to start looking. My HTTP session is still alive at this point, as is my SSO cookie. And, as I said before, I don't get the error if the iview is not in the dynamic navigation area of the page.
    Can anyone give me advice on what to do to fix this problem?
    Thanks and regards
    Morne Muller

    Hi Frank,
    Unfortunately I did not get an answer. I am currently busy with other things so this problem is not receiving a lot of attention right now. If I do get an answer, I will post it here. If you are able to fix it on your side, I would appreciate it if you could let me know too.
    Regards
    Morne

  • Pass parameter from dynamic navigation iView to WebDynpro iView

    Hi All,
    I know there are a lot of threads dealing with passing paramters from EP to WebDynpro using EPCM but actually I didn´t find a solution for my problem.
    I have in the dynamic navigation area of the SAP Portal an iView based on a JSP dynpage. In the corresponding JSP I fire an EPCM-event:
    EPCM.raiseEvent("urn:test.de:wochenb" , "passDataToWebDynpro" , evtData);
    In the content area there is a WebDynpro iView. In this WebDynpro-application I subscribe to the event in the wdDoInit-method of a view:
    WDPortalEventing.subscribe("urn:test.de:wochenb" , "passDataToWebDynpro" ,wdThis.wdGetDataFromJSPDynpageAction());
    and I have an event-handler:
    public void onActionDataFromJSPDynpage(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionDataFromJSPDynpage(ServerEvent)
         IWDMessageManager manager = wdComponentAPI.getMessageManager();
         manager.reportSuccess("EPCM event testing " + dataObject);
      //@@end
    My problem is now that the event is fired correctly by the JSP Dynpage but the event-handler of the WebDynpro is never executed.
    As info: the domain of the J2EE-Server the webdynpro-application is deployed to is identical to the J2EE-Server the portal runs on.
    Can anybody help ?
    Thanks !
    Bernd

    Hi All,
    I found the solution by myself.
    For information: Click in the dynamic navigation fires the event und forces the content afterwards to refresh. During the refresh the WebDynpro subscribes to the event in the wdDoInit-Method. This is to late because the event is fired before the refresh.
    My solution is to use a setTimeout before the event-triggering in the dynamic navigation iView.
    Regards,
    Bernd

  • Dynamic Navigation iView ordering

    Hi,
    We have a problem with ordering iViews in the Dynamic Navigation of pages. We had this issue during SP11 and SAP was upposed to fix this in SP16. We have upgraded to SP16 now. Just want to confirm that this problem is not solved yet (atleast not using the sort priority).
    Also, are there any workarounds to acheive this?
    Nirav

    Hi Nirav,
    Have a look at Configuring the Sorting of Dynamic Navigation iViews:
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/76bd3b57743b09e10000000a11402f/frameset.htm
    Let me know if it helps, 
    Cheers
    Jim

  • IViews in dynamic navigation take up whole content area

    Hi,
    I'm having a problem using dynamic navigation. I've created two Web Dynpro iViews A and B. I've added B to the dynamic navigation of A and put A into a role. Know when I want to view A, I can see the iViews loading, B in the navigation panel and A on the right of the panel. But once they are loaded, B is shown in the content area, "above" A (effectively hiding it). Once I remove B from the dynamic navigation, A is shown fine.
    Any ideas to solve this?
    thanks,
    Lieven

    Hi Lieven!
    I can only guess, that the WebDynpro integration-IView is designed to run in the content area alone and forces so.
    Did you try to run other (sap provided) WebDynpro iviews from the dynamic navigation?
    Regards,
      Jürgen

  • Employee Search in Dynamic Navigation does not update other iViews (FPM)

    Hi all,
    after selecting a person from Employee Search (MSS) we have to display corresponding data in a customer specific iView with help of selected person number.
    So I created a Floorplan Manager Application as described in https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29&
    If I use the SAP content page or create my own pages with corresponding Employee Search and customer specific iView, updating of data on the customer specific iView works. But if I add the Employee Search to Dynamic Navigation, the data is not updated in the customer specific iView.
    I didn´t find a solution in this forum. Does anybody know, if it is possible to add the Employee Search as Dynamic Navigation (with help of Floorplan Manager functionality) and update data in other iViews and how this works? Or is it possible to handle this in a different way, e.g. PortalEventing?
    Thanks,
    Thomas

    Hi,
    I also tried to use only iViews of 'General Information'  and added the employee search (team viewer) of the sap
    content page 'General Information' to the dynamic navigation, but the other SAP standard iViews of 'General Information' page are not updated, too.
    Does anybody know, if it is possible to add the employee search to dynamic navigation and to update the other iViews of 'General Information'? If yes, what properties have to be set? Are some settings for Floorplan Manager
    needed?
    Could anybody please give me a hint?
    Thanks,
    Thomas

  • Understanding Dynamic Navigation iview.....

    In MSS, I have the following workset in my role...
    ->Team (workset)
       ---+ Team (webdynpro proxy page)
       ---+ Employee information (folder)
       ---+ Employee Working Time (folder)
       etc....
    The "Team webdynpro proxy page" has an iview ,"Services", assigned in "Dynamic Navigation" but there is nothing particular about that iView itself. However, all folders (and their contents) below the Team webdynpro proxy page appear in the Dynamic Navigation panel (like "Employee information" and "Employee Working Time"). I do not understand the connection between the dynamic navigation iview and how all folders in that workset know to display in that dynamic navigation area. There seems to be no explicit assignment. How does that work?
    edit: a bit more info....the "Services" iview is part of the Common Parts business package and based off the "related services" iview template. Still not sure how it "knows" to display the objects below that page that has it assigned as dynamic nav.

    Did you blog about this solution?  If so could you direct me to the blog?  We need to add numerous links to outside URLs in Related links.  I need to order them somewhat differently than alphabetically.
    Thank you,
    D. Maupin
    University of Kentucky

  • GenericCreator: How to add iview as Dynamic Navigation

    Hi All,
    Had anyone used the "Uploading Content and Actions" into the portal via XML file process to add an iview into a page into the Dynamic Navigation portion which will cause the iview to load up on the left panel of the page.
    I am able to do this via the Portal manually, but would like to know how this can be achieve using the .xml and the GenericCreator.

    Hi Mary,
    What I meant by being able to do this manually in the portal, is the process of going into Content Administrator > Portal Content  finding the page that I would like to add the iview into.  Selecting the page, executing a Right-Click > Edit-Dynamic Navigation.  Then finding the iview, Right-Click > Add to Dynamic Navigation.
    This will add the iview into the Dynamic Navigation portion of the selected page.

  • ISR Form Java Iview problem.

    Hello,
    We are having an ESS Iview named "Hire External Applicant" in Portal.
    This iview has been customised.
    I found that to construct this iview "5.     Request Form as Java iView in Enterprise Portal 5.0" section from ISR Cookbook is been used.
    i.e. Created a request form using java iview.
    This iview is being used in two places :
    1. Create
    2. Update.
    Now Create is working fine.
    But when this iview is accessed from Update section...i.e. user press update button:
    the customized section in java iview is not getting updated.
    Where this problem could be.

    There is a new form section in existing standard form.
    This section contains 4 new customized checkboxes.
    When create button is pressed the values from these checkboxes is properly getting updated in R/3.
    But when Update is pressed, these values are passing blank "As if nothing is selected" to R/3 module.
    But at the time of Update button, all existing standard fields in form are getting updated.
    I think that in case of update, these check boxes are not mapped properly to R/3 System.
    I opened the par file in NWDS, and found that there is no code for mapping of values, and moreover same iview is working fine while create button is pressed.
    Please guide me as of where could be problem.
    Edited by: Saurabh Agarwal on Sep 17, 2010 4:57 PM

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • Problem in logging onto portal "Java iView Runtime " error

    Hi,
    We are getting the following message when trying to logon to the portal.
    "Java iView Runtime
    Version : 5.0.200212121529
    (c) 2001 SAP Portals
    The following exception occured while processing your request:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: delegatedplugin
    Exceptions details :
    com.sapportals.portal.prt.runtime.PortalRuntimeException: delegatedplugin
         at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:1044)
         at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:132)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:635)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: javax.naming.NameNotFoundException: PortalLicense not found
         at com.sapportals.portal.prt.service.jndi.PortalServiceProviderContext.lookup(PortalServiceProviderContext.java:58)
         at com.sapportals.portal.prt.service.jndi.PortalServiceProviderContext.lookup(PortalServiceProviderContext.java:65)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:240)
         at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:132)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:635)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    If this situation persists, please contact your system administrator"
    Tried restarting the portal servers but the problem still persists.
    Request you to please suggest the solution for the same.

    Hi Sireesha,
    When it is working last time.
    Are any changes made to portal recently
    may be it is a permission issue in security zones.
    Below links may help you.
    http://help.sap.com/saphelp_nw04s/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/ee/acd8403e37762ae10000000a155106/content.htm
    Raghu

  • How to Sequence IVIEWS in Dynamic Navigation Area....

    I have added 3 IViews to the Dynamic Navigation area of my Page. Iw ant to sequence them in proper order.
    But its not letting me sequence the IVIews in the Dynamic Navigation area anywhere....
    Any Ideas....
    Thanks

    Hi ,
    iViews in Dynamic Navigation are sorted alphabetically based on the ID names given for those iViews  in dynamic navigation.
    Regards
    Vasu

  • Change positions of Iviews in Dynamic Navigation

    Hello,
    I made a page and placed the following Iviews in the <b>DYNAMIC NAVIGATION.</b>
    1. Group Member list
    2. My groups.
    When I click on the button "Save" the order (positions) of these Iviews changes. So I get:
    1. My groups
    2. Group Member List
    How is this possible? And how can I change this
    Greetings,
    GMA
    Message was edited by: gema

    Hi GMA,
    You cannot control the way the dynamic navigation iViews are sorted, except that you can specify that you want them sorted by PCD ID.
    See http://help.sap.com/saphelp_nw04/helpdata/en/c6/c6b07fdb2244fb93ad79207bedc923/frameset.htm for more info.
    Daniel

  • Dynamic Navigation iView

    Hi experts ,
    I had uploaded a CRM role into portal from CRD , when i assign this role to myself i see a dynamic navigation component coming in the detail navigation . Because this is dynamic in nature , i guess that is why i am  not able to see this in pcd . This component consists of a few CRM related links , can anybody tell me how to modify this dyamanic navigation part like theme , changing labels , expanding/collapsing try icons etc .??

    Hey Mayank,
    Under the CRM role, you would be looking at either a page or an iView to which the dynamic navigation is attached. Locate the Page/iView in the PCD and open its properties editor. Select the 'Dynamic Navigation' under Display(properties). Here you would find the pcd object which you get to see under dynamic navigation. Locate this object in the pcd and you can edit its properties like tray settings to reflect in the dynamic navigation under your CRM role. The theme would be the same as other equivalent portal objects and can be changed in the theme editor.
    Hope it helps.
    Regards,
    Prath

  • Sort of IViews in Dynamic Navigation

    Hello,
    i have added 3 iviews to the dynamic navigation of a page.
    How can i sort these iviews in the navigation-panel? Sort-Priority and Merge-priority are not working for the dynamic navigation. I added I1,I2,I3 to the navigation of the page,but it is displayed I2,I3,I1.
    How can i influence the sort behaviour of iviews in the navigation panel?
    Marco M.

    Hi Marco,
    It is not a nice solution but what you can do is to sort it with the iview id e.g.
    iView1
    iView2
    iView3
    if you change the iView <b>id</b> of iView3 to aiView3 the sort order will look like:
    aiView3
    iView1
    iView2
    Since you do not change the <b>displayname</b> it will still show:
    iView3
    iView1
    iView2
    Hope it helps you
    Best regards
    Rasmus
    PS. Do not forget the rewarding points )

Maybe you are looking for

  • Safari won't create webclips in dashboard

    This was an issue in my previous version of Safari as well, but I'd hoped that updating to 5.0.1 would fix it (it didn't). When trying to create a webclip in dashboard from safari, I select the element, hit add, and *nothing happens*. Dashboard doesn

  • Safari 5.1.2 can't connect to the server

    Just a few days ago, my Safari 5.1.1 stopped loading pages, and I keep getting a "can't connect to server" error. Chrome and Firefox work just fine. My airport connection is clearly still working, and I can get mail as well. My family member's machin

  • How to create a tendency in a graph

    Hi I'm new to Numbers which gives me some problems in my math and physics classes. When I make a graph with some numbers I have to do a tendency (the best line through the points - is it called that ?). But sometimes we have to force the line through

  • Have not benn able to open windows 7 email since your last update.

    Since the last update to Firefox I can no longer open my email. When I sign on and Xfinity page opens it says, ah oh, you are not signed in, I sign in and it takes me back to Comcast/ Xfinity home. Then when I click on email it takes me back to the X

  • X1carbon doesn t turn on

    My x1carbin thinkpad doesn t turn on. Have made a hard reset but still nothing. Please help!