Dynamic navigation order

Hi all
I want to change the order in which the iviews appear in Dynamic Navigation for a particular page
I was able to do it in the editor before we  applied a patch ( dont know which!!)
version info
6.0.2.27.0.Enterprise_Portal_Support_Package_2
is there a property i can change
thanks
Prasad Badal

Hi Prasad
We have migrated our Dev and QA servers from SP2 to Patch28 and then to SP9 and then to SP11. We have also facing the same issue of Ordering of iViews. Our prod migration is about to go but this ordering of iViews is now becoming a serious issue.
SAP is also not able to reply on what basis the ordering is happening and are buying time for it.
Can you tell me how to order the iViews in details.
Do you have any other solution or workaround in fixing this ordering.  We had a sizable amount of iViews in Dynamic Navigation.
URGENT help will be appreciated.
Kindly HELP!!
Regards
Gaurav Gandhi

Similar Messages

  • 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

  • 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

  • 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

  • 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 )

  • Error while dynamic Navigation for BP Account Overview

    Hi,
      I have created a custom search, result component which is working fine. On the Partner number I have provide the hyperlink to navigate with Dynamic navigation, but I am getting the below error when I clcik on partner number.
    Selection and result
    Now when I clcik on BP
    Code which I have written in event handler
       method EH_ONPARTNER_CLICKED.
    "navigate to Account overview
       DATA: lr_entity        TYPE REF TO cl_crm_bol_entity,
             lv_index        TYPE i,
             lv_guid         TYPE crmt_object_guid,
             lv_objectid     TYPE crmt_object_id,
             lr_core         TYPE REF TO cl_crm_bol_core,
             lr_entity_bt    TYPE REF TO cl_crm_bol_entity,
             lr_nav_descr    TYPE REF TO if_bol_bo_property_access,
             lr_navigation   TYPE REF TO if_crm_ui_navigation_service,
             lr_col          TYPE REF TO cl_crm_bol_bo_col,
             lv_partner_guid type crmt_genil_object_guid.
    * Let's get current row info
      CALL METHOD cl_thtmlb_util=>get_event_info
        EXPORTING
          iv_event = htmlb_event_ex
        IMPORTING
          ev_index = lv_index.
      CHECK lv_index IS NOT INITIAL.
    * Get entity for the current row
      CLEAR: lv_guid.
      lr_entity ?= typed_context->SEARCHRESULTNODE->collection_wrapper->find( iv_index = lv_index ).
      IF lr_entity IS BOUND.
        lv_objectid = lr_entity->get_property_as_string( iv_attr_name = 'PARTNER' ).
      ENDIF.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = lv_objectid
        IMPORTING
          output = lv_objectid.
       CHECK LV_OBJECTID IS NOT INITIAL.
      select single partner_guid from but000 into lv_partner_guid where partner = LV_OBJECTID.
    *     Get the BOL Core Instance
      lr_core ?= cl_crm_bol_core=>get_instance( ).
    * get the BuilHeader object
      lr_entity_bt = lr_core->GET_ROOT_ENTITY( iv_object_name = 'BuilHeader' iv_object_guid = lv_partner_guid ).
    * add the Builheader to the collection
      create object lr_col.
      lr_col->if_bol_bo_col~add( iv_entity = lr_entity_bt
                                 iv_set_focus = abap_true ).
    cl_crm_ui_descriptor_obj_srv=>create_ui_object_based(
               exporting
                         iv_ui_object_type   = 'BP_ACCOUNT'
                         iv_ui_object_action = 'B'
               receiving rr_result           = lr_nav_descr ).
      lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
    * check if navigation is possible
      if lr_navigation->is_dynamic_nav_supported( ir_descriptor_object = lr_nav_descr ) = abap_true.
        lr_col->if_bol_bo_col~insert( iv_bo    = lr_nav_descr
                                    iv_index = 1 ).
    *   start the navigation
        lr_navigation->navigate_dynamically( iv_data_collection = lr_col ).
      endif.
    endmethod.

    Hi ,
    Try this.
    Root entity you no need to take for this.
    cl_crm_ui_descriptor_obj_srv=>create_ui_object_based(
               exporting
                         iv_ui_object_type   = 'BP_ACCOUNT'
                         iv_ui_object_action = 'B'
                         iv_entity_key_name = 'BP_GUID'
                         iv_entity_key_value = lv_bp_guid
               receiving rr_result           = lr_nav_descr ),
      lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
    * check if navigation is possible
      if lr_navigation->is_dynamic_nav_supported( ir_descriptor_object = lr_nav_descr ) = abap_true.
        lr_col->if_bol_bo_col~insert( iv_bo    = lr_nav_descr
                                    iv_index = 1 ).
    *   start the navigation
        lr_navigation->navigate_dynamically( iv_data_collection = lr_col ).
      endif.
    Regards,
    Deepika

  • Portal Runtime Error in Dynamic Navigation Area

    Hello gurus,
    In our production portal all of sudden we are getting a portal runtime error in Dynamic Navigation Area.  Earlier there was a problem with one of the clustered nodes and it was resolved.  I was wondering if this error is in connection with that.  Has anybody faced such problem?  Following is the error we are facing in the dynamic navigation area.
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/fenderfolder/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.portal.dynamicNavigationArea
    Component Name : com.sap.portal.navigation.dynnavarea.DynamicNavigationArea</b>
    Please advice on how to resolve the issue. 
    Thanks in advance.
    VR.

    Hello all again,
    We are not getting this Dynamic Navigation Error on ONE of the clustered nodes and all other clustered nodes are working fine. 
    Any idea how to resolve the issue?
    Thanks in advance.
    VR.

  • 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

  • How to define the dynamic navigation between two component in web ui

    Hi All,
    I have a requirement to create a new assignment block in accounts overview screen .
    1.Created new view(Table view) in the BP_HEAD component.
    2.Created new button on the table view toolbar .
    3.If the user clicks the new button it should navigate to interaction log component(BT126H_CALL).
    Please hekp me step 3 how to do .
    I have checked planned activity assignment block in the account but is dynamic navigation.
    Please explain me how to define the dynamic navigation between two components.
    What is window delegate .
    Thanks,
    Venkyy

    Hi ,
    Kindly follow the link , this will be helpful for your issue :
    http://wiki.sdn.sap.com/wiki/display/CRM/CRM-NavigatingtoyourcustomBSP+component

  • 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

  • Material Dynamic Re-order Quantity

    Dear Masters,
    I have a requirement here for Material based MRP planning where I want to have a dynamic re-order quantity. The requirement is as below:
    1. Suppose I have 5 Equipments in Plant P1.
    2. Now, I am creating Equipment BOM for each Equipments with say suppose Material Code M1 (Qty: 1 Unit), M2 (Qty: 2 Units) and M3 (Qty: 3 Units).
    3. Hence based on this my re-order quantity for each material for that plant based on number of equipment will be M1 = 5 Units, M2 = 10 Units and M3 = 15 Units.
    4. Now, suppose 1 Equipment gets transfered to plant P2. Then, my required quantity will be as under:
         a)  Re-order Quantity for Plant P1(which has 4 Equipment): M1 = 4 Units, M2 = 8 Units, M3 = 12 Units.
         b)  Re-order Quantity for Plant P2(which has 1 Equipment): M1 = 1 Units, M2 = 2 Units, M3 = 3 Units.
    5. Hence, the re-order quantity is dynamic (based on the number of Equipments in that plant).
    6. I want this re-order quantity to be checked monthly and it should trigger an automatic PR in case of deficit stock.
    Need your guidance as to how can I acheive this requirement.
    Please do guide...
    Thanks in advance.
    Chin2.

    Gurus,
    I will reframe my question as below:
    In my scenario here, we have created Equipment BOM for Equipments as below:
    Equipment: DUMPER
    Equipment BOM: Engine Oil - 1 L, Oil Filter - 1 Set, Air Filter - 1 set and so on.
    Now, Suppose I have 5 Dumpers in Plant P1 and 3 Dumpers in Plant P2.
    Hence, my required quantity will be as:
    1. For Plant P1 will be: Engine Oil - 5 L, Oil Filter - 5 sets, Air Filter - 5 sets.
    2. For Plant P2 will be: Engine Oil - 3 L, Oil Filter - 3 sets, Air Filter - 3 sets.
    Now, if these Dumpers stays at the same plant, the requirement to enter the re-order quantity is simple and clear but, suppose if I transfer 1 Dumper from Plant P1 to P2, my the number of Dumpers at plant P1 = 4 and at plant P2 = 4.
    Due to this, my required quantity will change to:
    1. For Plant P1 will be Engine Oil - 4 L, Oil Filter - 4 sets, Air Filter - 4 sets
    2. For Plant P2 will be Engine Oil - 4 L, Oil Filter - 4 sets, Air Filter - 4 sets.
    Which means my requirement(or re-order quantity) for particular material is dynamic based on the Equipments installed at that plant and the quantity entered in specific Equipment BOM.
    Is there any standard procedure to achieve this requirement?
    Thanks in advance.
    Chin2.

  • Dynamic Navigation in Interaction History

    Hi,
    When I navigate to Interaction History in CRM 2007, I am able to fetch various interaction records. Where as I am not able to open an individual interaction record from the result window. When I double click to oepn the record I am getting the error message "Dynamic Navigation to this object is not supported".
    Please let me know the settings to be done to overcome this.
    With kind regards,
    Shankar
    Edited by: Shankar Nagarajan on Aug 27, 2008 11:43 AM
    Edited by: Shankar Nagarajan on Sep 9, 2008 3:51 PM

    Please read this 2 topics:
    Recent Items
    Dynamic Navigation Is Not Supported By This Object Error
    May be this help you.

  • Dynamic navigation structure

    Hi all,
    I want to implement a dynamic navigation structure that displays navigation nodes depending on the status of the user in the backend system.
    The scenario is as follows:
    - user gets access rights via roles and profiles in backend system
    - each user is assigned to a business partner in the backend system
    - each business partner is in a specified phase (the phase of a business partner can change over time)
    - a table in the backend system contains the mapping: phase - visible navigation structure
    -> in the portal the user should see only these navigation nodes, that are set to visible in the mapping table, all other navigation nodes are hidden
    Is it possible to implement such a behaviour?
    I'm running EP 6.0 and CRM 5.0 as backend system.
    Thanks in advance.
    Kind Regards,
    Martina

    Hi Martina,
    Filtering out roles and worksets can be done by implementing a role filter, for details see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/code-samples/filtering%20role%20and%20workset%20content.htm and https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5021a57d-0601-0010-6097-ec94a09c626d for example.
    > in the portal the user should see only these navigation nodes,
    > that are set to visible in the mapping table, all other navigation nodes are hidden
    Of course, these nodes must be a subset of the navigation nodes the user has per role assignment.
    Hope it helps
    Detlev

  • Dynamic navigation

    dynamic navigation
    Posted: Aug 29, 2005 3:03 PM        Reply      E-mail this post 
    Hi
    I have an iview from BW that generates links to reports. I associated this iview to a page as a dynamic navigation link.
    When I click on the link, it does not load the content in the portal content area. I tried _self, _top, _parent as the targets in the BW web template.
    How can I get the content loaded in the portal content area? What is the name of the portal content area frame?
    Thanks
    Sriram

    Hi Sriram,
            I confronted with the same issue as yours but then i did the following.......
    Presuming that two iviews are already created i.e.
        1.Navigation Panel iview with links (left)
        2.different iviews associated to the links.
    Now,
         >>Open the other iviews and select Dynamic navigation in the context menu.
         >>Right click on the navigation panel iview having the links and select "Add to Dynamic Navigation"
    In the first iview for the link the code i gave is
    <a href="link2" class="urLnk" onclick="return EPCM.doNavigate('ROLES://portal_content/xyz/Pages/sampleiview')">Link to Project Plan</a>
    No need of the parent,self,.....etc.
    Hope this helps.
    regards,
    Joshua Kiran

