Cross Component Navigation Error

Hi,
I'm trying to navigate back and forth from DC A View A and DC B View B, follow the "How to Navigate Inside WDP Interface Views" tutorial by Bertram.
My steps to navigate from DC A View A to DC B View B:
1. Create outbound plugs at the DC A Interface View (IVACWindowInterfaceView).
2. Create the require controller IVACWindowInterfaceView in the View A.
3. Create an event handler and action to trigger the event handler.
4. In the view A, wdThis.wdGetIVACWindowInterfaceViewController ().wdFirePlugCrossCompNavToCal();
5. In DC B interface view, create an inbound plug .
6. Create the require controller of DC B interface view at View B.
7. In DC C, add DC A and DC B as used component.
8. Embed both DC A's and DC B's interface view into the DC C. Link the DC A's outbound plug to DC B's inbound plug.
Correct me if i'm wrong. Thanks.
Error messsage:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot navigate from view IVACWindowInterfaceView via non-existent outbound plug CrossCompNavToCal
     at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:289)
     at com.sap.xss.hr.lea.worklist.wdp.InternalIVACWindowInterfaceView.wdFirePlugCrossCompNavToCal(InternalIVACWindowInterfaceView.java:135)
     at com.sap.xss.hr.lea.worklist.WorkListView.crossCompNavToCal(WorkListView.java:186)
     at com.sap.xss.hr.lea.worklist.wdp.InternalWorkListView.wdInvokeEventHandler(InternalWorkListView.java:229)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
- julius

Hi,
I've seen the above tutorial. The tutorial doesnt have step by step specifically, but more on the concept and a sample tutorial. I did follow the tutorial, but somehow still got the error.
Hi kanwalpreet,
Can u be more specific on what to check? i did check many times indeed. 
- julius

