Search Event in Floorplan Manager

How I can check which event (button) was pressed, when working with floor plan manager. The  standard buttons is defined on the top.I must handle some stuf when the button was pressed. I tried something like this but can't finde the event.
DATA: lo_idr TYPE REF TO if_fpm_idr,
lo_fpm TYPE REF TO if_fpm.
lo_fpm = cl_fpm_factory=>get_instance( ).
lo_idr ?= lo_fpm->get_service(
cl_fpm_service_manager=>gc_key_idr ).
data: lv_1 type string,
      lv_2 type string.
CALL METHOD LO_IDR->GET_APPLICATION_TITLE
  IMPORTING
    EV_TITLE         = lv_1
    EV_TITLE_TOOLTIP = lv_2
thanks in advanced
Edited by: Ofer Fritz on Aug 17, 2010 8:19 AM

Hi there,
Similar problem here... Did you finally manage to get the event id?
I have tried with "process event" method in component controller, but it is never executed. I guess everything is handled at Mapper level.
I was able to retrieve event id in past projects from CL_FPM->MO_CURRENT_EVENT (in BAdI check and save), but this attribute is empty at WD View level (on wdobeforeaction, for example).
Scenario: SRM 7 ==> trying to integrate a custom table into the Company Data Tab (Master Data for Bidders/Suppliers). I don't want to create a new tab, I'm just trying to add a custom table to an existing tab, so I have to handle data checks and DB storage (via PDO or even bypassing PDO, I don't mind...).
Basically, the only way I can see of getting event id in my own webdynpro component is using EXPORT in /SAPSRM/IF_FPM_OVRIDE_EVT_OIF~OVERRIDE_EVENT_OIF. But I don´t like it at all...
Any idea?
Many thanks in advance
Best regards

Similar Messages

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

  • BADI for Claims search in trade promotion management

    Hi Experts,
    I am enhancing the Claims search in trade promotion management with a custom field. I added a custom field in the search screen of claims.
    I want to filter the records based on that custom field. The component is BT311S_CSR and the search query is BTQCSR.
    Is there any BADI for claims so that I can filter the records.
    I tried to put a breakpoint in the badi CRM_BADI_RF_Q1O_SEARCH and searched but it is not stopping.
    Does this badi works for claims? Or first do i have to create a implementation with the filter object as BTQCSR then try to check whether it will stop in the badi while searching the claims.
    Please suggest me.
    Regards,
    Dinesh.

    Hi Dinesh,
    Now this becomes tricky. Since your requirement is very specific there is no way that standard sap can help. You may end up in enhancing n number of classes.
    I can propose a solution though Please put of in front of your business/ functional team and then go ahead..
    Now we will change our approach...Please follow below steps:
    1. Add a altogether new field to your claim transaction using AET for sales office (description as 'Sales Office').
    2. Make this field search and result relevant.
    3. Whenever a sold to party is selected for claim transaction, based on the sold to party you would set value of this field.
    4. Since your field is search relevant it will automatically appear in your search query (control this in view configuration.)
    5. You may or may not display this field to end user in claim detail screen, You can control this by configuration.
    6. Depending on your requirement you can show/hide standard sales office field in search query.
    If you follow this approach then it will serve the purpose.
    Trust this solves your issue. Give points if it helps.
    Regards,
    Bhushan

  • How can I search events inside my calendar with Lightening enabled?

    I have Lightening enabled in Thunderbird. I have all my calendars working. I just can't see any way to search events. All my toolbars are selected. I see no search function. Is there one? Can someone offer assistance? Thanks!

    Clarification: Search is not a problem on the email side...but I cannot search my calendar events. Looking for help.

  • SAP Tutor - tutorial Floorplan Manager cannot be run by version

    Hello,
    I would like to play the Floorplan Manager tutorial 'Floorplan Manager Tutorial Config.sim' posted on SDN but after installing the recommended SAP Tutor software and selecting the .sim file I get the error message:
    'This tutorial cannot be run by this version of SAP Tutor. To run the tutorial you must license SAP Tutor'. Please help me out.
    best regards,
    Roelof Jan Bouwknegt

    Hi Bhanu,
    Found the solution. Please check the below thread
    Re: SAP Tutor Player lience error
    Kindly update the thread status
    Regards,
    Jitesh Talreja

  • 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

  • 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

  • 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

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

  • IPhone won't search events on one of my calendars

    I know this sounds strange, but all my events are synced on my Macbook Pro, in iCloud and evidently on my iphone. I can see them. But the search function on my iPhone calendar won't search events precending Sept. 24, 2012. All relevant calendars are checked on. Earlier events are visible. It seems that the problem is a calendar I call Entourage, which is not being searched (and which I stopped using, probably around then). The calendar is searched fine on my Macbook Pro. Anybody have any ideas? I've tried checking this calendar on and off and on, to no avail. Thanks!

    Try using an earlier version of iTunes. I tried to use 8.1 and immediately it asked me to authorize each song and then told me my computer was authorized. I re-installed 8.0.1 and then I had to restore the Library as 8.0.1 cannot read the Library 8.1 made. I also tried the deauthorize reauthorize route but to no avail.
    What files do I have to restore to use the earlier version of iTunes?
    This is the second buggy update--I will now be very careful about updating any Apple software. I had a complete disaster with Leopard 10.5.6 as it really messed up all my email boxes, folders and messages; so I did a system wide restore back to Leopard 10.4.10. I think I am really losing confidence in Apple.

  • Insurance / FS-CM / BRF / Event of activity management

    Hi,
    Please throw some light on how to use an action associated with the implementation class 1AM001 - Event of Activity Management.
    How can we ustilise actions belonging to this implementation class in a business rule framework?
    Thanks and Regards,
    Anish Kumar

    Hi,
    you can use this action type only in combination with the activity management.
    See IMG Claims Management->Claim->Structuring Business Processes->Activity Management
    The action is used to create an activity. The BRF is used to fill in the required parameters of the activity with expressions.
    This action type is not often used especially not in claims.
    Its better to take the expression type control predicate with class ID 1CP001.
    This expression type is doing the same, but it has some additional nice features.
    It can also delete an activity automatically when the condition becomes true.
    Best regards
    Lars

  • App for Event/Meeting/Party Management

    Hi, I've been searching for an app that manages events, meetings, and all sorts of parties, with infinite different combinations of features needed from sending invites, remote/onsite checkins, web/database/calendar integration, tracking participants' locations and time stamps, history, etc., etc.... Anyone have a first hand knowledge of such an app that has served you well?  Any leads would be appreciated....  Thanks!

    There are a number of PDF apps which allow annotations, including drawing. I have iAnnotate PDF which has a very robust set of editing, annotating and drawing tools, and Expert PDF, which has a simpler interface. Both allow emailing PDFs.

  • Can't search events in ical older than 1 yr on iPhone 4 since upgrading to OS7

    This is a serious flaw. I found myself at Mayo clinic relying on searching my iPhone ical to look up past medical events. But I had upgraded to iOS 7 just B4 going & found SEARCH mode on iCal didn't find any event older than 1 year. Called Apple for help and was told this change came in with the new OS!!! And I asked how I could revert to iOS 6 --- not possible!! iCal on my Mac Air & iCloud show ALL my events. But the search mode on iCal on my phone doesn't show everything iCal saves - only the most recent events. Anybody have a workaround this problem??

    If what I said helped, you can click on helped. If what I said answered your question, you can click on that. It is up to you, since all I'm here for is to try and help. I'm a user just like you.
    Might I suggest something that I do, since I am an AARP member as well, I have created an Adobe document with this information, since I have had several surgeries in the past and then uploaded that into iBooks so I have that on the phone. I can update it as necessary and it keeps me from having to do a lot of searching.

  • Can't search event in iCal Leopard

    After upgraded to Leopard, the search function in iCal doesn't work. When typing a event title in the search field, the search pan appears with empty contents. Does anybody get the same result?

    Yup, I'm having the same problems over here.
    Entering the exact word in a timed event title that's right in front of me leads to a search results panel without that event listed. At all.
    Seriously, this is not good.
    It's bad enough they took away the info drawer, but stuff not coming up correctly when searching just compounds the crapiness of it all

Maybe you are looking for

  • How long does it take to install this OS and how much?

    I have a macbook pro 15 inch with snow leopard installed.  I was wondering how much it costs to upgrade to loin, if its even possible with my hardware and what the cost is?  Specs on macbook pro are:  Intel Core 2 Duo                                 

  • Content Server Report- Document types with file sizes & Status history

    Hi We are about to start with implementing Seal Systems, however we are a global company with to start with 4 content servers in different regions of the world. In order to determine bandwidth for future strategies, I need to know what is stored on e

  • Connecting G4 PowerBook to Internet Provider O2

    I cannot keep my WiFi connection to my IPS who is O2. I am using a G4 PowerBook (Tiger OS 10.4.11). O2 provides a CD and a Thompson router. My Mac will not recognise the CD. I can get connected to the internet and my gmail account, but I have to ente

  • Save a different name for the screenshots?

    Is there a way to have the Mac ask me for a file name to save a screenshot once I press the shift, apple, 3 keys to grab and store a screenshot? I have already changed the default save location to a custom folder, but I want to be able to give my scr

  • Help with reinstallation of upgrade CS 5.5 Creative Suite  Premium

    My is an upgrade version of Adobe Creative Suite 5.5 Design Premium, from upgrade Adobe Creative Suite Design Premium from Adobe Creative Premium. I have registered serial numbers for all 3 software. I could not reinstall with Adobe Creative Suite Pr