Need help in Floor Plan Manager-ABAP

Dear Experts,
I am a beginner in floor plan manager and i am trying to  develop an exercise. I created a Test WD Component and also implemented the Interface for FPM . I changed the component name and Interface view to the FPM_OIF_COMPONENT and FPM_WINDOW respectively but when i create/change configuration, the configurator will start and i specify a new Application
Configuration. And when i try to create new component configuration, I  dont know how to include my componentviews here..
I am using the old FPM editor and dont know how to use it.
Please suggest.

Hi Sahil ,
u wud like to study the Floorplan Manager framework. This is an SAP provided framework for Web Dynpro that is designed to help with combining multiple components together into one overall application using configuration.
Floorplan Manager (FPM) Web Dynpro ABAP [original link is broken]
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/frameset.htm
regards,
amit

Similar Messages

  • Help with Floor Plan Manager

    I'm reading the FPM document here and made it to page 14.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50
    On page 14 there are the following sections:
    - The FPM Configuration Editor displays the Component Configuration
    - Configuring the FPM_OIF_COMPONENT
    I'm not seeing anything like a navigation area, preview area, or action area. All I see is explicit configuration and implicit configuration.
    How do I associate the UIBB with my views as it describes here on page 14? Is this something I can only do with SAP NW 7.1 Enhancement Package 1?
    3. In the hierarchy, expand the two Main View nodes and the two Subview nodes.
        Note the two UIBB elements, one for each subview. Choose the UIBB
        belonging to the first subview to display its attributes in the preview.
    4. Set these attributes to your first window (with accompanying view) of your
        Web Dynpro component (containing the text u2018Hellou2019).
      1. Enter the Component name (use the input help and search function to
          find your component).
      2. Enter the View (once you have entered the component name, the View
          input help displays the list of views for that component).
    I can provide a screenshot by email.
    Thanks,
    Josh

    BTW, when I try to imitate similar FPM examples  already in the FPM_OIF_COMPONENT, I get the following error:
    The following error text was processed in the system TST : Controller V_DEFAULT Does Not Exist
    The error occurred on the application server sapytsdb_TST_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WDR_CLASSLOADER~GET_VIEW of program /1BCWDY/CVGAG8O0ETBYJ5I37EA7==CP
    Method: CONSTRUCTOR of program CL_WDR_DELEGATING_VIEW========CP
    Method: CREATE_UNINITIALIZED_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND of program CL_WDR_VIEW_MANAGER===========CP
    Method: IF_WDR_VIEW_MANAGER~MAKE_VISIBLE of program CL_WDR_VIEW_MANAGER===========CP
    Method: PERFORM_NAVIGATION of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP

  • Help on Floor Plan Manager

    Can anyone send me an example on FPM with an example. I have tried the one in the help library but seems there is no implemented code given in that.
    Thanks!!

    Hi Pankaj,
    Go through this link for<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/43/3b6dd0af501bcce10000000a1553f7/frameset.htm">FPM</a>.
    Regards,
    Nagaraju Donikena.

  • Floor Plan Manager Technique in Web Dynpro for ABAP

    Hi Experts,
    Road map technique and Floor Plan Manager Technique, both are same or different.
    I need to develop a web dynpro application based on Floor Plan Manager Technique. can I develop this application in WebDynpro for ABAP. If so please help me how to use Floor Plan Manager Technique in Web Dynpro for ABAP.
    I don't have knowledge in java, so i cann't develop this application in web dypro for java.
    Please help me.
    Thanks & Regards
    Sridhar

    >Road map technique and Floor Plan Manager Technique, both are same or different.
    They are different. The FloorPlan Manager is a tool for constructing WD applications with a similar layout and user interface.  There are two different floor plans currently - the OIF - Object Instance Floorplan and the GAF - Guided Activity Floorplan.  The OIF is for the editing of a single business object. It allows for things like the nesting of header and item details.  The GAF, on the other hand, uses a road map to walk you through an activity - much like a Guided Procedure.  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.  You can change the roadmap, for instance, adding a new step by just chaning this configuration and not having to touch the code.  Consistency between applications is also a major stregth of the FloorPlan Manager. 
    The Road Map is just a UI element in WD.  It can be used to create your own custom applications.
    >can I develop this application in WebDynpro for ABAP
    Sure.  The Floorplan manager has been available for WDA since SPS13.  Have a look at the packages APB_FPM_DEMO and ABP_FPM_TEST for examples of how to build components designed for the FloorPlan Manager.
    Admittedly there aren't a whole lot of documents available on the subject yet. Some eLearning is being worked on now.  There are going to be some workshops at TechEd on the subject:
    https://wiki.sdn.sap.com/wiki/display/Community/BringitallTogetherwithFPM%28FloorplanManager%29forWebDynpro+ABAP
    The best thing to do right now is to study the demo applications SAP provides.

  • Floor plan manager in WD ABAP

    Hi All,
    Can you please tell me how to use Floor plan manager in WD ABAP.
    Thanks in advance.
    Sonia

    Hi Neha Agarwal,
    I have a webdynpro leave request application which is in Floor Plan Manager in Java webdynpro.
    My leave request java WD application has 4 different functional steps like view-> edit->review-> complete.
    User completes the steps one by one...and for that there are 4 screens--and user moves from one screen to another after completing each step.
    Now I made the changes in the edit view which has the duration field which needs to be filled with half of the work schedule allocated to the employee per day if they chose half day leave in the application.
    As per the requirement duration field populated the data(half of the work schedule allocated to the employee per day ) but when I hit review button,navigation goes to the next screen duration field has the value of full work schedule (say 8 hours)which suppose to be half of the workschedule .(say 4 hours).
    any clues ?what will be the root cause of this problem..............
    Higher points will be rewarded for the useful inputs.............
    Thanks in Advance,
    Dharani

  • FLOOR PLAN MANAGER WITH WEBDYNPRO ABAP

    Hi All,
    How to learn FPM , please help me....and please send some doc's...
    Regards.
    Sunil B

    Hello Sunil,
    furthermore to the information above you can have a look into the official documentation within [SAP Library|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/content.htm]. After you have called the link, click on the small icon beside the top title and on the left-hand side a navigation panel will open with further FPM topics. Just open up the tree structure below FPM.
    Another very good info material is our [FPM Developer's Guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d500f5-5205-2e10-43a6-dd023a5d0818], available on our official [SDN page for the Floorplan Manager|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/00b4312a-ac72-2b10-e0ad-e0219cfeb78e].
    Last but not least an offical FPM classroom training can be booked for the course [NET313|https://training.sap.com/de/en/course/net313-floor-plan-manager-fpm-for-web-dynpro-abap-classroom-092-en-en].
    Have fun and best regards,
    Julia

  • Floor Plan Manager in Webdynpro ABAP

    Hello,
    I want to create a Webdynpro ABAP Application based on FPM (Floor Plan Manager) and using UI BB(User Interface Building Blocks). Are there good tutorials/demos on the same.?
    Any help would be highly appreciated.
    Thanks.

    Hi
    Please go through this...
    it gives documentation.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9f/95467bbefc4a808fffeba4c5177258/content.htm
    http://help.sap.com/erp2005_ehp_02/helpdata/en/4b/fbb33af3014fdcbde5df8c408cd8b1/frameset.htm
    How to create.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50
    https://wiki.wdf.sap.corp/display/FPM/Home
    and we have seperate forum for FPM.. check
    Floorplan Manager for Web Dynpro ABAP
    Hope it might help you,
    Thanks,
    Kris.
    Edited by: kissnas on Feb 17, 2011 6:11 AM

  • WebDynpro ABAP u2013 Travel Management Floor Plan Manager Queries

    Hi,
    Travel Management in WebDynpro for ABAP uses FPM (floor plan manager).
    General Data View in FITE_VC_GENERAL_DATA component is being shared by Travel Creation component and travel expense as well.
    Can you please help to ans below queries?
    1 >>
    I want to know where exactly these configurations are done like
    When Create Travel Request button/link is clicked after general data, Review Component will be called and when Create Travel Expense button/link is called after general data it will go to a different component view.
    2 >>
    Also how visibility of button that comes from FITV_FPM layout view is configured in other component like in FITE_VC_GENERAL_DATA component and in FITE_VC_REVIEW component.
    3 >>  How would I include my own Z Component in existing FPM.
    4 >> when cancel button is clicked to terminate current application in travel management applications it takes us to starting point. Where configurations are done to direct it to other application/link?
    Regards,
    Madhvika

    No Ans

  • Can ABAP web dynpro floor plan manager integrate with adobe flex ?

    Hi All,
    Is it possible to integrate Web dynpro ABAP with adobe flex ?
    Can we integrate the standard ABAP web dynpro floor plan manager screen with adobe flex ?
    Brief about my requirement: I have refer few articals about  ABAP web dynpro is easyely integrate with adobe flex. My client is currently implementing SRM 7.0 for procure to pay process. For your information, standard SRM 7.0 are developed in ABAP Web dynpro floorplan manager. In my client,other processess such as order to cash, resource management etc screen are designed in Web dynpro Java(deployed in SAP EP) to make it more user friendly and good in resolution. My client is very much happy with SRM  7.0 business logic, however not happy with the standard SRM screen. They have asked to redesign SRM screen to make it more user friendly and good in resolution. 
    Thanks in advance. 
    Regards,
    Jennyfer

    It is possible to insert Adobe Flash islands in Web dynpro. You could take a look at the following link for more information on how to implement this:
    Adobe Flash Islands in Web Dynpro ABAP

  • Web Dynpro for ABAP and Floor Plan Manager

    Hi.
    How can I integrate an ABAP Web Dynpro application in the Java Web Dynpro based Floor Plan Manager (FPM) framework? I'm thinking of the "General Information" page in the MSS Business Package (com.sap.pct.erp.mss.general_information), where the manager use the Employee Search iView com.sap.pct.erp.mss.generalinfo_employeesearch based on the Java Web Dynpro application sap.com/mss~eepro.GeneralInformation to select individual employees.

    Hi,
    See this link:
    Re: difference between web dynpro java and web dynpro abap
    *Also please have a look to this:
    *1) Web dynpro java/abap
    2) http://stackoverflow.com/questions/363523/java-or-abap-web-dynpro-sap-web-development-on-netweaver
    3) pros and cons for using Java Web Dynpro over ABAP Web Dynpro
    I hope this solves the issue!
    Thanks and Regards
    Pravesh
    Edited by: Pravesh Verma on Mar 26, 2009 12:21 AM

  • Add text view using floor Plan Manager

    I have a very basic knowledeg of web dynpro ABAP. I'm working with the Floor Plan Manager for the first time. I have a requirement to add the 2 text view in the Sales order so that the user can maintain the comments and those will get saved along with the date time and the user id. Also the next time user can see all the previous comments in the one text view and add his own comments in the other text view. Can any body please help how to achieve this using the Floor Plan Manager?
    Thanks in advance!

    Hello Nilesh,
    Do you want to create a new FPM application or do you want to enhance the existing application?
    If you are planning for new FPM application then you need to create an webdynpro component and implement the IF_FPM_UI_BUILDING_BLOCK interface. And then in the component's view you can create the text views and write the logic to store/retrieve user comments.
    If you want o enhance the existing application, then you need to enhance the corresponding view and add the text views.
    Hope this helps. By the way there is a separate forum for "Floorplan Manager". You can post your FPM related questions there.
    BR, Saravanan

  • Modifying Floor Plan Manager

    Hello,
    I want to modify certain ESS service (like modifying the Overview page)which are based on FPM, now for that do I need to import PCUI_GP sca under the Software components for Development or it should be under Required Software components in NWDI CMS.
    ...Because right now I see only ESS sc in Inactive DC's and PCUI_GP under the Active DC's...
    Any help would be highly appreciated.

    Hi Lakshmi,
    I am trying to modify ESS web dynpro services. I am trying to do tehm using FPM. Could you please tell how to modify the ESS services in Portal. What is the naviation path to access the Floor Plan Manager in Portal?
    Your hepl will be greatly appreciated!!
    Thanks!
    minisap..G

  • Custom self-service DC that utilizes floor plan manager DCs

    I am developing a custom self-service DC that utilizes floor plan manager DCs.  What is the best way for me to get the following DC’s into my Local Development directory?
    pcui_gp/xssfpm
    pcui_gp/xssutils
    ess/per
    I want to build them locally before messing around with our DTR, track, etc.

    Hi,
    You need to sign up to get more information on Floor plan manager to OKP
    Below are some of the direct links which are not free. You need to sign up.
    https://websmp103.sap-ag.de/~sapidp/011000358700004848442004E.pdf
    http://service.sap.com/okp
    Hope it will help you.
    Raghu

  • Adobe flex with floor plan manage

    Hi,
    Can we be integrate ABAP floor plan manager with adobe flex ?
    Many artical says that ABAP web dynpro can be integrate with adobe flex. However I could not found any document related to floorplan manager with adobe flex.
    Thanks,
    Jennifer.

    Hi Jennifer,
    FPM in its essence consists of WD ABAP coding. Therefore as a general rule, what is possible with WD ABAP is also possible with FPM. You can try this: Create a freestyle UIBB and there inside this integrate your Flex stuff in the way as you would do with freestyle WD ABAP. Then when you're finished you can make use of that UIBB in FPM where ever you would like to.
    Regards,
    Ulrich

  • WebDynpro Services / Floor Plan Manager -- E-Rec

    We are trying to customize the candidate profile for the external candidate. The customer is on EhP4, SP4 and we use WD4A services.  Since the floorplan manager is being used, can you tell me how the custom is done and redeployed.
    I am not mentioning about new roadmap steps -- it is the changes being done  (fields being added / hide, etc) and being redeployed.
    You can also direct me to any resource that might be available
    Thanks again !

    Hi,
    the web dynpro applications used for the external candidates profile data maintenance in the candidates application wizard and the candidate startpage are not based on the floorplan manager. So it can be configured by creating application and component configuration via T-Code SE80 or by using the sap-config-mode=X URL parameter. The SE80 way is necessary if you need different configurations for different target groups or if you want to change the roadmap steps, too.
    The candidate overview (the WD application not the smartform) the recruiter accesses by clicking on the name in the different portal applications is floor plan manager based. For simple changes like hiding a single field I'd recomment using the url parameter too. For greater changes like restructuring the subviews you will use SE80 again only that here the OIF component is the entry point for the changes. In the component there should already by a standard configuration which you copy and then adapt to your needs.
    Kind Regards
    Roman

Maybe you are looking for

  • Clearing Vendor Open items at T.Code. F-44

    I m getting a message "Enter Doc number from number range 01 for year 2010" (msg no.F5223) while trying to clear vendor open items at T. Code (F-44)  when I give the account no and try to save it or process open items by clicking the "Process Tab". A

  • View for maxlogmembers????

    Is there a view or table that shows the current values for database settings such as MAXLOGMEMBERS, MAXLOGFILES, etc.???

  • Quicktime error 2048

    I am having issues with trying to get MP4 files imported into Itunes. After several attempts I did some experimenting. I converted a DVD in to MP4 format and it will not load. The complete DVD movie convetted to MP4 is 2.2gb in size. This movie will

  • When you get Gamecenter for this can u watch live games(NHL)

    i was just wondering that once you get the nhl game center app and you watch live games?

  • Video freezing up while running Lab View 10

    I am using Lab View 10. My video will freeze up every so often. Somtimes labview will abort by itself? I can run other applications while lab view is frozen. Is it a lab view programming problem or a possible video card problem. The main VI is 1.7 MB