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() {}
}

Similar Messages

  • Road map Pattern

    Hi,
    I want to change the roadmap for the application wizard. Please explain the steps for doing the same.
    Thanks
    Nidhi

    Hi Nidhi,
    Use Roadmap UI element to achieve this.
    Place this UI element on the view and create Roadmap Steps.
    Place ViewUIContainer and embed another views to it which you want to display on the selection of the steps.
    Create Inbound and Outbound Plugs for the view ans use Selectedstep event of the roadmap to navigate amongst the views.
    That view will be executed whenever u clicked on any of the step from the roadmap.

  • Custom Road Map step in Annual Enrollment not clickable

    Problem Describtion: In our Annual Enrollment, AE,(via ESS) we had introduced three additional road map steps. Application is working absolutely fine. But there is a small catch.
    In standard Annual Enrollment (AE) application I can navigate to next step by clicking on the Road Map itself. But this is not happening for the customized road map step i.e. I can not navigate to next step by simply clicking on it.
    Any ideas why this is happening?
    Please let me know if more information is needed to fully understand the issue.
    Cheers!
    Aditya

    Problem Describtion: In our Annual Enrollment, AE,(via ESS) we had introduced three additional road map steps. Application is working absolutely fine. But there is a small catch.
    In standard Annual Enrollment (AE) application I can navigate to next step by clicking on the Road Map itself. But this is not happening for the customized road map step i.e. I can not navigate to next step by simply clicking on it.
    Any ideas why this is happening?
    Please let me know if more information is needed to fully understand the issue.
    Cheers!
    Aditya

  • Difference in integration of  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.

    Hi GLM,
    Thanks for quick response.
    All the present ESS applications are developed in webdynpro java by using floor plan manager(FPM) technique.As I am not much aware of java I  developed the same application in webdynpro abap using ROAD MAP technique. I observed in SDN that road map and floor plan manager are different.
    I would like to know whether this application integrate in ESS? If so are there any differneces in functionalities. 
    Thanks,
    Hasini.

  • 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

  • How to enable Previous Step Button in First  Substep of FPM Road Map

    Hello All,
    I have created three MainSteps M1 M2 M3.
    In Main Step M2 having Substeps Say S1 S2 S3 S4.
    In M2 of S1 Previous Button by default it is disabled. Means user can't go back from First Substep(S1) to Main Step2 (M2).
    Please let me know how to enable  "Previous Step"  Button in First  Substep (S1) of FPM Road Map in M2.
    Thanks in Advance.
    Br
    -CW

    Hello BS,
    Thanks for your suggestions.
    Yes we can do with custom button.
    Is there anyway to enable standard  Previous Step Button in First  Substep instead of creating cutom button.
    Please guide me if any other options.
    BR
    -CW

  • 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

  • (ESS) FPM applications, cfg DCs & Enterprise Portal / Portal Content DC

    Hi everyone,
    I just replied to the Road Map Step Label Changes Issue thread in the Java Programming forum. Since I had a very specific question that seems more suitable in this forum, I decided to post it again over here.
    short introduction
    The SAP ESS SC contains FPM (Floor Plan Manager) applications that you can modify at runtime from within the portal using the Self-Service Administrator portal role. The point is that this content is also contained in the SAP_ESS SC in NWDI. It's contained in all those cfg DCs. They basically contain a (zip)archive that contains other (zip)archives that contain different XML files that eventually describe the FPM application. So what happens is that you can modify the FPM applications at runtime, but your changes are overwritten when the cfg DC is 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, some changes, e.g. 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 me know. tnx!
    Kind regards,
    /Sigiswald

    Hi,
    Did you ever found a suitable solution for this. We are facing the same problem at the moment.
    Kind Regards,
    Igor Vernelen.

  • 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

  • Changing Road map step name through Self Service administrator

    Hi,
    My requriement was to change the name of road map step in Enrollment iview from review enrollment to just review.
    for this change i went to Self-Service administrator role under which Portal Content>Content Provided by SAP> srvconfig>com.sap.pct.erp.srvconfig.ess.employee_self_service> Benefits>FPM APplications>Benefits Application  changed the name in road map and saved it. But the changes are not reflected .Can you tell me what might the reason be?
    Thanks
    Sushanth

    No I dont have Guided Procedure role. I have all other roles which a normal Portal developer and administrator has.
    Thanks
    Sushanth

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

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

  • Discoverer Road Map

    I am currently evaluating oracle BI products for my company.
    Having looked at BI Beans and Discoverer it seems that they use different metadata definitions (MDD). BIB use Oracle OLAP who's MDD is defined using OEM (v1) or the CWM2_ packages (v2) whereas Discoverer uses its Administrator client tool to define its MDD the End User Layer.
    So, as things stand, it looks as though two MDDs are required. Is this correct? If so, what is the road map going forward? In particular, will the technologies converge? at least as far as MDDs are concerned.
    Thanks in advance for your intput.

    The upcoming release of Discoverer, which will be available with Oracle Application Server 10.1.2 will support query and analysis on relational data and OLAP data.
    When you create the multidimensional structures in Oracle OLAP, you use the OLAP Catalog. All tools and applications use this, including Discoverer. Discoverer does not require any extra work to utilize the Oracle OLAP option.
    As always, Discoverer allows you to create a business meta-layer to protect end users from the complexity of the database. This is the End User Layer, and is used for Relational data.
    Discoverer Plus (to create queries, analyze, drill down, format, etc) and Discoverer Viewer (analyze, drill down, format) can both drill down, and will support drill to detail, including drill from OLAP to Relational.
    The 10.1.2 version will also have powerful customization functionality through Portal, which means one worksheet can satisfy many many users. For example... three people authenticate to Portal and all see the same Discoverer portlet. One of them changes the graph to a pie, the second drills on something to another level and the third person changes the layout and add some conditional formating. Each saves their changes back to the Portal. The next time each logs in, they see their own changed version of the portlet, not the original.

  • Road Map Control

    Hi,
    I need to define RoadMap in my wizard application and don't see enough documentation available. The first question - is there a way to define on step click action, to use RoadMap interactively. For example, click on particular box will change the view by displaying more details about this step.
    Another question how to define RoadMap step dynamically, the number of steps is not fixed, user will be able to add steps, delete, and so on.
    Thanks a lot.

    Hi Tatyana,
    > One of the solution I have in mind to provide a
    > navigation is to use Road Map with next/previous
    > buttons on the bottom of the view. So the navigation
    > is done with these buttons and the RoadMap only shows
    > the state-info
    That's exactly what I have done. Concerning implementation, you can put these buttons in their own view and integrate the view on the main view(s) (so reuse works...).
    > Which is not very beautiful but at least something...
    But this is how most install wizards on windows for example work (at least with the next/previous buttons). So it is at least not that unusual!?
    > Road Map Component in HTMLB
    Within BSP's? (I don't know them.) I'm just estonished as there is no RoadMap element in HMTLB for Java...
    Have a nice weekend
    Detlev