Similar Messages

  • Cross-domain Navigation Error

    Hi folks,
    I was just beginning to test out a site on my domain when I received the following error:
    Cross-domain Navigation Error
    Adobe InContext Editing does not support cross-domain navigation.
    For more details, please visit the Adobe InContext Editing Help and Support page.
    While I could not find any help easily, I thought I would post here with what I have discovered.  I am not entirely sure what "cross-domain navigation" is in the first place, but I had a few hunches.
    Initially, I was using a site set up with templates and library items.  Then, for the purposes of troubleshooting, I deleted all files and placed one HTML file in the folder with nothing but some text in it.  I still received the error message.
    On a whim, I decided to try InContext Editing in Internet Explorer instead of Firefox, and it worked.  I then downloaded and installed the latest version of Firefox (3.5.1), and the error message still appeared.
    Any ideas?
    Thanks in advance!

    Having the same troubles. Worse it goes into an endless loop where you can't get out of the error message cycle.
    http://sonomamountainbusinesscluster.com/

  • Exception during cross-component navigation

    Hi all,
    My requirement is to navigate from the task to the Case.
    After doing the necessary things for event handling, I have created a outbound plug in the component BT125H_TASK in the view 'TaskDetails'. I have added this outbound plug in the main window with the necessary code for the outbound plugs. I have also added this outbound plug to the main window and component interface in the runtime repository.
    I am using the inbound plug 'Overview' (mainwindow) from the component CRMCMP_CMG. I have added this inbound plug under mainwindow and component interface in the runtime repository.
    The outbound and inbound plugs are defined along with source and target IDs in SPRO also (CRMS_UI_TLINK and CRMC_UI_NBLINKS).
    Now when I click on the case link in 'TaskDetails' page, it gives the following error:
    "Invalid entry in the navigation queue
    An exception has occurred Exception Class  CX_BSP_WD_INCORRECT_IMPLEMENT - Define NavigationalLink TOCASEDISP for source view CUBT125HTASK.MainWindow.
    Program:  SAPMHTTP 
    As both the components BT125H_TASK and CRMCMP_CMG are parent components themselves (think so), I have not added the outbound/inbound plugs under component usage. Do i need to do anything here??
    Are the components BT125H_TASK and CRMCMP_CMG root components?
    Any help is highly appreciated.
    Thanks in anticipation.
    Regards
    Vidhya

    Hi All,
    I could solve it myself. Thanks for the time.
    The problem was I tried to navigate directly from the component ''BT125H_TASK' to the component 'CRMCMP_CMG', as I could not find any parent for BT125H_TASK earlier.
    Now I could find its parent component which is 'BT110M_ACT'.
    The outbound plug created in the task component has to be added to the component usage of 'BT110M_ACT' and the delegation should be done. The other things are the same. It works fine.
    Regards
    Vidhya

  • Cross component navigation

    Hello,
    We are in process of customizing CRM 2007 IC webclient. The task is to add new button in component ICCMP_BP_DETAIL. After pressing this button custom view needs to be called in component ICCMP_IBASE.
    So far I've create a custom view, assigned it to the ICCMP_IBASE component (reused window).
    Button has been added on ICCMP_BP_DETAIL as well. Outbound and Inbound plugs have been added to the views and to the corresponding windows.
    But looks like the navigation link doesn't work. Has anybody had the similar task and can share the steps involve in this customization?
    Thanks a lot.

    hi sudeep,
    I have a similar task to be done.......
    My requirement is
    I have created a zview in component ICCMP_BT_IRHIST.
    I am navigating from one view in ICCMP_BT_IRHIST to this zview.
    I want to get the account identification number in this zview.
    The account identification (attribute is present in this component CRMCMP_BPIDENT.
    For getting the account identfication number
    i m writing this code in the layout of the zview
    TRY .
    lr_cuco ?= controller->get_custom_controller( 'CRMCMP_BPIDENT/CuCoBuPa' ).
    CATCH cx_sy_move_cast_error.
    RETURN.
    ENDTRY.
    check lr_cuco is bound.
    lr_entity ?= lr_cuco->typed_context->SEARCHCUSTOMER->collection_wrapper->get_current( ).
    check lr_entity is bound.
    lv_account_name = lr_entity->get_property_as_string( iv_attr_name = 'BP_NUMBER' ).
    But im not able to get the account identification number the problems are
    lr_entity is initial ...where as lr_cuco is bound only....to this view....
    Navigation everything is working fine ...
    waiting for suggestions....
    Regards,
    Sijo....

  • How to go about Cross Component Navigation

    Hi Experts ,
    I have Component C1 In which i have view V1.
    I have Component C2 in which i have view V2, V3 V4  .
    On one of the action in V1 it should call  Component C2 and Views and Navigation should happen between V2 V3 V4 (As if it happens when the Application for C2 is run individually ) .
    Please let me know in detail .
    Thanks in Advance
    badari Patil

    Hi.
    In C1 create a new view(v1a) and add a view_container_ui_element and add an inbound_plug to this view.
    The add the component usage of C2 to component C1.
    Then go to the window of c1 and add the new view. Open the tree in the window so that you can see the view_container_ui_element. Right click and choose embedd view. Choose theinterface view of C2.
    In view 1 of C1 add an outbound and fire it in the button action.
    In the window connect v1 outbound with v1a inbound.
    Thats it
    Cheers,
    Sascha
    Message was edited by:
            Sascha Dingeldey

  • Cross-Component navigation - Calling the specific view

    Hello Experts,
    I need your help.
    I have a COMP2 with more than 10 views in it. While navigating from COMP1 to COMP2, I want to call a specific view of COMP2 based on some condition.  When I checked in debugging, the COMP2/MainWindow is showing only one view which was set as default.
    Can someone help me with this?
    Thank you.
    -Ezhno.

    Rupali,
    Thank you for your time.
    I already have this solution in my mind. But, was thinking how to call to the specific view while navigating itself using inbound plugs of the views. But, the problem is it was not showing all the views except the default one.
    Anyhow, I don't have much time for this. Will wait if someone comes up with any other solution.
    I will go ahead with your solution as putting conditions is better than creating many windows...
    Thank you.
    -Ezhno.

  • Light Framework Page-Detailed Navigation error

    Hi,
    When i use the light framework page and change the number of display levels to 1
    the detailed navigation contents disappear.
    is this a  known error..? Is there anyway to get around this..?
    Thanks,
    rocky

    Rocky,
    This thread might give you a lead.
    Light Framework Top Level Navigation Error
    Good Luck!
    Sandeep Tudumu

  • Can any body send me the cross component meta data files of any cross compp

    HI,
    I want meta data files of cross component project could u please pass these meta data files as soon as possible.
    Thanks,
    Shabeer Ahmed.

    Hi,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a137c339-0b01-0010-a688-a87b88706845
    Regards,
    Sundar

  • Webinar: "Cross-file navigation & enhanced interactivity with TimeSavers + Navigation Asst" (March 5

    "Cross-file navigation & enhanced interactivity with FM-to-Acrobat TimeSavers + Navigation Assistant" Webinar (free)
    Thursday, March 5 (10am-11am PST)
    Navigation Assistant (FrameMaker-to-Acrobat TimeSavers add-on) enables you to enhance PDFs and PDF collections in several ways, such as:
    * effective cross-document navigation [ http://www.microtype.com/ImprovePDF27.html ]
    * automatic next/previous topic links [ http://www.microtype.com/ImprovePDF28.html ]
    * popup menus [ http://www.microtype.com/ImprovePDF07.html ]
    This webinar demonstrates how to set up your files to enable these features and more.
    To register to this free one-hour webinar, please write to [email protected]
    Shlomo Perets
    MicroType * http://www.microtype.com
    FrameMaker/Acrobat training & consulting * FM-to-Acrobat TimeSavers/Assistants

  • Cross-component: Call method of using component from within used component?

    Hi,
    I began diving into cross-component programming.
    Meanwhile after having digged into some scenarios some questions came up to my mind that I am not able to answer myself. I would appreciate your help here!
    Say we have to components.  Comp A uses Comp B (hence, B is a component usage in A)
    1) How to make them communicate not on a data level (via context binding) but on a process level, thus...
    a) can I call A's method from within B? How is the approach on a general level? - as B can be used from totally different components (like A, A1, A2 ...)
    b) perhaps the only way to do this is by firing events? If so, how can I react in A when an event in B (marked as interface event) gets fired? As it seems they do not get registered within A directly...
    I guess the question seems to be a bit tricky. Nevertheless, I think there will be plenty of you out there who used to asked them the same questions before and came up with an approach. Would be nice to hear from you.
    Best wishes,
    Marc @sap1

    Hi,
    thanks for your reply!
    Indeed, I think the nature of WDA would be just to somehow map the context from the used component to the other back and forth.
    Nevertheless, what if I would like to invoke a method of the using component from inside the used component.
    One sample for this requirement could be e.g.:
    Component B offers a tree item and a send/verify button.
    Component A uses B and has some restraints regarding what the selection should look like.
    The user taps the button in B (at runtime in the view container of A), the context gets updated in A and B and in Component A the verifyWithOwnConstraints() method gets called (through B).
    Thanks again,
    Marc

  • Cross site scripting errors in RoboHelp 8.0

    We are using Robohelp 8.02, generating webhelp for a web application. Development just started to use Fortify to identify security vulnerabilities. The Fortify software found 17 Robohelp htm files with cross-site scripting security holes. We are NOT using RoboHelp Server 8.
    Before creating this posting, I searched the forums and found one post from Feb 2010 (Beware -serious - cross site scripting errors in Robohelp 8.0).
    From reading that posting, it appears that an Adobe engineer was involved----I'm not clear on the final outcome for this issue.
    Any additional information on the final resolve for this issue would be helpful.
    Thanks,
    Beware - serious breach - cross site scripting errors in RoboHelp 8.0

    The previous poster indicated that Tulika, who I can confirm is an Adobe engineer, stated "when she reviewed the code that was triggering the Fortify cross site scripting errors, she came to the conclusion that it was not actually harmful." The poster also indicated their opinion was the other errors were minor.
    That seems clear enough so I wonder what value is anything that anyone here can add? The forum responses are from other users and I would have thought any further assurance beyond the above is something your management would want to come from Adobe.
    I have not seen anything on these forums indicating that any attack has been triggered.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Unsuccessful Cross Component View Sharing

    Hey Folks,
    I am facing an issue when I am doing cross component sharing of a vew
    Requirement
    I need to embed View 1 of Component A into View 2 of Component B.
    Solution : I have done the following steps:
    In Component A: 
    I have a created a View 1, whose elements are bound to a node. The node has mapping to the node in the Component Controller.
    I have defined an interface method in Component A which populates the Component Controller node which is bound to elements in View 1.
    In Component B:
    I have defined the Component A as a Used Component in Component B and have defined the Component Usage of the Interface Controller of Component A in B.
    I have embedded the View1 of A into the ViewUiContainer Element in the Window corresponding to View2 of B
    I have defined a method in the Component Controller of B, which makes a call to the interface method defined in A
    In the wdinit method of the View2, I have created the component Usage
      l_ref_cmp_usage = wd_this->wd_cpuse_<<>>( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
    Issue
    The view is showing up as desired, however no values are being populated
    Analysis
    On debugging, I see that the interface method is being called and the Component Controller node of A is indeed getting populated.
    But then the same is not being reflected in the view.
    Am I missing something here?
    I need not have made the node as an interface node, since the population of the node is being done within Component A itself. Hence the only thing Component B has to do is to call the interface method with the right input parameters. But somehow the node mapping is just not happening
    Any pointers on this would be of immense help.
    Thanks,
    Puja

    Hey Folks,
    Thanks for all the inputs...After a good frustrating debugging and rummaging the code for a whole day, I decided to redo the entire thing. Once I scrapped the original views, components et al and redid it over again, things seem to be working.
    @Naresh : I did try doing what you have suggested and much to my surprise, it worked standalone
    @Pradeep : Yes I am doing a bind_table to the node in question.
    I still have a hunch that there was some kind of a problem with the binding of the ensuing table to the node. But have no clue where exactly that could have been happenign as I double checked the obvious places.
    Thanks for all the inputs.
    Best Regards,
    Puja

  • Pojo/List/ManagedBean/ADF RF component yeilds error "Target Unreachable", J

    Hello JDevelopers;
    (Pojo/List/ManagedBean/ADF RF component yields error "Target Unreachable", JSF component does not.)
    I am attempting to convert a page with jsf/html components to a page with ADF RF components.
    I am using a pojo that returns a List.
    The pojo is registered as a ManagedBean in adfc-config file.
    I am not using a data control.
    It all works fine with jsf/html components.
    The following <h:inputText> works fine when using jsf/html component.
         <h:inputText value="#{taskRnDController.task.taskNum}" required="true" </h:inputText>
    Changing it to an <af:inputText component and running the app produces the error listed below;
         <af:inputText value="#{taskRnDController.task.taskNum}" id="it1" label="Label 1" required="true"/>
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    javax.el.PropertyNotFoundException: Target Unreachable, 'task' returned null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.isReadOnly(Unknown Source)
         at com.sun.el.ValueExpressionImpl.isReadOnly(Unknown Source)
    this is the adfc-config file
    <managed-bean id="__3">
    <managed-bean-name id="__2">taskRnDController</managed-bean-name>
    <managed-bean-class id="__1">com.myorg.facade.TaskRnDController<;/managed-bean-class>
    <managed-bean-scope id="__4">session</managed-bean-scope>
    </managed-bean>
    I need an <af:form> and an <af:table> components on the same page so that when a user
    inserts a new record on the form and presses save btn it is immediately displayed
    within the <af:table>.
    I am stuck and any help is much appreciated.
    Edited by: 848693 on Jun 15, 2011 4:28 PM

    you just want to bind your input text to backing bean .then why you are using list ?
    It is very simple just use any variable and bind with your UI component
    Thanks
    Prateek

  • Code Navigation Error when using a SWC

    Does anyone else get this error, "Code Navigation Error,
    Source code could not be found..." when you attempt to navigate
    (Ctrl+left click) into a SWC? I have added the SWC to the project's
    library path.

    "myIP" <[email protected]> wrote in message
    news:gn6jqk$ek4$[email protected]..
    > Does anyone else get this error, "Code Navigation Error,
    Source code could
    > not
    > be found..." when you attempt to navigate (Ctrl+left
    click) into a SWC? I
    > have
    > added the SWC to the project's library path.
    You probly also should tell it where the source code is...

  • CUP "Navigation error"

    Hi Experts,
    Im writing to see if anyone can give me a hand solving this error.
    Im working with CUP (GRC-SAC-SAE 5.3_15.1) and when a I try to create a new account request, I fill in all the fields, assign a role and then perform the RAR analysis I get an everything is ok message (you have no conflicts and can proceed) but when I push the "Next" button I get a Navigation Error Page.
    Taking a look at the system logs I found this error that caught my attention "ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest" so I proceed to check if my ume roles had this "loadcreaterequest"action and they didnt. So I checked the last initiation files at the SAP marketplace to see if I got the last ones, and I did (and besides this action was not  included in those roles).
    Nevertheless im copying down the whole log to see if anyone can drop me a light on this.
    Thanks very much and apreciate any help.
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@175:execute() : inside catch : calling getConversationDefn cnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@177:execute() :  inside catch  : calling getConversationDefn completed successfullycnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@179:execute() : inside catch : calling getScreenDefn scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@181:execute() : inside catch : calling getScreenDefn completed successfully scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@183:execute() : inside catch : calling getActionDefn loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@168:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@170:getActionDefn() : try to get action defn from new map
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@174:getActionDefn() : failed to get action defn even from New Map. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@176:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest throwing exception
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found even in catch block
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:17,714 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrRiskAnalysis|
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#AE#Conversation#cnvCreateRequest#Screen#scrTopNav#Action#cfg#
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvCreateRequest
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrTopNav
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdcfg
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrTopNav|
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrConfigRequest#Action#loadConfigRequest#
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigRequest
    2011-04-25 16:06:17,761 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrConfigRequest|
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrLeftNav#Action#linkConfigSystemLogSearch#
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrLeftNav
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdlinkConfigSystemLogSearch
    2011-04-25 16:06:31,854 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrLeftNav|
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigSystemLog#Screen#scrConfigSystemLog#Action#loadConfigSystemLogSearch#
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigSystemLogSearch
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully

    Hi Chinmaya,
    Thanks for your answer.
    Yes, I do have that option in my "Conifuration" tab. If I click that option I just see a page with another upgrade button.
    Should I push it?
    Regards,

Maybe you are looking for