I want to click floorplan manager steps

Floor plan manager steps comes disabled, is there a way I can make it clickable for a custom floor plan manager application, so that the user can move to different steps on his wish? Or is it better to go for a webdynpro app with a tab control or something of that sort as opposed to using FPM.. We are replacing an app in ESS, so would really like to use FPM...
Thanks
Ashish

Hi Ashish,
This is completely infeasible. You can not navigate by clicking the road map step. If your client is asking for such requirement you can tell him directly this is not possible at all.
ESS applications are not "display only" application. Road map steps are just to guide the user like where are they and what could be next step.
Summary: It is not possible.

Similar Messages

  • Toggle enabled/disabled on FloorPlan Manager step

    Hi Experts
    I am enhancing one of the standard ABAP WebDynpros for Travel Management.
    In the Overview screen I have added a checkbox which the user selects to indicate that he/she accepts the terms and conditions.
    The checkbox is linked to a WDYBOOLEAN in the controller context.
    I want this checkbox to control the enablement of the "Review" button as well as the "Review and Send" step in the FloorPlan Manager breadcrumb.
    Could somebody please explain to me how I can do this?
    Thanks
    Anton Kruse

    hi, you should process FPM Toolbar element programlly.
    For example, you can use "Process_Event" method, in which you can modify the enable/disable of the standard toolbar element in FPM header.
    1) You should know the Event-ID of the toolbar element
    2) You should  use the following example coding:
    method PROCESS_EVENT .
    *Check the incoming Event ID
      CASE IO_EVENT->MV_EVENT_ID.
        "Disable/Enable the Editable
        WHEN 'EDIT_NOT'.  "You desired Event ID
    3) in that method, you should modify the enable/disable according to the context attribute which you mentioned been bound to the Check box.
    For example, you can also bind one WDYBOOLEAN to the toolbar element "Review and Send""
    In addition, you should know that OIF and GAF are different for toolbar element, you should differentiate them.
    Hope it can help you a little.
    Best wishes~

  • Bought a new macbook and want to manually manage music onto my iphone 4s but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Bought a new macbook and want to manually manage music onto my iphone 4s (as it is already full of music from old windows laptop) but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Before you sync your iPhone make sure that all the music that was synced to your phonereviously has been copied to your iTunes on the new MacBook Pro. Then when you connect your phone you will be able to either sync all music or select only those playlists that you want on the phone.

  • I want to manage my pdf conversion to word account, but when I click on manage I get an error message saying Heading too Large.  How do I get into manage

    I want to manage my pdf conversion to word account, but when I click on manage I get an error message saying Heading too Large.  How do I get into manage

    Hi,
    May i know which service you are using?
    Would it be possible for you to send me the screenshot of the error?
    Regards,
    Florence

  • HT5714 I just pre ordered a  album on iTunes and realized I don't want it. I read that you go to view my appleID and click on manage my pre orders,but my ipad is not giving me that option.what do I do?

    I Just pre orders an album on iTunes. And I've read all the websites including yours that says go to iTunes and click view my appleID then click on manage my preorders.but my iPad 3 is not giving me that option,and I do not want the album anymore.waht do I do?
    Thank you

    I think that you can only do it from your computer's iTunes

  • ECatt - ABAP WebDynpro - Floorplan Manager

    Does anyone know how to create eCatt scripts for ABAP WebDynpro applications that contain Application Configurations using the Floorplan Manager.  We are using SRM 7.0 and all user transactions are WebDynpro based. In order to regression test changes to certain development objects we want to utilize eCatt.  However, the WebDynpro applications all use the Floorplan Manager concept in SRM.  So, there is one basic WebDynpro Application Component (FPM_OIF_COMPONENT).  There are multiple WebDynpro Applications defined (in our example, /sapsrm/wda_l_fpm_oif) for this one application component. Within this Application, there are multiple application configurations (in our example /SAPSRM/WDAC_I_FPM_OIF_SC_PROF). 
    Does anyone know if:
    A. eCatt supports WebDynpro ABAP (I have seen many old posts that indicate WebDynpro ABAP is not supported but nothing recent)
    B. How to create test scripts using Application components with multiple applications and multiple application configurations.
    Thanks!

    Thanks Thomas for your quick reply.
    Thomas Jung wrote:
    Testing is done via Web Dynpro Application.  So you would need to create an application (even if just temporary for testing) for each configuration set that has the application configuration built into the application parameters.
    A point of clarification:
    Within the WebDynpro Component (FPM_OIF_COMPONENT in my example), I would need to create a new Application and then a new Application Configuration that is an exact copy of the Application configuration used in the standard SAP ?  If yes, that is a significant undertaking for these new SRM applications. Since this Floorplan Manager concept seems to be the wave of the future is there any plan to allow eCatt to use the input of the Application Configuration rather than (or in addition to) the WD Application itself?
    Regardless, thanks again, I have been searching for this answer for a few days now.

  • HCM Tasks, UWL using floorplan manager

    Hi all,
    I'm trying to figure out how to migrate the HCM Process and Forms tasks to the Web Dynpro ABAP, using SAP Portal 7.3 and ERP 6.0 EHCP 5.
    At SWFVISU , the tasks are defined to use Java (what is wrong because Java tasks are not supported), i have already configured the tasks to use ASR_PROCESS_EXECUTE , but i think this is not correct, because i want to use the ASR_PROCESS_EXECUTE_FPM (Floorplan manager).
    Can anyone help me figure this out?
    Thanks a lot.
    Regards

    Hi Experts,
    We are also facing the same issue as of Yomesh.
    The strange part here is that, yesterday, the code was fetching the User and we were able to run the whole web service.
    Suddenly, this doesnt seems to be working today. And after debugging, we found that, the User is not being returned with the below code:
    user = UMFactory.getAuthenticator().getLoggedInUser(wsContext.getHttpServletRequest(), null);
    Any help is highly appreciated.
    Thanks in Advance!!
    BR,
    Uday

  • Dynpro ABAP with Floorplan Manager in Portal!

    Dear Member,
    I havenu2019t worked on Portal yet. I worked on Web Dynpro ABAP and know how to do the Component and Application configuration from SE80 in SAP GUI.
    Can we able to configure the Web Dynpro ABAP with Floorplan Manager in Portal? If yes, how to Personalize, Configure and Customize the Dynpro ABAP with Floorplan Manager in Portal?
    If we have to do it from SE80, then we have to call the application URL with parameter u2018sap-wd-configIDu2019. Where should I update this URL parameter in the portal?
    Basically I want to know how to perform Personalization, Configuration and Customization of Web Dynpro ABAP with Floorplan Manager and want to see the effect when customized application called from Portal.
    Please let me know, if I need to more clear on my question.
    u2026Naddy

    Hi Naddy,
    If you have configured the component and application configurations in SAP GUI then in order to display it in the portal, you need to create a webdynpro based iView. In the same Iview just fill one of the parameters 'APPLICATION' as name of the webdynpro applicaiton and the parameter 'CONFIGURATION NAME' as name of the application configuration that you create for the Webdynpro application.
    Do not forget to implement the required interface of the Floor plan that you are using(OIF, GAF) in your webdynpro component.
    Thanks,
    Rajkumar.S

  • I am a teacher of mathematics and i have a windows pc, but i want to do the next step. I want to buy an iMac. I want to learn how to write mathematical equations and how to do geometrical schema in my documents with iMac. Help me please!!! Thank you very

    I am a teacher of mathematics and i have a windows pc, but i want to do the next step. I want to buy an iMac. I want to learn how to write mathematical equations and how to do geometrical schema in my documents with iMac. Help me please!!! Thank you very much!!!

    Bonjour VAGRAI
    1) To write math expressions in a text :
         — Microsoft Office 2011 etc. for Mac use its included Equation Editor.
         — OpenOffice.org (OOo) and NeoOffice : download free Dmath 3.3.
         — iWork (Pages, Numbers, Keynote), download free MathType 6.7, fully functional for 30 days, then becomes « Lite » for life as good as the Microsoft equation editor ; it’s better than using Grapher’s equation editor (Applications > Utilities) because MathType can be called from Pages and allows editing equations by clicking the math expressions your text (details on MathType website) .
         — Graph.app 2.3 in Mountain Lion is built to draw curves and surfaces from equations, so it uses an equation editor less powerful than mathType, but it’s easier typing expressions. You may get 2D 3D geometrical drawings from clever equations. Suggest a glance at   http://y.barois.free.fr/grapher/  to know all about Grapher (83 pages Instructions for Use - Grapher) and some examples
      2) Geometrical schema :
         — GeoGebra is very popular and used by math teachers.
         — Google SketchUp 8 was not built for mathematics but for architecture, but it’s very easy using it to draw 2D 3D surfaces and solid figures.
         — ShapeOnYou.app allows simples geometrical figures  http://pierre.chachatelier.fr/programmation/shapeonyou_en.php
    3) Some useful websites for screen shots of geometrical schema :
         http://www.mathcurve.com/
         http://perso.orange.fr/roger.assouly/
    Drawings files PDF, TIFF, JPG … can be inserted in an iWork window (Pages).
    I hate LaTex : not necessary to write math books !  
    Au revoir VAGRAI,
    YB24
    Attachment : lines and curves were made with Google SketchUp 8, screen copied (Command-Shift-4), inserted on a Pages sheet to add letters figures rectangles title.
    SketchUp allows drawing precisely an arc of circle 325 mm radius 22,5° angle for instance. 

  • Everytime I click on manage site I am redirected to a world secure page that is blank.

    Every time i click on manage site within the adobe creative cloud i am redirected to an address of world secure and a  blank page appears? This happens on everyone of my websites. All i want to do is delete a couple of trial websites and then i end up going thru the hoops again and again. Isn't there a just simple way to delete a website i no longer am using? Also why can't i just \access all my sites from the administration dashbar? Why do i have to sign in and re sign in to get to the particular website i want? Can't things be a little easier? Everytime i visit the administration dashboard it has been reconfigured causing me a hassle.
    Message was edited by: Liam Dilley - No need to shout

    Hey onomonopeea,
    I have just tested this on my end with my own Creative Cloud account and when I clicked the 'Manage' link for a site, I was successfully directed to the admin console of that particular site. I was unable to replicate the issue you have described. Can you please try a different browser and clearing your cache and cookies? If that does not resolve the issue, I will need you to submit a support ticket and provide us with your Adobe ID and password so we can troubleshoot this.
    Cheers.

  • Wants to activate batch management for a material which already had a Stock

    hi,
    i want to activate batch management for a material which already has a stock and open Purchasing documents.
    is there any way by which we can do it without removing the same.
    please help.

    program name is RVBCONVMAT2BM
    but i am doubtfull it will be delivered with standard SAP, you need to request you from SAP as they charge for this.
    this program convert the material to batch and all relevant dependant documents will be updated with batch no.
    Regards,
    Pravin Mukkawar
    pasting  some description of the program
    REPORT rvbconvmat2bm.
    Report illustrates the call of function module VBZ0401_CONVERT_OBJECTS
    which sets the batch management flag for one material including
    depending objects. Function module VBZ0401_FILL_BUFFERS helps
    improving the performance.
    then logic......

  • How Do I get back the Read window in Mail in Lion? I don't want to click and open ea. email - too many

    I have somehow done away with the window to read the email without clicking and opening - I cannot figure out where to go to put it back! I do not want to click to open and read ea. email - there is too many - I want the mail boxes and the preview pane - just missing that additional window to the right - please help if you know how to get it back.

    Or double click on the bar to the far right and it will reset.
    Captfred

  • I accidentally clicked 'don't trust my computer' on my iphone 5, it was a total accident as I wanted to click'trust my computer'. What can I do 2 gt tht message pop up back? I tried resetting my phone n turning it on and off. My PC is windows7

    I accidentally clicked 'don't trust my computer' on my iphone 5, it was a total accident as I wanted to click'trust my computer'. What can I do 2 gt tht message pop up back? I tried resetting my phone n turning it on and off. My PC is windows7. Please help mee people n apple . Thanks

    Hi Rebekah...
    This problem seemed to have worked itself out... Somewhere amongst these solutions...
    1. Reinstall iTunes
    2. Restart computer
    3. Restart iDevice
    It didn't at first, and I thought to myself... "Oh great, another problem which Apple doesn't acknowledge as existing", but don't worry. Give it a couple of restarts, and if all else fails... Create a new Windows Logon and try from there.
    It just happens I was in the middle of reformatting my PC and resinstalling Windows 7, so it wasn't so much an issue when I wiped as it worked when I tried it on a fresh system.
    Hope something helps...

  • IPad not wanting to click on things

    My iPad 2 is not wanting to click on things in Safari. I tried restarting it and it did not help. Any suggestions?

    Sync Your iOS Device with a New Computer Without Losing Data
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
     Cheers, Tom

  • Hello I wanna delete my account. This option isn't available when I click in ''manage account''.  My money will be taken in October 29. Please help me.

    Hello I wanna delete my account. This option isn't available when I click in ''manage account''.  My money will be taken in October 29. Please help me.

    I think you are correct, deleting your account is not an option.  If you wish to cancel a subscription then you should review the following...
    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

Maybe you are looking for