Maybe you are looking for

  • Accomodating date and time in a single Info object

    Hi Gurus, We are getting an R/3 field(2 fields) as "YYYY.MM.DD HH:MM:SS". And we have mapped that fields to a Two IO (CHAR).Data is getting loaded fine,but not getting it in the same format (with required DOTS and COLONS).Is there any routine that I

  • Calibration inspection

    I have done all configuration regarding calibration of equip. but when i am going to release an order for a test equipment then an error occurs "No inspection lot could be generated for order'Release order anyway" Message no. IW217 Diagnosis An inspe

  • HTTP Status 404 - requested resource is not available

    im trying to run a servlet - a very simple one. i have entered http://localhost:8080/servlet/HelloWorldExample on a web browser. the message is the requested resource is not available. i have tried to write the full path of where i saved my program,

  • Sending PDF files, I can't open it with Yahoo or Gmail

    Hi!! I'm using Central Pro ver. 5.7 on HP-UX and It generates all the invoices of the company (PDF files). When I send the PDF files using Central Pro to my customers, they can open it using Outlook or Hotmail, but If they want to open this email on

  • Generate Email on Infotype Changes

    Dear Guru's, I have an issue in generating Email when some changes are done in the HR master. I have done it through Dynamic action and it is working fine. But my problem is that I dont want to generate a message when I perform an Hiring Action as I