Custom FPM Application

Hi All,
I am developing Custom FPM Application here i have a question.
1. Is it mandatory to have a Configuration Component to be maintained because to build perspectives we have a Self-Service Administrator Role then what is the neccessity to maintain CC Component.The reason why i am asking is when i am deploying my application i am getting error like:
Critical Error
A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.
Contact your system administrator.
  Parameter sap.xss.configurationComponentName not found
Please help me.....
Thanks,
Rahul.

Hello friend,
Please go through these links i think it will help you to solve the problem also make you understand about the FPM concept more clear.
http://www.****************/Tutorials/WebDynproABAP/FloorPlanManager/Page1.htm
http://www.****************/Tutorials/WebDynproABAP/FloorPlanManager/GAF.htm
And a PDF
http://fuller.mit.edu/web_dynpro/SAP_WDA_floorplan_manager.pdf
If your problem is still not clear revert back to me.
Thanks,
Sri Hari.

Similar Messages

  • Custom FPM Application: application variant and self services config in PCD

    Hello,
    I've created a webdynpro based on FPM framework and created a FPM Application using the Self-Services administrator too.
    My question is, how do I get the application variant so that I can create an iview out of this custom fpm application?
    For example, the perspective of my FPM application has the custom wd FPM View and I'd like to add more fpm views to it.
    If I want to create a page for this FPM app, I need to be able to "see" these added FPM views as application variants while creating the iviews and page.
    For all the delivered SAP components/dcs there already present the FPM Applications in the PCD.
    How about custom developed FPM apps?
    Any help is greatly appreciated.
    Thanks,
    Rajit
    Edited by: Rajit Srinivas on Apr 8, 2008 8:47 AM

    Anybody, please any ideas?

  • Custom FPM Application for MSS

    Hi folks,
    I am trying to create some custom portal pages for MSS that will contain the Employee Search and other iViews based on the Generic iView List and/or Generic iView Table templates.
    The Business Package document for MSS (mySAP ERP) says that I have to create a new delta-linked  FPM Application and assign the required views to the perspective, which I have done via the Self Service Administrator role.
    The problem is, when I then try to create the new WebDynpro Java iViews, I can't see my FPM Application or views in the list.
    I am aware that I can just add extra views to the standard FPM Applications for MSS, but I really don't want to risk having those overwritten by support packs later on.
    Has anyone successfully done this before?
    Regards,
    John

    btw, I was kidding about the creators of the old FPM sitting in the corner
    When the new Java based ESS/MSS screens first came out they were so much better than the old IAC's, and we were very grateful for that.  We used them extensively where they could just be deployed "out of the box".
    Once we figured out how to integrate our own generic query iViews into the FPM framework for MSS we used lots of those too.
    I guess in a way they were too successful, and as a result the business kept demanding more and more self service applications that often weren't delivered as standard.
    Not being a Java shop (i.e. zero Java developers) we soon found that there was only so far we could go with the standard WDJ services.  Even something relatively simple like adding another standard field to a standard ESS screen without going down the NWDI path proved to be a rather frustrating process (for us at least), so we just started buidling our own with WDA.
    From a functional perspective, I don't really care if an application has been built in Java or Abap, as long as it does what I want, every time.  I can't see us going back and changing the standard Java services that we still use over to Abap, but for future developments the reality for us and lots of other customers is WDA.
    cheers.
    John

  • Custom FPM application: why is not visible when creating iview?

    hi,
    I am trying to modify an exiting mss application which is a fpm application.
    i use the self service admin tool to copy the standard fpm application to a deltalink, and ,according to the documentation , next step should be creating an iview (webdynpro iview), and the delta link should be visible as an application variant ,but it's not there.
    i tried many times and option ,but failed.
    does anyone know what's going wrong?
    another question is , if i build a new fpm application using the given tool, can it be visible when i create the iview? under which webdynpro component? i can only see com.sap...
    br.
    zj

    Hi,
    I've the same problem, after copy the FPM application as delta linkit doesn't appear as  anew app_variant when I create a new iview.
    Does anybody know why this occurs?
    Thanks!
    Pablo.

  • Custom FPM Application Issue

    Hi all,
    I developt a custom ESS WD application using FPM. On the last step I add the confirmation Links view (com.sap.xss.ser.xssconfview.vc.VcLinks)
    In addition I cofigure the links that I want to display in the last step I set the application parameters in order to diplay the links.
    On the last step of my application I set 3 links:
    Go to Area Page (works fine)
    Go to Overview Page (works fine)
    Restart the application (does not work)
    When I press the link I got the following error WDDynamicRFCExecuteException: Access via NULL object reference not possible., error key: RFC_ERROR_SYSTEM_FAILURE
    I also did a Trace of the RFC called and the application make an effective call to the HR_SSC_CREATE_SERVICE_OBJECT and HRXSS_SER_GETCONFSCRLINKS as any other ESS Application.
    Do you have any idea of what could I be missing?
    Regards,
    Orlando Covault

    clearly your confirmation link customised has no resouce assigned to it, you need to have a correct resource
    for example in standard we have like this
    IMG : personnel management -> Employee selfservice -> General Settings
        -> Homepage for self-sevice -> services
        -> Define links on confirmation page
        -> EMPLOYEE_TIMESHEET_RELEASE
        -> Restart Link Text  EMPLOYEE_WORKTIME_RECORDWORKTIME05
    take the cue from this and build yours correctly!

  • How can i put FPM Buttons in custom FPM Views.

    Hi,
      How can i put FPM Buttons in custom FPM Views.
      Couldn't locate them in web dynpro layout or FPM Views and application in Portal Content.
    Thanks,

    Hi,
    you should describe a little bit more what you want to do (e.g. navigation buttons or buttons in containers like e.g. in ESS Address). FPM usually has a quite high reusability so button components are often reused. In case there is already a button component that has everything you need you can just use the self-service administrator to add this view to the right perspective in your FPM application. In case you talk about those buttons that are in the Overview screens than those buttons are dynamically generated.
    In case you just want to have your own button then create this button and fire an FPM event from it. You need to add this event to the FPM view configuration in the self-service administrator. Alternatively you can create a button component and reuse it later.

  • Exit from ABAP FPM application to anothor WD application (W/O FPM)

    Hi Experts,
    I am working on a custom ABAP FPM application using roadmap pattern. I have anothor WD application w/o FPM application which calls my second FPM application. I do the navigation from my first application to FPM application using an exit plug in the window of first app. This navigation works fine. Now FPM component has following steps.These views are embed from a WD component ZFPM.
    EDIT  View - WD Comp ZFPM
    REVIEW View - WD Comp ZFPM
    CONFIRMATION View - WD Comp ZFPM
    I want a button on the EDIT screen and confirmation screen which will lead me to first application (ZCOMP1). For this I created an exit plug in the EDIT window and Confirmation window. But when I debug the application i find that even though control goes to respective exit plugs navigation does not happen. I think thats because of FPM. Can anybody please suggest the posible approach for it or is it just that this navigation is not possible?
    Thanks in Advance
    Umnag
    Edited by: Umang Mathur on May 31, 2011 1:36 AM

    Hi Baskaran,
    Thanks for a reply. I have done following things. I added a toolbar button in EDIT step and  I have given  its FPM ID "EMP_PRF_BACK".
    Then on the process event method I have coded as following.
    if io_event->mv_event_id = 'BACK_EMP_PRF'.
    DATA: lv_launch TYPE FPM_S_LAUNCH_URL.
    DATA: lo_navigate_to TYPE REF TO if_fpm_navigate_to.
    lo_fpm = cl_fpm_factory=>get_instance( ).
    lo_navigate_to = lo_fpm->get_navigate_to( ).
    lv_launch-HEADER_TEXT = ''.
    lv_launch-URL = 'http://www.google.com/'.
    *USE_SUSPEND_RESUME = ''.
    *PARAMETER
    lo_navigate_to->LAUNCH_URL( is_url_fields = lv_launch ).
    endif.
    for the test purpose I am trying to open google. It open the link but It opens in a separate window. I want it to open in the same window. Please suggest how to do it.
    Thanks in advance
    Umang

  • Exit from FPM application to non-FPM application

    Hi Experts,
    In my custom project (ABAP Webdynpros), I have created homepage screen using non-FPM webdynpro application. When I click any link on homepage, Iu2019m calling 2nd screen (FPM application) using exit plugs and this is working fine.
    In FPM application I have [EXIT] button. When I click [EXIT] button I want to call homepage in the same screen. How can I do this? Exit plugs are not working in FPM application. 
    There is a similar post I have seen in SDN, but it was not answered.
    Exit from ABAP FPM application to anothor WD application (W/O FPM)
    [Exit from ABAP FPM application to anothor WD application (W/O FPM) ]

    You are right, it is a simillar post as you already mentioned. I am afraid there is not much beter answer available from me than already posted in that other thread.
    I am not sure in 7.02 the navigation api's are expanded such a way that you can supply window as inplce or new.

  • WD ABAP - Reading the URL Parameters for FPM application

    Hi,
    As per the Custom requirment,
    I want to pass URL parameters for WD ABAP application (sap/bc/webdynpro/dbm/app_veh_cus_search) which uses FPM.
    example: sap/bc/webdynpro/dbm/app_veh_cus_search?Customer=12345&fromExternal=true
    I am facing difficulty in reading the URL parameters.
    How to read/get the URL Parameters for an FPM WD ABAP application????
    Observation:
    I tried reading the parameter in Window --> HANDLEDEFAULT method. But could NOT read the Parameters from here for FPM application whereas if I create a Z Custom application then I could read the URL Parameters. so the issue is in reading the URL Parameters for FPM application.
    Kindly support
    Regards,
    Hussain

    Hi Hussain,
    You can do this either with the methods of interface if_fpm_parameter...
    DATA lo_param TYPE REF TO if_fpm_parameter.
    lo_param = cl_fpm_factory=>get_instance( )->mo_app_parameter.
    CALL METHOD lo_param->get_value
        EXPORTING
            iv_key   = parameter_name
        IMPORTING
            ev_value = parameter_value.
    or a more generic approach using class cl_wd_runtime_services...
    cl_wd_runtime_services=>get_url_parameter
    Cheers,
    Amy

  • Navigation from FPM application to another FPM application

    Hello Experts,
    I have a requirement where there are two different applications with FPM configuration. On click of a button in one of those applications, i should close that application and open the other FPM application in the same window.
    I tried using the exit plug and it worked when the FPM was not configured for the first application alone (and 2nd application has FPM enabled). But, when i use the FPM configuration for the first application, the navigation is not happening.
    Is it possible to navigate between two FPM applications in a single wondow? If so please tell me how to do it.
    Thanks in advance,
    Seshadri

    Hello Sheshadri and Toolika,
    Here is a code snippet, which might help you:
    ON BUTTON ACTION:
    DATA : ls_navigation_key   TYPE             fpm_s_navigation_key,
                lr_navigation          TYPE REF TO IF_FPM_NAVIGATION,
                lv_target                LIKE LINE OF mr_navigation->mt_targets,
                ls_app_param        TYPE             apb_lpd_s_params,
          ls_navigation_key-key1 = lc_role.
          ls_navigation_key-key2 = lc_instance_a.
          lr_navigation = mr_fpm->get_navigation( ls_navigation_key ).
          READ TABLE lr_navigation->mt_targets
               INTO lv_target WITH KEY alias = (You can give a alias name in the LPD customizing)
          IF sy-subrc = 0.
            ls_app_param-key   = (Application Parameter Key).
            ls_app_param-value = (Application Parameter value).
            APPEND ls_app_param TO lt_app_param.
            CALL METHOD mr_navigation->navigate
              EXPORTING
                iv_target_key             = lv_target-key
                it_application_parameters = lt_app_param.
    Hope this helps !
    Regards
    Rohan

  • How to Add a Custom FPM App to MSS without Modifying the SAP Content

    Hi,
    I'm trying to add a custom application to MSS, under the General Information page. I've created my own FPM application (to display qualifications) and have added it to the standard FPM application. I've mostly followed this blog - however this involves modifying SAP delivered content:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29&
    I would like to be able to find a way to do this without changing the SAP delivered content. Multiple trials with Delta links have proven unsuccessful.
    Has anyone been able to do this or does SAP recommend modifying the SAP delivered content?
    Any help would be appreciated. This issue has been out for a long time.
    Bert

    Thanks Markus.
    Does that mean that SAP recommends that we make our changes to the FPM application that they deliver in the PCD?
    I don't want to have to recreate the same WD applications as what SAP delivers, it would make no sense.
    What will happen in case of an upgrade or a patch from SAP? Will my changes be overwritten?
    We are starting to make those modifications and it doesn't seem like SAP made it simple for us to do so.
    Thanks -
    Bert

  • FPM Raise Custom Event - Navigation to a FPM Screen from one custom FPM Scr

    Hi
      I added an introductory screen ( start up screen ) to the FPM Framework for a bank ESS application.
    Its showing up fine with in the RoadMap. ( used IVAC window... )
    How can i navigate to the following FPM Screen from my custom introductory FPM Screen.
    I had also defined an event link in the service config FPM Application.
    But i don't know how to raise that custom event or how to make a custom event.
    RAISE_EVENT. ... only shows standard events i guess.
    ( i have the SDN DAY Document ) but, Its an urgency , at the moment....

    The question is How can i add a custom event and call it, in order to go to the next screen ( Overview Screen ) from my custom FPM Introduction screen ?
    Any one ?

  • Add FPM View Buttons to custom FPM Screens

    Where are FPM View Buttons ?
    I want to add few FPM Screens created them and added them to the roadmap too,  i can navigate to these via road map itself - works fine.
    But where are actual FPM buttons , i didn't see them in webdynpro code and neither do i see them in Self-service config of the FPM Applications/view ?
    I want to add FPM Buttons to the Custom FPM Screens.
    ( had already added the event links via Self-service config of the FPM Applications)
    Also, where do the FPM Buttons reside for the rest of standard the screens ( do convey , if any usefull material / link )
    Edited by: Ankit Jain on Aug 22, 2008 12:49 AM

    Sorry, but I'm a bit fuzzy about your ranting. I have been teaching Photoshop for 20 years, I use InDesign, Illustrator, Audition, Edge Animate frequently, and you seem to claim that those applications are intuitive and Captivate is not? It has not the same interface, which I regret, but is certainly not as difficult as Photoshop and other Adobe applications. The only problem with Captivate is that everyone expects to be able to use it without any learning time. You want a powerful tool, a Swiss knife with many tools and you'll need to take some time to learn it.  Paint is much easier than Photoshop, don't expect Captivate to be at the level of Paint, common misunderstanding.
    As I answered already to one of your other questions: do you know how eLearning assets should look? It is not Powerpoint, because your other thread was to have a feature of a presentation tool in Captivate. It can be done, as I explained, but that is using a knife as a screwdriver, it is not meant to be used like that.
    The only interactive object that can be used on a master slide is the shape button. Problem is that an object on the master slide doesn't have an ID, that you can not time it and if you give it a pausing point that will always be at the end of the slide. Another way of using a shape button is to put it on the first slide and time it for the rest of the project, always on top. That way it has an ID, which means you can control it with an (advanced/shared) action. But if you have slides with different duration, the shape button will always have the same timeline duration on each slides, and its pausing point will be at the same moment.
    Why I like Shape Buttons - Captivate 6! - Captivate blog

  • SSO not working for a custom WDA application that runs in the Portal

    I have a Portal system (Java stack, NW04s) that has an iView of type webDynpro ABAP. The custom Web Dynpro ABAP application resides on another system (ABAP stack, running ECC6). We have configured the trust relationship between the Portal and the ECC system as per
    http://help.sap.com/saphelp_nw04s/helpdata/en/61/42897de269cf44b35f9395978cc9cb/content.htm
    We know this is working since we are able to run ESS. However, for the custom WebDynpro ABAP application, when calling it for the first time, a logon screen shows up. How can we get rid of it? what are we missing to have SSO work for the custom WebDynpro application?

    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d35bb690-0201-0010-988a-d669c8530518
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f5e%2f6c85c3edf942f39349a1e337434d29%2fcontent.htm
    Hope it helps.
    Regards,
    Mona

  • How to register custom report under Custom Development Application

    Hi 2 all
    How to register custom report under the Custom Development application in R12 vision DB, and also confirm location/folder of Custom Development application in R12.
    Thanks
    Zulqarnain

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

