Floorplan manager for Webdynpro

Hello,
I am working on Overview page floorplan OVP
I wnat to know to the functionalities for the buttons SAVE, ADD(Insert) CANCEL (for the CANCEL button I want to cancel all the actions when user clicks on this button ).
Regards,
Jaffar Hasan

Hi Jaffar.
You need to capture the custom button event in process_event method of your webdynpro component (which is used as UIBB in FPM configuration ).
See some example components in APB_FPM packages/sub packages.
On Cancel button event, you can perform action's what so ever you want( ex:- you can raise an message) and RETURN, so that it will not execute remaining code/events.
Case io_event->mv_event_id.
   When "Event_id".
              "Handle the event
endcase.
Hope this helps you.
Thanks
KH

Similar Messages

  • Is there something wrong with with "Floorplan Manager for WebDynpro Abap"

    Hi,
    Seems like there may be something wrong with the forum
    [SAP Community Network Forums » SAP Solutions » Floorplan Manager for WebDynpro Abap |;
    no-one has got any p0ints (sorry for break but auto guideline logic is stopping the post) in the last 30 days - and it doesn't seem to be for lack of trying...
    [ref to thread where person claims not to be able to r3ward|;
    is this normal?
    Cheers,
    Chris

    Hello,
    And another thread in the same forum,
    [Thread: Change Close button translation in FPM screen  |Change Close button translation in FPM screen;
    where the person closing the thread has stated
    P.S. I did not see radio buttons for rewarding points. I don't how to do it then
    seems like there is some problem in this forum.
    Could you please investigate?
    Thanks,
    Chris

  • SAP Floor plan manager for webdynpro ABAP

    Hi All,
    The current version of SAP is SAP ECC 6.0. Following are the more detail patch levels.
    SAP_ABA     700     0010
    SAP_BASIS     700     0010
    ST-PI     2008_1_700     0000
    PI_BASIS     2005_1_700     0010
    SAP_BW     700     0010
    SAP_AP     700     0007
    SAP_HR     600     0009
    SAP_APPL     600     0007
    There is no FPM_OIF_COMPONENT and IF_FPM_UI_BUILDING_BLOCK interface are not available.
    When I see the cookbook it says FPM is available from NW 7.0 Ehp 1.
    Can any one let me know how to get FPM functionality with minimum system disturbance. I dont think I can convince the company to upgrade to EHP 1 only for FPM. Any SAP note can provide the functionality ??
    Thanks in advance, Points are assured.
    Aleem.

    >Can any one let me know how to get FPM functionality with minimum system disturbance. I dont think I can convince the company to upgrade to EHP 1 only for FPM. Any SAP note can provide the functionality ??
    Sorry but for supported version of FPM, you must update to ERP 6.0 EnhP4 which contains NetWeaver 7.0 Enhancement Package 1. 
    There were some parts of FPM delivered on NetWeaver 7.0 Support Package 14 and higher, but the delivery is not complet nor are the configuration tools very user friendly.  Therefore the offical support only starts with NetWeaver 7.01.
    We can't provide large pieces of new functionality via SAPNotes.  That is why we have Enhancement Packages - to have a delivery mechanism for new functionality without having to go through a full upgrade.  If we put something as big as the FPM framework into a SAP Note, the note would effectively become an Enhancement Package.

  • 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

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

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

  • 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

  • Why do we go for Webdynpro ABAP?

    Hi All,
             Why do we go for Webdynpro ABAP and How is it beneficial comparing with other technologies in SAP?
    Thanks
    Gopi.

    hi ,
    u may wish to like to go thru this WIKI
    http://wiki.sdn.sap.com/wiki/display/WDABAP/General+Issues#GeneralIssues-1.95
    in whch WD ABAP is compared with WD JAVA , BSP , JSP and HTMLB and mobile infrastrucutre .
    u may wish to go thru these WD ABAP tutorials :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/content.htm
    Main Topic Page:
    http://sdn.sap.com/irj/sdn/nw-wdabap#section2
    Tutorials for Beginners:
    Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]
    eLearning Videos:
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    go thru this quote by thomas
    The designers of WDA didn't want to lock developers into having to create an extra model layer. One of the values of WDA is that it sits closely with the underlying business logic and data. Therefore it can easily reuse existing function modules or classes (or even contain SQL directly - although this isn't recommended).
    There are different options for playing the role of model. You could create a faceless web dynpro component. This is sometimes used in large complex Floorplan Manager applications. However the cross-component context binding can represent a performance problem.
    More often a class is used as a simple model. These are called feeder classes in POWL. But really any ABAP class can be used to separate out the logic for the model. Data from this class can be accessed and then bound to the local context. Sometimes people use the Assistance Class as a model. It is possible to share a single instance of an assistance class between a hierarchy of components - making it an efficient way to share data.
    Of course there are the service call wizards. These aren't really models like in WDJ. Instead they are just shortcuts to generate context structures and code generators. However everything they generate can also be created by hand or altered after generation.
    rgds,
    amit

  • How to define a separate virtual host for each client in ICF for WebDynpro

    Hi,
    We have an ERP system with multiple clients running on it. The WebDynpro ABAP applications once developed are available on all clients, as standard. However, this is not our desired behavior. We want:
    1. The WebDynpro ABAP applications should be managed separately in SICF depending on the client
    2. The URL for accessing the WebDynpro application should have a own host name for each client. e.g.
    A WebDynpro application on client 100 should be accessed by http://host1:5000/sap/bc/... and the same application on client 200 should be accessed by http://host2:5000/sap/bc/...
    After a while researching I find out that creating a virtual host for each client in SICF would be a possible solution to fulfill the above mentioned requirments:
    1. Set the profile parameter is/HTTP/virt_host_* with corresponding host name and port number
    2. Create a new virtual host in SICF assigning the profile paramter to it
    3. Assign a client to this virtual host
    My question is how to specify a client to a virtual host? I didn't find any possibilities in SICF!
    Anyone can help me? Thanks a lot in advance!
    Best Regards
    Di Li

    Hi Srikishan,
    thanks for your reply. Your suggested way is certainly a potential, and also my preferred option for solving the multiple-client-capable URL access to WebDynpro / BSP applications.
    However, for some reasons, based on the customer requirements, the client should not be visible in the URL. The URL for accessing the WebDynpro / BSP applications on different client should have different host name, as if they are different companies. Besides that, we want to manage each WebDynpro / BSP application on different clients in SICF separately.
    Therefore, at least on my opinion, we need to introduce a virtual host for each client in SICF. But how do I make it happen?
    Regards
    Di

  • 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

  • What is used for WebDynpro for ABAP?

    hi all friends,,
    what is used for WebDynpro for ABAP?
    Thanks,
    S.Suresh.
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    Web Dynpro for ABAP - Getting Started
    Web Dynpro for ABAP is SAP’s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (“Dynpro”) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation.
    Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic.
    This declarative Web Dynpro programming model enforces the developer to focus on the tasks of
    Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?)
    Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc)
    Defining the data binding (which internal table is displayed in a specific table, etc)
    Implementing the event handlers and controller methods.
    Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.
    The Web Dynpro Frameworks provides all important UI features directly out of the box:
    All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries.
    Complex features and behavior of UI elements.
    Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user’s credentials.
    Accessibility features are directly built into the framework and UI elements.
    A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.
    All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development.
    Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.
    Web Dynpro for ABAP: Sneak Preview  
    Download, License Key Documentation, and Installation Guide available here.
    Web Dynpro for ABAP: Tutorials for Beginners  
    SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.
    SAP Help Portal: Web Dynpro for ABAP  
    This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.
    Web Dynpro - Not Just for Java Developers Anymore   (PDF 3.8 MB)
    In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.
    Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP   (PDF 2.5 MB)
    Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.
    Going into Details
    Basic Concepts - Selection vs. LeadSelection  
    In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.
    Web Dynpro for ABAP: Recreate the SE16 Data Browser   (PDF 386 KB)
    In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for ABAP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Changing Package Assignment of Floorplan Manager Configuration

    Hi,
    we have been making some prototype for floorplan manager as a local object.
    We like to change the package assignment of all different parts of it (application, configuration, GUIBB configuration, ...), but we don't find how we can do this. For these objects this option is not available in SE80, nor do we find it in the web workbench.
    Can anyone tell us how we can do this? ... without copying all developments of course.
    Thanks.
    Regards.
    Kris

    Hello Kris,
    SE80->Select Configuration in navigation tree->'Goto' in main menu->Obj. directory entry->Edit button
    Kind regards, Aliaksandr.

  • Questions on "FAQ - SAP Solution Manager for VARs"

    Hi,
    I just got through the FAQ - SAP Solution Manager for VARs, but have some further questions:
    For me it is not quite clear which connections are necessary for which VAR scenrio.. currently we have setup the service desk in our solman. Customer's aren't linked to the solman yet - we have saprouter-saprouter connections. Connecting them via SAP support backbone is an interesting option, especially for incident management. To get this working we should follow note 1124718 right?
    But what about the other scenarios like maintenance optimizer and ewa monitoring? I guess for that we definitly need to build up RFC connections to each relevant customer system (~300+x)?! I think it will be hard to handle so many connections - just consider if a customer is cancalling the maintenance contract, everything needs to be removed again... best would be to have a central communication point...
    For MOPZ we need up-to-date system information. So everyone is talking about SLD. Do you also recommend this option? There we need again a connection (direct to SolMan SLD or via external SLD on customer side).
    According to the FAQ there is a workaround for ewa monitoring for customers with security doubts.. is this also working for non-ABAP components? We need SMD and WI for generating ewas for JAVA systems...
    With regards to Enterprise Support contract: ewa only need to be monitored for productive systems? Can a customer be charged if they want to have ewas monitored for other sytems too? How long do we need to keep the ewas (1 month, 3 months, half year) before they are deleted? Are there any specific requirements?
    All the work to get these scenarios working.. is this covered within the Enterprise Support contract? Can the customer be charged for work thats done by the VAR in their system (e.g. RFC connections, SDCCN, SLD,...)?
    Sorry for this long text.. hope you have some helpful ideas!
    Regards,
    Richard

    Hello Richard,
    (1) regarding network connections see document [Draft:Technical Support Network Connections for VAR Scenario|http://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000089947&_OBJECT=011000358700000880802009E] as overview and with a lot of detailed information. 
    (2) yes, you have to setup once all your customer connections at the beginning but then only add/remove with customer contract changes
    (3) the workaround by sending by email can handled a anexception. EWA has to be done for productive systems like nowadays done by SAP. Additional EWA services could meas additional business case for a VAR - that's contract between VAR and customer.
    (4) whatever you think may be a business to sell - do it ! (and get a monetary bonus from your boss
    Kind regards
    Heinrich

  • 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 to configure Oracle Enterprise Manager for ASM RAC Database ?

    Dears,,
    We have two databases (Primary & Standby), each database has two instances
    Database version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    How to configure Oracle Enterprise Manager for this environment ?
    I need documentation for this please.
    Many thanks & Regards,,

    Assuming an agent is running on the servers you want to monitor,
    navigate to the Agent home page (Via setup --> Agent)
    When in the agent home page select 'Add Database'and press [Go]
    Assuming yopur database now gets recognized, select the Configure icon and enter the password for dbsnmp.
    When done, press [Ok] to return to the agent home page.
    Regards
    Rob
    http://oemgc.wordpress.com

Maybe you are looking for

  • How do I transfer the information on my Mac to an external hard drive?

    I bought a Segate 500 GB external hard drive because my computer keeps telling me my start up disk is almost full but I don't know how to transfer everything onto it and still be able to access it. I can't add photos, songs, update my software, or an

  • JPG required or can PNG's be used

    The Podcasting FAQ and Tech Spec pages mentioned JPG and PNG files ... in reference to graphics for use in iTunes Store. Are PNG files really acceptable? Wondering if this is why after 4-weeks... still no image for my client's vodcasts. If the use of

  • Dynamic treeview bound to XML

    Perhaps this isn't advanced enough to be here, if its not let me know and I will post elsewhere. I am fairly new to coldfusion but am learning quickly. I have a coldfusion page I want to add a treeview to. I'm not sure if cftree has the power I need.

  • Random menus appear after waking from sleep mode

    Everytime I wake my phone from sleep, slide the slider over, it often randomly chooses not to show the home page with all the icons but instead random chooses some other app menu. For example, it just showed me the photo library page. It often will s

  • CUP assignment - Role Validity

    Hi, I have a question about role validity periods in CUP when the request gets approved. Currently valid from period is selected based on request creation date and end date is always set to 12/31/9999. Is there any way the 'from date' can be set to t