Maybe you are looking for

  • Problem with setContentPane() in JFrame class

    I recently discovered a problem with the setContentPane method in the JFrame class. When I use setContentPane(Container ..), the previously existing contentPane remains in the stack. I have tried nullifying getContentPane(), and all manner of things,

  • Takes me back to Events after editing a picture

    This is MOST annoying. If I make edits on a single picture in an event, when I click "Done" in the lower right, it takes me back to the Events thumbnails instead of back to the picture I was working on...or even the Event I was in. I'm running versio

  • Mapping the vendor address with table ADRC

    Hi All, I have a issue... we are creating vendors for our employees using std SAP program RPRAPA00, now the problem is the address field in HR i.e. Street and House Number is 60 characters long while in LFA1 or vendor master House number and street i

  • Error instalation in Windows 7 Ultimate

    Hi everyone, how are you?! I'm trying to install Ovi Suite in my computer but I can't because there is an error during the process. I use Windows 7 Ultimate - 64 bits. I checked compatibility with my computer and its attend all the minimum requires t

  • Jsp:getProperty

    Hi! I create a JSP page wich is going to process a bean put in the session by other jsp page. The code is like this: <jsp:useBean id="realty" scope="session" class="com.admin.bean.Realty" />     <jsp:setProperty name="realty" property="*" /> For the