Maybe you are looking for

  • Can a web service be used as the datasource for a View Object?

    Has anyone used a web service as the datasource for a View Object? I am trying to do the same thing as "Publishing BC4J Components as a Web Service" example, except I want to recreate the View Objects on the client so that I can iterate through them

  • Can't play mov file in Quicktime!!!!!!

    Hi. Got a new iMac. Got Snow Leopard and Quicktime Player (incl QTP 7 in utilities). I'm trying to play a video file. It is recognised as a Quicktime movie (in file info), but when I click on it it says - "xxx.mov could not be opened, the movie's fil

  • I/O Error = Quicktime Update

    this is not a question, just the solution which cost me the whole afternoon... wanted to continue on a bigger project on which I haven't been editing for like 10 days. Half the footage was be black. Trying to play it gave a I/O Error. First I was bla

  • Can I limit which taxonomies display in the Taxonomy Query builder iview?

    I’ve built a bunch of (query based) taxonomies successfully.  I have also placed a taxonomy query builder iview on two portal content pages (one page is called OHS and the other Finance):   In the taxonomy query builder iview, is there a way to ONLY

  • Content switch session incorrect.

    Hi Guys, i did a test on a set of Load Balancer, which is currently being setup. VIP address is 192.168.11.77 and web server is 192.168.11.48. Port from web server is 8080. When I telnet to 192.168.11.77 thru port 8080 and try got get a page thru com