Help on Road Map

Hi
My requirement is simple. I have 3 Views. I navigate from View 1-2-3. Now I want the Road map to show in which step i am currently and also must allow the user to navigate freely among these three views by clicking on the Road map Steps. But internally , navigation works by plugs. I got this clear by reading other posts.
Now I started creating one and I am not able to even view a road map on my scree. I created 3 steps under a Road Map UI and gave the description and name for each steps. I made step 1 to be highlighted in View 1. Where could I have gone wrong ?
Regards,
Murali.

Oh Sirjee. That was a right guess. I put it inside a container, and hence it could not show it properly.
Now I am able to Navigate from View 1 to View 2 and the selected Yellow box also changes accordingly. I have manually at design time set these values.
I have one More question, Can I have the user click on the boxes to go to a particular step. Is it possible ? Or else should I have seperate buttons that contol the navigation ?
Thanks a lot.
Regards,
Murali.

Similar Messages

  • Road map for HRMS consultant for new oracle guy, please help

    road map for Oracle HRMS consultant for new oracle guy, please help

    Hi,
    If you go through the Oracle sites you will come to know that HRMS Suite has various modules like Core HR, SSHR, Performance Management, Learning Management, iRecruitment, Compensation workbench, Absence Management, Payroll, Advanced Benefits etc.
    You will have to start with understanding the Core HR concepts which is the base of the entire HRMS suite where you define the core structures like Organizations, Job, Position, Grade, Costing, Hierarchies, Employee data etc and which forms the base of the other modules.
    Post you are done with Core HR you can start understanding the Self Service functionality and Approval Management Engine.
    If you are clear with these two modules, then you can pick any other module as per your Job requirement demands.
    You can do this all if you have an instance to access where you can do hands-on. In absence of which learning will be not be easy. On apps2fusion site which I have already mentioned you can view the training calendar and check for any relevant courses if you want to under go training as the quality of training is very good.
    Training is not a mandate and you can learn it without training also if you have the dedication and time by understand each and every action which you are performing in application and the impact of it.
    Hope it helps.
    Thanks,
    Sanjay

  • How to set the color for road map steps

    hi all,
    my requirement is like ,whenever i select my step in a roadmap it has to be set in yellow color and others has to be in default color.
    thanks,
    Siva.

    Hi......
    Its Very Simple......
    Create an action for the road map.
    for example..... if you have three step in it....
    by default the first step will be in active only...
    ie., Yellow colour
    if you click the second step and it should be active means.... if you have to create a event....in the property of the Roadmap
    Create the on action select event....
    in that event.....
    try to use this code.... based on your scenario.....
    set context data
        DATA: road_node TYPE REF TO if_wd_context_node,
              road_data TYPE if_componentcontroller=>element_roadmap.
        road_node = wd_context->get_child_node( 'ROADMAP' ).
        road_data-step = step.
        IF step = 'CHOOSE'.
          road_data-prev_enabled = abap_false.
        ELSE.
          road_data-prev_enabled = abap_true.
        ENDIF.
        IF step = 'END'.
          road_data-next_enabled = abap_false.
        ELSE.
          road_data-next_enabled = abap_true.
        ENDIF.
        road_node->set_static_attributes( road_data ).
    navigation
        wd_this->fire_navigate_evt( step ).
    Hope this will help you
    Thanks & reagrds
    Raja

  • Solman Road Map Issue

    Good Day,
    I have created the new Roadmap using the RMDEF/RMAUTH  and i want to use that Roadmap in one of my Projects in Solution Manager.I have selected the Same Roadmap in Scope of the Project in (Project Administration),But the Structure or Hierarchy which i Created in Roadmap is not showing in the Project.
    Can someone help me with that or if you guys can tell me how to Upload the New Road map in Solman Correctly.
    Thanks and waiting for a Positive Response.

    Hi
    If you are talking about creation of structure in solar01 then it has to be done in solar01 only via the Structure tab
    If  you press F4 and choose the Business Process Repository and you can select all the Business Scenario like Procure to Pay etc which are to be used in you project here
    for non sap scenario directly edit or write it ant then save.
    you can check below link
    https://websmp103.sap-ag.de/~sapdownload/011000358700000478762009E/HowToCreateConfGuide.pdf
    Hope it clarifies your doubt
    Regards
    Prakhar

  • What is the road map to start XI

    HI Frnds,
    Me previously worked on Datawarehousing.Datastage(ETL tool).Now I shifted to XI 4months back.In my company they given a warm up training on XI and some basic scenarios.Now they directly kept me at one interface(project).Ok Iam doing good there.
    But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant. And am I want to learn SAP functional to stay at SAP for long run.
    So what are the things I have to learn and what are the essentials to be need to stay in SAP XI space for long run?

    hi,
    <i>But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant</i>
    You need to know all of these to become an XI consultatnt in a true sense.
    If you ask me , the best way would be to begin by understanding XI architecutre, and then moving on to simple FILE to File scenarios, and then a few complicated ones. After getting a grasp of how XI works, maybe you can visit SLD concepts and understand internally what is happening in XI.
    Meanwhile,Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    Regards,
    Bhavesh

  • ESOA Road map

    our's is a chemical/oil company. it's business process IT landscape runs on SAP 60 Percent and other 40 percent on .net, j2ee and other web applications. we have made siginificant amount of investments in their non-sap IT infrastructure like
    their present day-to day HR day to day activities ,ESS and MSS runs on .net applications.
    As part of their streamlining current IT investment our company is preparing a roadmap to adapt ESOA.
    First we have set a road map to upgrade to ECC 6.0 so that we can enjoy the fruits of ESOA and NetWeaver
    next we are thinking to go for Enterprise portal EP 7.0 so that we can integrate our HR process into that
    rather having them on .net applications and maintain single application.
    As a part of our next part in the road map we are trying to implement PI 7.0/PI 7.1 to remove our
    dependency on many Interfaces.
    As a Part of our road map we are trying to go for MDM implementation where in we have duplicate data
    in many legacy systems and sap, so that we can have central master data repository.
    I am unable to understand from the above road map where we discuss ESOA road map, but all the solutions are netWeaver
    Technologies and why does  ESOA come into picture(ESOA stategy Road map ) . next thing in times of this global recession how our company can synergise with new technolgies and cope
    up with ripping  plugging and removing the current investment and infuse new investment with other user licenses which is big burden.
    We are going to acquire some over seas acquistions How ESOA can help us in integrating the acquired company IT landscape into our existing IT landscape?.
    How SAP ESOA can address the problems of Economic Recession and downtrun in companies
    through efficient IT management and setting effective roadmap for IT infrastructure and through ESOA strategy roadmap ?
    Don't give any links please i have read a lot.

    Hi
    pls refer the link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/403ada50-6213-2b10-a4b1-96635f43dee9
    it wud b useful

  • Animating a road map of our trip using CS5

    I would really appreciate help on this subject. I have a road map and want to show an animated line of the roads we travelled. I have tried using PS, where I opened the map, created a new layer, drew in the first part of our trip in red, saved that as a jpg file. Created a second new layer, then using a wider brush, in black, and using the FADE option, carefully traced over the red line, at the end of which the wider black line had faded to white. I then deleted the map and the red line layers,and saved the faded line only as a bmp file.
    Next I placed the map, then the red lined map side by side onto the timeline of my video in Premiere Pro. I then used the gradient wipe effect to place between these two maps, opened the bmp file, as instructed, then stretched the left and right end of the transition to cover the 2 jpg maps on the timeline. So far I have tried a combination of all of this about 500 times and am about to give up. I can get an animation of sorts, but nothing like the moving snake like line that I want. Also, I have read Mr Hunt's advice, and may resort to placing a PSD Layer over a map, however, I have seen how the moving route line works and it is most effective but almost impossible for me to achieve. I am looking foreward to your views. Thank you.

    I promise you that this is best done in After Effects using the pen tool to draw a path along the road. Everything you need comes standard in AE... no plugins.
    http://www.monologue.gr/tutorials/an-animated-arrow-tutorial-to-rule-them-all/
    ^^^ This tutorial is so easy to follow, anyone can do it in just minutes. You can skip the arrowhead bit and just make the line follow the road, and it's even easier. I take this technique a step further and color the line/arrowhead with keystrokes so that I can animate arrows showing airflow through equipment that change color from red to blue and back to red, indicating the temperature of the air as it moves through the system.
    After Effects can be an intimidating program, but give it a shot. You'll love the result.

  • Creation of an application which displays four Road map steps in vertical

    Hi all,
    I need to create an application which contains four Road map steps for example step1 -> step2 -> step3 -> step4
    , but in vertical order. can i know the perfect UI elements which are req to be used for the creation.
    thanks in advance.......

    [RoadMap UI|http://help.sap.com/saphelp_nw04/helpdata/en/55/9abe6671d0d64fba6c91e6ea9e1185/content.htm]
    [RoadMap API|http://help.sap.com/javadocs/NW04/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRoadMap.html]
    I think vertical orientation is not supported.
    nikhil

  • Master Data Governance - Relase / Road Map

    Hi,
    I wanted to know if any one have link for Relase Notes and Road Map of MDG.
    I have seen latest blog on SDN but not yet found the case study / roadmap

    Hi,
    Not sure if you know the below MDG page on sdn. most of the information is available on this...
    [http://help.sap.com/erp2005_ehp_05/helpdata/en/7c/a94fabb8274d738d994c2bc1c4cf7a/frameset.htm]
    Also keep eye on [MDM Vs MDG;
    Cheers,
    Rc

  • UI elements: Road map & bread crumbs - what is the dif?

    Hi,
    What is the difference between Road map & bread crumbs and when to use what?
    Thanks,
    Itay

    Hi Italy,
    Go through the follwing links:
    [RoadMap|http://help.sap.com/saphelp_nw04s/helpdata/en/03/ac884118aa1709e10000000a155106/content.htm]
    [BreadCrumb|http://help.sap.com/saphelp_nw70/helpdata/en/0e/ab884118aa1709e10000000a155106/content.htm]
    Hope this helps.
    Regards,
    Abhinav

  • ESS FPM: To achieve a particular Road Map Pattern

    Hi,
    We require to achieve below mentioned functionality for one of the Custom Developed Web Dynpro objects.
    Functionality to be achieved
    Using EP 7.00 feature; wherein Roadmap is designed on EP side using FPM Application and FPM Views and Web Dynpro DC contains only Fc and Vc components (there is no Cc component on WD side); we need to get below road map behavior for the custom developed application u2013
    Custom developed Application has:
    (1) 4 steps - OVERVIEW, EDIT, REVIEW and SAVE, CONFIRMATION.
    (2) Overview screen has got 3 buttons u2013 BTN1, BTN2 and BTN3
    (3) Navigation requirement is u2013 when BTN1 is clicked, control should go to REVIEW and SAVE screen from OVERVIEW screen and then is BACK button is clicked (on Review and Save screen) control should come back to OVERVIEW screen from REVIEW and SAVE screen if BTN1 is clicked.
    If BTN2 or BTN3 is clicked, control should go to EDIT screen from OVERVIEW screen and follow normal path as EDIT à REVIEW and SAVE à CONFIRMATION and the same way if BACK button is clicked on REVIEW and SAVE control should come back to EDIT screen, here again if BACK button is clicked control should go back to OVERVIEW screen.
    So in short it should be u2013
    BTN1 clicked
    OVERVIEW ---> REVIEW and SAVE ---> CONFIRMATION
    OVERVIEW <--(BACK button)--REVIEW and SAVE
    BTN2 or BTN3 clicked
    OVERVIEW ---> EDIT ---> REVIEW and SAVE ---> CONFIRMATION
    OVERVIEW <--(BACK button)EDIT <(BACK button)--REVIEW and SAVE
    All the above behavior should be satisfied using FPM road map.
    Thanks,
    Mahesh.

    I had a similar issue where my authentication was happening in 'login.do'. To solve this issue, In my filter, I checked if the request uri was 'login.do'. I tested it and it works. Hope this helps!
    public class AuthorizationFilter implements Filter {
      private FilterConfig config = null;
      public void init(FilterConfig config) throws ServletException {}
      public void doFilter(ServletRequest servReq, ServletResponse servRes,
              FilterChain chain) throws IOException, ServletException {
          HttpServletRequest httpReq = (HttpServletRequest) servReq;
          if (httpReq.getSession().getAttribute("userinfo") == null) {
               if (httpReq.getRequestURI().endsWith("login.do")) {
                    chain.doFilter(servReq, servRes); 
               } else {
                    config.getServletContext().getRequestDispatcher("/login.jsp").forward(servReq, servRes);
          } else {
               chain.doFilter(servReq, servRes);
      public void destroy() {}
    }

  • Difference between ROAD MAP and FPM Technic

    Hi,
    I need to develop a web dynpro java application using floor plan manager technique. It should be integrated in the ESS.
    Please let me know if i develop the same application in webdynpro abap using ROAD MAP control whether it will integrate in ESS or not.
    In case If it sinks let me know  what are the functionalities that  differ.
    Thanks,
    Hasini.

    Road map technique and Floor Plan Manager Technique, both are different.
    The FloorPlan Manager is a tool for constructing WD applications with a similar layout and user interface.
    The OIF and the Guided Activity Floorplan (GAF) are the types of FPM.
    Editing of a single business object is done by OIF and  allows the nesting of header and item details. The GAF, uses a road map  technique for the step by step activity to be performed.
    The FloorPlan Manager is very powerful because it can be configured using component and application configuration - allowing you to plug in different UI Building Blocks (UIBB) as Web Dynpro Components or Views. The robust nature of the FPM is becasue of the Consistency between applications provided by it.
    The Road Map is  a UI element in WD used to create your own custom applications.
    Pls refer to this link to have more idea -
    https://wiki.sdn.sap.com/wiki/display/Community/BringitallTogetherwithFPM%28FloorplanManager%29forWebDynpro+ABAP
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • Road Map Step Label Changes Issue

    Hi Gurus,
    I am working for ESS business package. I have changes FPM application to read Edit as "Display" for Road map step. I have tested it and transported it to test system.
    The changes were working fine till yesterday; today when i tries to test the application the road map step is reverted back to read as Edit not Display. I do not find any one changed the FPM application.
    what would be the reason.
    my observations are like; I had some changes in some component and deployed it and have transported NWDI transports to Test system. i suspect this transports have changed the FPM application.
    Please suggest me on this issue,.
    Points will be awarded..
    Thanks
    Srikanth

    Hi Srikanth,
    the short answer
    You modified the FPM application from within the portal, using the Self-Service Administrator portal role, right? The point is that this content is also contained in the SAP_ESS SC in NWDI. It's contained in all those cfg DCs you see. They basically contain a (zip)archive that contains other (zip)archives that contain different XML files that eventually describe the FPM application. So what happened is that you modified the FPM application at runtime, but your changes were overwritten when the cfg DC was deployed afterwards.
    the details... and the questions...
    Concerning those cfg DCs. They're a very specific type of DC. The type is "Enterprise Portal" and the subtype is "Portal Content". In NWDS, this is described in the following XML file: C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.ide.eclipse.component.provider_2.0.0\componentTypes.xml When I was using NWDS 7.0 SP12, this particular type of DC was not visible (if I remember it correctly), i.e. I could not create a new DC of this type. NWDS SP12 also didn't contain the necessary plugin, com.sap.portal.pcd.ide.eclipse.nwdi.ui.NewPortalContentWizard, as described in the same XML file (or at least I couldn't find it). Since I installed NWDS SP14, the plugin is present and I can create this type of DC myself. But that doesn't help me that much, since the wizard just creates some empty DC and I don't have a clue how to populate it with the content of the FPM application. Unfortunately I also don't have a clue about how to modify the existing cfg DCs in SAP_ESS.
    BTW, the change you made, a small textual change, is relatively easy to do: unzip the archive(s) in the cfg DC, modify the text in one of the XML files (for some reason the translation of the roadmap steps are present 4 times, if my memory doesn't fail on me) and zip everything again. This works fine for me.
    the $1 million question...
    Obviously, what I really like to know: how to modify the FPM applications on the portal using the Self-Service Administrator role (that's easy) and export it to a suitable archive that can be imported in the (SAP_ESS) cfg DCs? As long as this is not possible, meaning I don't have a clue how to do it, I'm forced to deploy the modified FPM applications, which I exported as an epa file, after each NWDI transport. And this is not very practical...
    I hope my (probably a bit too complex) explanation makes any sense.
    If someone else knows more about this subject or how to deal with it, please let us know. tnx!
    Kind regards,
    /Sigiswald
    Edited by: Sigiswald MADOU on May 23, 2008 2:30 AM
    I posted the same question in the NWDI forum: (ESS) FPM applications, cfg DCs & Enterprise Portal / Portal Content DC

  • FPM road map  step name translation

    Hi everyone,
    I have an FPM application with some steps, and I'd like to translate the name of the step.
    I opened the FPM Application in the Portal's Self-Service Administration, I can see the Road Map Definition, but I don't know how can 'I translate the Description field.
    Please help.
    The solution is here:
    /people/soledad.alvaradoganzhorn/blog/2004/09/13/8-short-steps-2-tools-translated-traducido-traduit-uumlbersetzt
    Thanks
    N.
    Edited by: ngastanek on Mar 21, 2011 4:28 PM

    THe solution is here:
    /people/soledad.alvaradoganzhorn/blog/2004/09/13/8-short-steps-2-tools-translated-traducido-traduit-uumlbersetzt

  • Disabling the Sub Road map steps in web dynpro abap

    Hello Experts,
    I am using Floor Plan Manager for Road map(FPM_GAF_COMPONENT).
    I have 5 main road map steps of which the second one has 3 ( 2.1, 2.2 , 2.3 ) sub road map steps.
    I have a requirement of enabling only the sub road map step in which we are presently in.
    The other sub road map steps should be disabled.
    Like if i am in 2.2  then 2.1 and 2.3 should be disabled.
    I have solved this issue for main road map steps but unable to find a way for doing the same with Sub Road map steps.
    Please help me out in this.
    Thanks in Advance,
    Shravan Varma

    Substeps are not shown automatically, they are to be enabled at runtime .
    See in page 35/36 adding/activating substep
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d500f5-5205-2e10-43a6-dd023a5d0818?QuickLink=index&overridelayout=true

Maybe you are looking for