Changing Position of Dynamic Navigation

Hi Folks,
I'm working with the Default-Framework-Page and here I want to add an iview to my Navigation Panel. But for this, I need to change the position of the dynamic Navigation iview. It has to be set under my new iview. Does anybody know how I can change that? When its added, it is shown ON the dynamic navigation.
greets
heidi

Hi,
The Dynamic Navigation IView is located in the Desktop Innerpage in the Frameworkpage.
http://help.sap.com/saphelp_nw70/helpdata/EN/b4/771158e4cb4bf6af9974380948db86/frameset.htm
So if you add your IView to a role, it is shown in the Iview Content Area, so to get Dynamic Navigation IView under your Iview, you will have to add a page with both your IView and Dynamic Navigation IView to the role.
So create a Page, add your IView and Dynamic Navigation IView to it. Add this page to the role.
You can ofcourse arrange the IViews position in edit mode of page.
If not clear, let me know.
Regards,
Praveen Gudapati

Similar Messages

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

  • How to change label of Detailed Navigation

    Hello Forum Friends,
    I have en EP 6.0 on WAS 640 SP19 on Netweaver 2004 , and I have structured a navigation hierarchy with a 2 level Top Level Navigation and with a third level in the Detailed Navigation, so that the third level constructs itself in the Detailed Navigation. But I need to figure out if I can change the label of the Detailed Navigation Iview, this is if I have in the Detailed navigation nodes relating to years, instead of having the Detailed Navigation Name in the name of the iview it displays Years as label, also in another page if the nodes in the Detailed Navigation are related to (for example) months, it displays Months in the Detailed Navigation iview name , since my boss doesn't want to see the label Detailed Navigation, but he want to have a label related to the content that is displaying.
    I don't know if I can change someting dinamically with the Detailed Navigation Iview to have this behavior or if you can provide another workaround for having this behavior.
    Thanks in advance
    Luis
    Rewarding point will be given.

    Hi Luis,
    The non-programming way to do this is the following:
    1. Make Deltalink or hard Copy of the DTN and place them in you customer specific namespace. Do this for every title you need.
    Lets say for this example 3 (Year,  Month and Week)
    2. Rename the iViews as you want (Year,  Month and Week)
    3. Add these DTN iviews as Dynamic navigation iViews to a all the pages that they need to be visible with.
    If you don't have all the content yet you could better create a page template and add the renamed iView to the different Page Templates. Then create the pages based on these templates. Saves time when you need to change something in the future
    4. Create a copy of you Frameworkpage and remove the default DTN of it.
    5. Assign this framework/desktop to everyone who needs these "special labeled DTN"
    I hope you get what I mean with this... If you want to do this with programming you could remodel the SAP DTN or build your own DTN based on TAG libraries.
    Good Luck,
    Benjamin Houttuin

  • Dynamic navigation, on HCM Process and Forms "Web Dynpro FORM"

    Hi,
    I'm trying to solve an issue regarding dynamic navigation, on a enhacement done at the Web Dynpro ABAP QISR_UI component for HCM Process and Forms.
    I'm hiding the Adobe Form, and doing "do_dynamic_navigation" for a dynamic generated view container present at the VIEWSHOWFORM on the QISR_UI component.
    The code works great, i.e.: the Adobe Form remains hidden and the custom form, using Web Dynpro appears.
    I'm also using the HRASR00_PROCESS_EXECUTE_1 component to execute a Portal IView (Floorplan based component).
    When the process is started, and the folowing actions are executed:
    1- Select Employee
    2- Select Process
    3- Edit form
    4- Press back (for example if the wrong process is selected)
    5- Select the Process
    6- Edit form again
    There is a NULL exception, the "embedding_vca" (below) is NULL
    SAPLWDR_RUNTIME_REPOSITORY
    METHOD: IF_WD_RR_VIEW_USAGE~GET_EMB_VIEW_CNT_ASSIGNMENT (LCL_VIEW_USA
    * method IF_WD_RR_VIEW_USAGE~GET_EMB_VIEW_CNT_ASSIGNMENT
      method if_wd_rr_view_usage~get_emb_view_cnt_assignment.
        result = me->view_usage->embedding_vca->get_api( ).
      endmethod.
    "IF_WD_RR_VIEW_USAGE~GET_VIEW_CONTAINER_ASSIGNMENT
    Can you guys give me an hand?
    Regards

    Hello,
    Basically what I did was replacing the Adobe Form, by a Web Dynpro component that contains its own form, and associated logic.
    Tecnically the steps to acomplish the task were:
    1º Development of a component for showing a form. ( I suggest you to start with just a "hello world" or something very basic )
    2º Enhance the QISR_UI component (VIEWSHOWFORM view, on the modify view method), something like
    if form scenario = XXXXX then
    hide the adobe form;
    create a custom view container (the problem I had above), and create an instance of the component created on step 1
    end if
    3º Access the context that the original form returns (you can check the context debugging the VIEWSHORFORM view )
    4º Pass the context to the component created..
    I can't provide further details on this, I'm sorry...
    I do not suggest doing this, this was a requirement so I had to do it... But this requires a lot of workarrounds, and lots of small changes in standard code related with process and forms... It's not, also, a "clean" solution
    Regards,
    Joã

  • Dynamic Navigation and Teamviewer

    We programed our own iviews in WebDynpro for using in manager selfservice.
    For changing between different employees, we assigned the standard SAP teamviewer as a dynamic navigation to the pages which include our WebDynpro iviews.
    This proceeding works well. For each iview we can change the employee we like to work on. But if we go to another WebDynpro application in the navigation path, the teamviewer is open in a new way. So the teamviewer lose the indicated employee by stepping from the first to the next application.
    But by using the standard manager role, the teamviewer hold the selected employee.
    How can I get this effect? Where can I find same information about this problem?

    Hi,
    Maybe it has to do with the isolation of the iView. By default (i guess) it is configured to be "embedded" on page, this will result in refreshing. Set the iViews to "URL" (and also set the highttype to "automatic").
    Otherwise it has to do with the navigation. Are u using the Light Portal Framework?
    If so it could be the case that the navigation is triggering a complete page refresh instead of only refreshing the content area..
    regards,
    Benjamin

  • Creating page Navigation without using Dynamic Navigation

    Hi,
    I have a requirement that i need to create few pages where each page will have navigation tabs at the left side and corresponding iviews at the right. Navigation will not  be dynamic but static in nature that means target for the navigation link will not be decided dynamically but will be static. Each tab on the navigation will be linked to a page which will be opened in the same content area. Since there is no dynamic navigation so that's why there is no application present to be used for creating dynamic navigation iview. Please suggest what else can be option to create this sort of page.
    Best Regards,
    Vikash

    Hi,
    If you want your tab on the left instead of the top you need to change the defaultframeworkpage. If some users need to have the navigation on top and some on the left you need to make a custom layout for these users so that only these users have your modified frameworkpage.
    Of course you can not mix tabs on the left and tabs on top. If you want something like that then you`ll need to make a custom html page with tabs on the left pointing to standard portal locations.
    Hope this helps.

  • Dynamic Navigation opens in new window

    I currently have an KM Navigation iView assigned to Dynamic Navigation of a page.  Clicking on internal links in the Navigation iView opens in a new window.  Is there any way to configure the KM Navigation iView (assigned to Dynamic Navigation) to display in the Portal content area instead of opening in a separate window?

    If you're using Safari, choose Preferences from the Safari menu, click on Tabs, and change the setting.
    (53516)

  • 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

  • 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

  • Dynamic Navigation  ivews

    In sap help-online doc, it says that "Dynamic navigation iViews typically contain user interface controls, such as dropdown lists and links, which retrieve data related to the content displayed in the content area. Each time a user clicks or chooses a control in a dynamic navigation iView, the data currently displayed in the portal content area changes accordingly".
    I assigned a iview as dynamic navigation iView to the other iView in my portal for test .I can see the dynamic navigation iview in navigation panel under detailed navigation area,when I navigated to the iview it was assigned to. But when I click the link on the navigation iview ,its content was displayed in its area and not in portal content area .How to archieve what sap help-online said? Please help me!
    Tks!

    Hi Shi zi,
    This is what you would be seeing in the Dynamic Navigation Editor
    <i>Add iViews or pages to "Dyn Nav Iview" as context-specific navigation objects.
    Objects selected in this editor appear in the dynamic navigation area at runtime when the object currently being edited is displayed</i> .
    Regards
    Vineeth

  • Dynamic Navigation List

    Is there a way to have a dynamic Navigation List i.e. based on a SELECT statement?

    dac,
    You can make a standard report output as a HTML list fairly easily. Just follow these steps:
    1) Create a classic report based on a simple sql statement. You'll need to query what you want to display in the list, and whatever else you may need on the row (say the ID of the row so as to be able to provision a link for example). On EMP, this could be just:
    select empno, ename
      from emp2) Change some the report attributes for this report:
    - Specify a report template of 'template: xx. One Column Unordered List'.
    - Hide the empno column by unchecking 'Show' in the column attributes.
    - Other properties to suit your needs.
    3) If you wish your list item to be a link, then just edit it's link properties available in the edit column attribute page.
    Hope it helps.
    Anthony.

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

  • CRM BP - Dynamic Navigation

    Hello,
    We have some problems with the crm business package and more specific with the dynamic navigation.
    All iviews and pages of the bp are appearing in the detailed navigation area. After some research I found out this has to do with the dynamic navigation. The iviews and pages delivered with the bp all have themselves assigned to their own dynamic navigation. So if you open an iview, the iview also will open in the dynamic navigation.
    Does anyone know why this is done and how I can resolve this issue?
    Tnx and Regards,
    Christophe

    It seems I was wrong. The dynamic navigation is refering to the quick create iview and if I change the isolation method of that iview from embedded to URL everything is working fine.
    Regards,
    Christophe

  • Why the hyperlink's text change position when the website is online?

    Why the hyperlink's text change position when the website is online?

    Are these hyperlinks in the navigation menu or the text of the site?
    Are you using a web safe font?
    http://www.iwebformusicians.com/iWeb/Fonts-Colors.html
    Can you publish the URL to a page of the site?

Maybe you are looking for

  • What are the UI components used in oracle adf?

    what are the UI components used in oracle adf?

  • Can we deletete the eps/in directory after the upgrade

    Gurus ,   we are in the process of upgrading our support packages through SAINT . we are using ECC6.0 version on Oracle AIX 64 bit . hence for applying all the add-ons we load it from front end to \eps\in directory via SAINT  . But my doubt is , - ca

  • JText Area( mixing colors and fonts)

    Hi, I`m trying to implement a JTextArea that allows the user to type away quite happilly in a default font and color, but if needed they can click a button, and then when they resume typing it will display the new text in a different font and color.

  • Photo storage issue

    I recently purchased a LaCie Rugged hard disk in order to store photos and free up space on my 2009 MBP and a new 11" Air.  I was told that it could be used with both computers.  However, neither of the cables provided will work with the Air.  Is the

  • Can not download or delete adobe XI(11.0.03)

    can not download or delete adobe XI(11.0.03)