Dynamic Navigation link dyntotab_10fromMainWindow  not defined

Hi,
I am trying to logon to a business role and i get a message to define the navigation link dyntotab_10fromMainWindow . While debugging, i found out that the link is generted at runtime. Please help me how to define a target for the link. PFB the text if the error displayed.
Error Processing Navigation Entries
An exception has occurred Exception Class  CX_BSP_WD_INCORRECT_IMPLEMENT - Define NavigationalLink dyntotab_10fromMainWindow for source view MainWindow. 
Program:  SAPMHTTP 
Include: 
Here the error is raised in the MainWindow of componnet crmcmp_bpident.
Any pointers would be highly appreciated.
Regards,
Radhika

Hi,
This issue comes up if the system is upgraded to CRM 6.0. The event handler onmanipulation in the runtime repository of the bsp component CRMCMP_BPIDENT is modified by SAP in the 7.0 version and if the component CRMCMP_BPIDENT was enhanced in 6.0 and if then, during upgrade, the custom version of the application is retained, the method onmanipulation in the runtime repository is not updated with the SAP standard code. To resolve this issue, retrieve the SAP standard code and the exception would not come.
Regards,
Radhika

Similar Messages

  • Dynamic drill link is not working when i substitute some parameters in Plus

    Hi Gurus,
    Dynamic drill link is not working when i substitute some parameters in Discoverer plus(Tools--->Manage Links--->Edit links--->Parameters options), when i substitute some parameters it working when i click on drill value the link is popping up to go another worksheet.For some parameters link is not popping up. Could you please give any ideas.
    Thanks & Regards
    Vikram

    Hi Vikram
    Oh gosh, me and my big mouth!
    Patch 5381032 has two references to issues with links. You might want to discuss your scenario with Oracle and ask them if this patch would resolve your issue.
    Another solution would be to upgrade to 10.1.2.2 (available as a patch on MetaLink) which has most of the fixes from all of the patches applied. Again I would advise you speak with Oracle Support as they are the only one who can actually confirm whether this particular issue was fixed in this release.
    Are you by any chance seeing zero numbers display as 00 and are you seeing any graying out of icons? If so, then patch 5345595 (sometimes referred to as 5345528) fixes this and is a good patch to apply if you haven't already done so.
    All of these patches require a password which can only be obtained from Oracle by raising a service request to Support and stating the issues that you have.
    Hope this helps
    Regards
    Michael

  • Why my navigational link is not working?

    Hello
    I am a newbie and in the process of creating my first website.  My problem is navigation links.
    I created a horizontal navigational link using Spry.  I've already written the link address for each tab navigation.  But when I view my web page using "Live View" and or press F12 or Ctrl F12 (IE and Firefox)
    the link will only work on the first clicked tab.  Clicking the subsequent tabs would not work.
    I tried to test a simple link by typing 5 words and linking them to 5 files accordingly.  The same result, that it will only work on the first clicked word and would not work subsequently.
    Please help and thank you in advance.

    If you haven't already, you'll need to procure space on a remote web server from a commercial hosting company.  When you've got the log-in details from your host, plug that info into Dreamweaver.
    See Setting Up Local & Remote site folders (CS5 & CS5.5)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Upload your test page & dependant files to your remote server. 
    Come back here and post the URL to your problem page. 
    When your question is answered, you may remove the files from your remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Help ! web page navigation links are not broken but do not show up when viewing on browser

    multiple page website in progress, links checked site wide; none broken...linked all pages relative to: Site Root.When opening content file and index.html file on my desktop only the background color appears. What have I overlooked?

    Nancy O, since you were kind enough to respond I thought that I would ask you for more help.  I took your suggestion and also went to the Adobe  DW help / preview pages section this is what I found:
    Note:  Content linked with a site root-relative path does not appear when you preview documents in a local browser unless you specify a testing server, or select the Preview Using Temporary File option in Edit > Preferences > Preview In Browser. This is because browsers don’t recognize site roots—servers do.
    Nancy O  I linked the 12 pages together as Site Root-Relative and I do as you said to no avail.   Since this website does not have a domain name (yet);   is it possible that I may have to relink all as Document-Relative? and if so is there a faster way than manually switching one by one ( it's over 270 links)    Thank you again for your help.

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • WDA dynamic navigation

    Hello everyone
    I am currently creating a componet for displaying detailed information for diffentent plants.
    On the leftside i have an ALV-List of different plants and right an Info-Component displaying detailed information for the selected plant. The Info-Component contains a Tab-Strip which is dynamicly created in dependence of the selected plant.
    I have many different Info-Item-Components (basic_data, measurements, packing_details, addition_notes, etc.) which all implement the same Interface (all of them are Info_Items) and a customizing that defines which of these components are relevant for a specific plant.
    If a plant is selected, my Info-Component determines the relevant Info-Item-Components for the plant, creates component usages for the Info-Item-Components and creates a Tab with a view-Container for each ComponentUsage. If there are no InfoItems defined for a Plant a default Tab ist displayed.
    Examle:
    Plant A selected -> Tab_Strip with 2 Tabs which contain the components (basic_data and measurements);
    Plant B selected -> Tab Strip shows only one Tab (packingdetails)
    Plant C selected -> Tab_Strip with 4 Tabs which contain the components (basic_data, measurements,  packing_details, ...)
    My problem is the following:
    The Interfacecontroller of my Info-Component has a method init_for_plan, in which i determine all relevant InfoItems for the plant and create the component usages.
    The WDDOMODYFIEVIEW-Method of the only view (V_MAIN) creates the corresponding tabs and view_container of the tabstrip and prepares the dynamic navigation links to the embedded components.
    But I can't navigate along the created navigation links in the WDDOMODYFIYVIEW (Link: [WDA Phasemodel|http://help.sap.com/saphelp_nwpi71/helpdata/de/49/b8c706c7c26d7ce10000000a421937/content.htm]) and i can't do the navigation in the Componentcontroller because there i can't get a to the necessary controller; also navigation after WDDOMODYFIYVIEW is not possible, is it?(WDDOPOSTPROCESSING)
    Where do I have to embed the dynamicly created component useages into there corresponding view_containers to display them correctly?
    Kind regards
    Markus

    When you click on Plant,
    As there is a default tab already avaiable, in the WDOINIT of view or before Modifyview create the component usage of the componet that needs to be displayed in 1st/default tab and fire the plug. also create teh number of tabs required in modiyfview when 1st component is embdedded.
    In the TAB click event, embded the respective component (do_dynamic_navigation ) and fire the plug in tab click event.

  • 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

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

  • Navigation link disappear in IE but appear in Firefox

    Hi, I'm a Mac newbie. I created my first website using iWeb'09 and save it on local disk. It's look and run nicely in Firefox on both Mac and PC. However, when viewed in Explorer on PC, the navigation link did not appear. In IE, when I clicked the index file, I got a message to allow running of ActiveX control -- I clicked yes to allow, but still no navigation link appear. Please help...
    Karim

    Although I didn't receive any response on this question but I have finally solved this problem (it seem that Apple has no moderator for this forum -- strange!). What I did was to turn off "display navigation link" under page inspector. I have to do this on every page. Then I made the menu using a text box and link the pages. I hope this would help for those facing the same problem.

  • Dynamic Navigation and ALV

    Hello Masters,
        In my WebDynpro Abap program, I have Main view, Menu view and Display view. In Display view ALV is used to show the data. In normal navigation scenario, when a menu item is clicked, the Display is getting populated with the data into the ALV. But when i use dynamic navigation i can not see the ALV, i can see all other controls displayed on the View.
    I am using do_dynamic_navigation, Any settings needed to get the ALV visible in my View.
    Thanks in advance.
    Murty.

    Hi Murty,
    I'm not sure why you don't it work for you, as it is working fine for me.
    Check this code and confirm that are you missing anything in the dynamic navigation method.
    data:
        l_api_main type ref to if_wd_view_controller.
      data: target_component_name type string,
            target_view_name      type string,
            source_plug_name      type string.
          target_view_name      = 'LOCAL_TEST'.
          source_plug_name      = 'OUT_PLUG6'.
      l_api_main = wd_this->wd_get_api( ).
        try.
            l_api_main->do_dynamic_navigation(
                source_window_name        = 'MAIN'
                source_vusage_name        = 'MAIN_VIEW_USAGE_1'
                source_plug_name          = source_plug_name
                target_view_name          = target_view_name
                target_plug_name          = 'DEFAULT'
                target_embedding_position = 'MAIN_VIEW/VIEW_CONTAINER').
    Hope this will help you.
    Regard
    Manoj Kumar

  • How to create navigation link between windows?

    Hi experts,
    I have two windows under which there are several views. Now I want to make navigations (inbound/outbound plug) between these view which belong to their own windows. It seems that the navigation link can not be created directly on the navigation modeler. So how to reach that?
    Thanks in advance!

    Hi,
    Then its not possible.
    Why not use a view container UI element and make this visible based on your requirement?
    Regards
    Ayyapparaj

  • Uix form navigation links

    At the bottom of a uix form, the global buttons and tabs are replicated as navigation links.
    How can i remove these navigation links
    thanks
    darryl

    It is obviously possible to remove them because when i extend the pagelayout to use the minimal look and feel the navigation links are not there. However this changes to complete look and feel to the page. What i am after is how can i extend the pagelayout to remove these links.

  • The PageDirective script does not define the findServerBehaviors function

    We run 2 servers at work and both have sites with legacy ASP.
    We just upgraded to DW CS3 and now I get this error message when I
    make a new ASP VBScript page:
    quote:
    The PageDirective script does not define the
    findServerBehaviors function
    Any ideas why it would be throwing this message? It even does
    this with the default asp page code

    It just keeps coming...
    The Dynamic Checkbox script does not define the findServerBehaviors function.
    The Dynamic Radio script does not define the findServerBehaviors function.
    The MoveToFirst Record script does not define the findServerBehaviors function.
    While executing findServerBehaviors in DynamicData.htm a JavaScript error occurred.
    ... and numerous other errors: fill in the blank: "________ script does not define the findServerBehaviors function."
    Configuration file issue, maybe?

  • 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

  • DTN-dynamic height of the navigation panel is not increasing

    Hi All,
    I'm having an issue in DTN panel.As the Dynamic Navigation Tree increases the visibility of links diminishes.
    I tried increasing the height of DTN panel in theme editor but it is not helping the cause.
    Ex:
    Parent1
       link 1
       link2
       link3
    Parent2
      link1
      link2
      link3
    Parent3
      link1
      link2
    In the above example when all the "parents" are expanded then the links under Parent3 are not properly visible.
    Please help me out in this issue.
    Thanks,
    Pradeep

    Hi,
    Was the custom detailed level navigation working earlier in terms of the expected height adjustment with clear visibility of child nodes?
    If not, suggest you to see if following things might work for you.
    1. Revert the Height property changes on custom DLN and make them similar to the Standard DLN.
    2. Verify the Custom DLN CSS used. Because it's the CSS that would be majorly controlling the styling and visualization of the UI elements on the DLN iView. And this should be place to see why the child nodes are shown in diminished size when parent nodes are expanded.
    Hope this helps.
    Thanks,
    Swapna Priya.

Maybe you are looking for

  • Why the row dosen't work if there are several style of paragraph in the new version?

    Hello. In the new version of Numbers (Version 3.1 - 27 january 2014), I have a problem with the row. When i want the row on the right like this : "exemple: write something for exemple." - it's work. but when it's like this : "exemple: write something

  • Apple Remote Desktop not connecting

    I have set up new iMac with OSX.8.3 and released the remote administration as I did before on many other devices. In the Apple Remote Desktop window I can see the computer and it presents itself as any other computer also, to which I have access to (

  • Troubleshooting Illustrator

    Hey all, I don't know if this is the right forum but I'll give it a shot. I have the Adobe Creative Suite 5 Master Collection, which has Illustrator CS5 in it. Now, when I run the program, while it's loading it states " Adobe Illustrator CS5 Tryout".

  • Serious Connection Problems

    Okay, I have posted this a couple of times and sort of got helped but its not enough, I really want to solve the problem because the solution only kind of helps. My problem is that my mac will not access certain websites. There appears to be no rhyme

  • JAXB Messing up my XML Signatures

    I have a requirement to sign an XML message. Currently our schemas (being ISO20022) have to have the XML signature located in a particular part of the message even though the signature is based on an XPath elsewhere in the message: (Ignore the fact t