Cannot click on steps in RoadMap UI Element

Hello experts,
Is it possible to select a particular step on the RoadMap UI element, by clicking on it?
The idea is to be able to click on a step and be able to navigate to the content of that step directly instead of clicking through Prev/Next.
I do not see an "OnClick" event on a Step wherein I can create a handler. I am on NW 7.0 SPS15
Regards,
Puja

Hi Puja,
I guess you are takling about the step being highlighted with some different color when the user selects the step . if it is so then there is definatly an option for highliting the step with a color when you click on it .  Let me expalin you a very simple example by which you can understand iit more clearly.
Step 1. You create a steps for instance (3)(step1, step2, step3). so here when i try clicking it on each step 3 different compeonents needs to be called wiht the step being highlighted.
Step2:Create a node in the context say Roadmap (0:1) cardinality and attributes as (set_step(property as string) (set_next (wdy_boolean) set_previous (wdy_boolean).
Step2. In compoent controller of your component create 3 methods hope u are already aware of this.
set_step( ),  Set_next( ), Set_previous( ). and in attributes of component controller "Navigate" and in importing values giv 'Target'. whcih will capture the the target when we click on the steps.
Step3: create inbound plugs and method Onselect.
hope you know the procees to be done futher.
Note: if you are not able to get the step as highlighted plz chekc  in the method set_step wether the step values are  being passed correctly if no then pass the value of step properly then i am sure that it will higlight the step when u click on it .
if you want the code for the above senario will surely send it to u .
GoodLuck!.
Regards,
Sana.

Similar Messages

  • Personalization of Roadmap steps in Roadmap UI element

    Hi All,
    I want to know of if it is possible to hide/unhide the Raodmap steps in the Roadmap UI element at runtime. When I do ctrl + right click, the entire roadmap is hidden.
    Thanks,
    Pooja

    HI Pooja,
    for personalizing i hope this would help u better :
    Changing the position and visibility of  UI elements – for example, for fields and tables.
    · Adding or changing additional interface information – for example changing the button text or adding quick infos.
    · Role-specific changing of interface labels.
    · UI element roadmap: Removing individual, unneeded process steps.
    · Statically changing individual field attributes.
    · Changing the alignment of individual UI elements – for example, line starting point, align right, centered alignment.
    · Wider selection of fonts and colors for the interface layout
    Hope this might help u.
    For further ref check on to this link:
    http://help.sap.com/saphelp_erp2005/helpdata/en/11/01754276e4c153e10000000a1550b0/frameset.htm
    Regards,
    Nagarajan.

  • Complete steps of RoadMap UI element in webdynpro

    hi all,
         Can some one tell me the complete steps of how to implement RoadMap UI element in webdynpro.
    Thanks in advance.

    Hi Amol
    I need help in implementing RoadMap.
    My code is as follows:
      public void onActionStep1(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionStep1(ServerEvent)
    final String stepId = wdContext.currentContextElement().getStepSelected();
    wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+wdContext.currentContextElement().getStepSelected());
    wdComponentAPI.getMessageManager().reportSuccess("stepId ---> "+stepId);
      if ("Steps1".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 1");
      else if ("Steps2".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 2");
      }else if("Steps3".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 3");
      }else if("Steps4".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 4");
      }else if("Steps5".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 5");
        //@@end
    StepSelected is a context attribute of type String.
    RoadMap.selectedStep is binded with StepSelected
    RoadMap.onSelect event with the action Step1
    But i'm not able to display msg on selecting the step.
    The above code is from the following link:
    RoadMap!!
    9

  • Roadmap UI element in webdynpro java

    Hi,
    Can you please tell the steps, for how to use ROAD MAP UI ELEMENT in webdynpro java
    Regards,
    Boots

    use this
    http://help.sap.com/saphelp_nw04s/helpdata/en/11/01754276e4c153e10000000a1550b0/frameset.htm
    Complete steps of RoadMap UI element in webdynpro
    Complete steps of RoadMap UI element in webdynpro

  • Roadmap Ui element

    hai ,
    I have an requirement where in to use the roadmao ui element.
    I have 3 screens and i need to use the road map in the 3 screens.
    if it is in the first screen first box in the roadmap shub be highlighted and same with 2nd and 3rd page.
    can anyone guide me with what node i need to declare in the context and if any programming is required ,help me with some logic.
    It is urgent,plz help ASAP.
    REGARDS,
    MADHU

    Hi madhu,
    Have a look at this blog.It explains step by step.
    /people/david.halitsky/blog/2006/09/29/sap-ui-element-metadata-gold-or-fools-gold-part-3-of-dynamic-roadmap-tutorial
    also refer this thread.It is already discussed here
    Complete steps of RoadMap UI element in webdynpro
    Regards,
    sharadha

  • Cannot click in search mail and people field using Office 365

    As of this week, four of the users in our school have reported that they cannot click within the search mail field using Office 365. Happens on Macs running 10.8 and 10.9 when using Firefox version 28. When they try using Google Chrome they can use the email search function.
    Is anyone else having this issue? Any ideas? I updated to the latest versions of Flash and Java same result.
    Thank you!

    Hi CT_Dave, I do know that search api can have alot of dom elements on them and that scripts on a page can be prevented from running. However, for Office 365 specifically I do not know what kind of search they have.
    You can monitor the search page by looking in the web console to see if there are any specific errors that may be causing this issue.
    In the about:config, please also make sure javascript is enabled.
    # In the address bar, type "about:config" (with no quotes), and press Enter.
    # Click "I'll be careful, I promise"
    # In the search bar, search for "javascript.enabled" (with no quotes).
    # Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
    To Re-enable JavaScript, repeat these steps.

  • Cannot click radio buttons after Windows Updates

    Hello,
    We approved the following Office updates back in December and since then, our users cannot click radio buttons in Word documents. This month, we pushed all updates stated in the following article:
    https://support.microsoft.com/en-us/kb/3025036
    We've also removed .exd files from users' computers and this still hasn't resolve our issue. This is critical for us as we use these documents across the entire organization. Please help!
    I've tested this both on Office 2013 click-to-run and Office 2010 with the same results. 2013 is the latest version and I've deleted .exd for this as well, using Fix It, script and manually.
    Update   for Microsoft Excel 2010 (KB2589348) 32-Bit Edition
    Update   for Microsoft Excel 2010 (KB2889935) 64-Bit Edition
    Update   for Microsoft Lync 2013 (KB2899507) 32-Bit Edition
    Update for Microsoft Office 2010 (KB2553140) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2589386) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2597089) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2687275) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2837602) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2883019) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2889818) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2910896) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2837654) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2881008) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2889857) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899493) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899510) 32-Bit Edition
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2899525)
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2920789)
    Update   for Microsoft Office PowerPoint 2007 (KB2597972)
    Update   for Microsoft OneDrive for Business (KB2899513) 32-Bit Edition
    Update   for Microsoft OneNote 2010 (KB2597088) 32-Bit Edition
    Update   for Microsoft Outlook 2013 (KB2899504) 32-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2878251) 64-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2880517) 32-Bit Edition
    Update   for Microsoft Visio 2013 (KB2899497) 32-Bit Edition
    Security   Update for Microsoft Excel 2010 (KB2910902) 32-Bit Edition
    Security   Update for Microsoft Office 2007 suites (KB2596927)
    Security   Update for Microsoft Office 2007 suites (KB2920790)
    Security   Update for Microsoft Office 2007 suites (KB2920792)
    Security Update for Microsoft Office 2010 (KB2553154) 32-Bit Edition
    Security   Update for Microsoft Office Excel 2007 (KB2984942)
    Security   Update for Microsoft Office Word 2007 (KB2899527)
    Security   Update for Microsoft Office Word 2007 (KB2920793)
    Security   Update for Microsoft Word 2010 (KB2899519) 32-Bit Edition

    Hi
    I have downloaded The toshiba Value added package and most of the 30 odd items have downloaded and installed but the following error messages occured
    Intel Display Driver ~~ FAILED
    AMD Display Driver ~~ FAILED
    ATI HDMI Audio Driver ~~ BAD URL
    RealTek Ausio Driver ~~ BAD URL
    Intel Wireless LAN Driver ~~ BAD URL
    Synatics Touch Pad Driver ~~ FAILED
    Toshiba Virtual Added Package ~~ BAD URL
    Toshiba System Driver ~~ BAD URL
    Toshiba Function Key ~~ BAD URL
    Toshiba ECO Utlility ~~ BAD URL
    All of the other items downloaded satisfactorily
    Can you advise me what steps to take now please as the FN key which was my original question still no longer works
    Many Thanks

  • After upgrading my iphone ios from 5.1.1 to 6.0 i cannot click on wi-fi on/off (it is not highlighted)

    after upgrading my iphone ios from 5.1.1 to 6.0 wverythings seems to work fine.
    until today i was using my wi-fi network to download an application and suddenly wi-fi tirned off and when i went to the settings i cannot click on (on/off) wi-fi)
    it is ot highlighted.
    i searched the web for answers but all answers took me to a dead end.
    now i am stuck with iphone 4s with no wi-fi which is worth nothing.
    a normal nokia with wi-fi is much better.
    any help on how to fic my issue?

    Take a look at this Apple doc -> iOS: Wi-Fi or Bluetooth settings grayed out or dim
    If those 5 steps don't fix it, the iPhone will need service.

  • Cannot install 1-Step RoboPDF NT-Driver: 126

    When trying to install RoboPDF 1-Step from the Trial.exe
    (RoboHelp) I'm getting an error during the installation.
    Like the subject says: Cannot install 1-Step RoboPDF
    NT-Driver: 126
    This is persistent. I uninstalled all of Robohelp and RoboPDF
    several times.
    My system is Windows XP SP2 with all patches.
    I'm clueless. I removed all traces of 1-Step-RoboPDF in the
    registry already to no avail.

    Welcome to the forum.
    How's your German?
    Click
    here.
    The only answer I can find is in German but hopefully someone
    can help you with that. Also Dirk Bock responded to that post on
    the German forum but he also hangs around here so perhaps he will
    see this and help you.
    Do you have admin rights on the PC to which you are trying to
    install? RH will install install without them but not work
    properly. Perhaps 1 Step will not install without those rights.
    Also, you have problems with the full version of 1 Step, then
    Customer Support will most likely upgrade you to FlashPaper which
    includes a PDF function.

  • Cannot click in Subject in webmail

    We are using GoDaddy Webmail within Mozilla v. 17.0.1. Yesterday we were unable to access the Subject line in Webmail when we are in the Compose Email box. We can tab to it but we cannot click in it as before. I have been on the phone twice today with GoDaddy support and they think it is Mozilla plugin that needs to be updated. I have updated everything I can find to update within the plugins but nothing works. Is anyone else having this problem? This issue does not occur in IE.
    Thanks!
    Darlene

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Top right hand of task bar icons keep disappearing and coming back. I cannot click on any of them as they just go. Also I cannot take screenshots any more. Macbook pro 2007 OSX Snow Leopard

    Top right hand of task bar icons keep disappearing and coming back. I cannot click on any of them as they just go. Also I cannot take screenshots any more. Macbook pro 2007 OSX Snow Leopard. Anybody any idea what is occurring?

    These Steps should resolve your issue
    Step by Step to fix your Mac
    If you don't have a backup of your data off the machine
    Most commonly used backup methods
    If you can't boot the machine and need to get data off it
    Create a data recovery/undelete external boot drive
    Your options for data recovery
    My computer is dead, is my personal data lost?
    Secure data removal
    How do I securely delete data from the machine?
    More:
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • Any example using roadmap ui element....

    Hi ,
    Please post examples which used roadmap ui elements in their design.
    Thanks
    Koti

    Hi,
    Steps to create Roadmap.
    1>Insert a child->select Roadmap
    Properties:
    StartPointDesign->selected
    2>Under that Insert RoadmapStep.
    Proeprties:
    Description:Give the name as u like:Ex:View1
    Design:Selected
    Runtime:create one attribute(setCtx_Rdmap) in the view context and set the type as:
    com.sap.ide.webdynpro.uielementdefinitions.RoadMapStepDesign
    In the code u can select the roadmap by using this code:
    wdContext.currentContextElement().setCtx_Rdmap(WDRoadMapStepDesign.SELECTED);
    name:Either u can give the numbers to identify the step.For ex:1     
    Reagrds,
    Lavanya.G

  • Space between 2 step of roadmap

    I have a roadmap composed by 2 step.
    I nedd insert a space between first and second step of roadmap like in picture
    first roadmap element    second road map element
    Help me please

    marco,
    This is not controllable, so accept defaults
    The only thing that affects space are names uses for step titles/descriptions. So try to create "verbose enough" texts to get additional space.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • When clicking on links that open in a new window, the links don't open and Firefox freezes in a way. I can navigate the page I am on but cannot click to open a new tab or bookmark.

    When navigating the internet, if I come across a web page that has a link to open a picture or program in a new window, if I click on it, it does not open. Firefox immediately looses functionality in that I cannot open a new tab with the mouse wheel, right click to open a new tab, or use my bookmarks in either the drop down or toolbar to navigate away. I can usually still navigate the page that I am on, for example, (https://loanconsolidation.ed.gov/AppEntry/apply-online/appindex.jsp), when it freezes I cannot click on any of the content at the center of the page but I can still use the links from the list on the far left. For an example of the pictures, (http://www.insect-sale.com/), if you click on "New Arrivals" at the top of the page it takes you to a list of products that can only be viewed by clicking on them. Usually a picture of the item would open in a small window but it does not and Firefox freezes. This has also happen when I try a view a degree audit on a school's website where a program would usually open in a new window. The only thing I have been able to find that still functions properly when this happens is the home page button. I can click on it or use the wheel to open it in a tab just fine, but if I try and go anywhere else I cannot. The only way I can get Firefox back to normal is to use the Task Manager and end the process. Another thing I have noticed, that may or may not be related; is that my Norton Internet Security toolbar, that should show up below the bookmarks toolbar and above the tabs, only shows up about 1 out of every 10 times I open Firefox. Some days it doesn't show up at all. If it does show up and I log into Identity Safe, the autofill for the programed website works, even if the toolbar doesn't show up the next time I open Firefox.

    Go to Tools->Options->Apps
    Here you should see two columns: Content Type on the left, Actions on the right.
    Find and select excel spreadsheet or any other content type in the left column. There should be a corresponding action in the right column. What is it? You can use the drop-down list to select the option you want:
    Always Ask - Firefox will ask each time: What do you want to do with this file?
    Save file - Firefox will save this file to your computer
    Use - Firefox will give this file to the program to open it
    In case of saving, Firefox will either prompt you every time where you want the file to be saved, or save it to the default location. It depends on the preference in
    Tools->Options->General->Download

  • I am getting frequent lock-ups and blue screens during boot up. The lock ups occur during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button. Ideas?

    I am getting frequent lock-ups and blue screens during boot up on my Mac Pro.  The lock- ups occur sometimes during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button.
    I had the Mac Defender malware and I have used apple jack but still having issues.

    I am getting frequent lock-ups and blue screens during boot up on my Mac Pro.  The lock- ups occur sometimes during normal use and I cannot click anything or force quit. The cursor shows something is loading, but never stops. I have to use power button.
    I had the Mac Defender malware and I have used apple jack but still having issues.

Maybe you are looking for