Leave request application in Floor plan manager?

Hi Gurus,
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

Hi,,
check the minimum duration for the particular leave type in SPRO->Personnel Management->Time Management->Time Data Recording and adminsitration->Absences->Absence Catalog->Define absence types
double click here, u shd be getting the absence type details. check if any minimum duration is set here.
also, chek the work shcdule assigned to the e ployee in infotype 7
As far, as i understand, for half-day leave, you dont have to do any chenges in the webdynpro application. This purely depends on your time config.
Please consult the time/HR consultant in this matter
Thanks and Regards
Reshma

Similar Messages

  • Get URL parameters of Web Dynpro Application using Floor plan manager

    Hi Experts,
    I have a web dynpro component using FPM. The default window of the application is FPM_WINDOW which is an interface view of component of FPM framework. so I cannot get the URL parameters in handledefault of a normal web dynpro app which is not using FPM. How do I get URL parameters in this case through FPM? Thanks!

    Hi,
    I guess you might have created the application under FPM_OIF_COMPONENT/FPM_GAF_COMPONENT. For that add the pramaters to the PARAMTERS tab of teh application.
    Now, you can use
    data lo fpm type ref to if_fpm.
    lo_fpm = cl_fpm=> get_instance( ).
      CALL METHOD lo_fpm->mo_app_parameter->get_value
        EXPORTING
          iv_key   = 'PERNR'            "Application param name
        IMPORTING
          ev_value = lv_pernr.
    Regards,
    Lekha.

  • 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

  • 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

  • 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

  • Facing Problem in creating the custom development over Floor Plan Manager

    Hi All,
    I have made one custom development over floor plan manager, but while deploying the application i am facing the following error.Please help in this regards,
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting interface controller. (Hint: Have you forgotten to create it with createComponent()? Should the lifecycle control of the component usage be "createOnDemand"?
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting interface controller. (Hint: Have you forgotten to create it with createComponent()? Should the lifecycle control of the component usage be "createOnDemand"?
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUsage.java:348)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java:245)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:862)
         at com.sap.pcuigp.xssfpm.java.MessageManager.handleException(MessageManager.java:259)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:104)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModelInternal(BackendConnections.java:323)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:256)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:154)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:237)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.connectModel(FPMComponent.java:842)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.connectModel(FPMComponent.java:1072)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.init(BackendConnections.java:141)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.init(InternalBackendConnections.java:233)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:182)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:782)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:302)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Team Calender in Leave Request Application

    Hi Experts,
    ERP2004 SP17, EP6.0 SP20, ESS/MSS SP17
    I am trying to configure the leave request application. I see a link in the "Show team calender" in the application. I configured according the documentation in spro>personal Management>Employee Self Serivce>service specific settings>working time>leave request.
    the documentation is like this In "layout of web application">select employees for team calender:
    5. Select the employees whose absences you want to display in the team calendar. You first have to enter one of two grouping characteristics in the View/Grp field:
    If you use the Manager Self-Service (MSS) or Employee Self- Service (ESS) components at your enterprise, you will probably use the view groups. They are based on employees organizational assignments.
    If you use the Time Managers Workplace (TMW), you probably use grouping IDs.
    You now have to select the employees whom you want to display in the team calendar. <b>To do so, enter the required view group or grouping ID in the relevant field.</b>
    However I do not know where to create a "GROUPING ID". I have added the view group. but the field "GROUPING ID" is blank in the customization. May be this is required to display employees in team calender.
    Could you help me how to get employees in Team Calender.
    your help will be greatly appreciated.
    Thanks so much!
    Message was edited by:
            minisap g

    Hi Sonia,
    Below is what i see in view TWPC_VG.
    <b>VIEWGROUP</b>           <b>   VIEWID</b>
    APPRAISAL     AP_ALL
    APPRAISAL     AP_DIR
    AP_OVERVIEW     APOV_A
    AP_OVERVIEW     APOV_D
    ATTEND     A_ALL
    ATTEND     A_DIR
    COMMUNICATION     CALL
    COMMUNICATION     CDIR
    DIRECTREPLEVX     TVLEV1
    DIRECTREPLEVX     TVLEV2
    DIRECTREPLEVX     TVLEV3
    DIRECTREPLEVX     TVLEV4
    DIRECTREPLEVX     TVLEV5
    HAP_STATUS     HAPALL
    HAP_STATUS     HAPDIR
    ISR                     ISR1
    ORG                     ORGALL
    ORG                     ORGDIR
    ORG_PROF     O_PROF
    ORG_S                     O_SALL
    ORG_S                     O_SDIR
    PCR                     PCRALL
    PCR                     PCRDIR
    PCR_ERP                     PCRER1
    PCR_ERP                     PCRER2
    PTESS                     ESSDIR
    QP_ORGS_VG     QP_DIR
    REC_OVERVIEW1     RECALL
    REC_OVERVIEW1     RECEXT
    REC_OVERVIEW1     RECSIM
    REC_OVERVIEW2     REC_PA
    REC_OVERVIEW2     REC_PE
    REC_OVERVIEW2     REC_PS
    REPORTING     RPT_KA
    REPORTING     RPT_OA
    REPORTING     RPT_OD
    REPORTING     RPT_PA
    REPORTING     RPT_PD
    VACOV                     RCVAC
    XYLVG1                     XYL1
    ALso let me know the viewgroup you see for the view group "ESS_LEA_EE". May i will try creating these.

  • 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

  • HI what is meant by Floor plan manager?

    HI Gurus....
    Please somebody throw a light on Floor plan manager? why we required this?what is the advantage of it?
    and what is meant by TRACK? what is the need of TRACK?
    Please share the documenst if you have any for the above said topics.
    you can send a document to [email protected]
    Higher points will be rewarded for useful docs
    Thanks in Advance,
    Dharani

    Floor Plan manager is a framework on whcih the ESS / MSS applications aer built. An ESS applications is built on the FPM arcitecture.
    FM arcitecture follows the MVC arcitecture
    As per FPM  each XSS applications has the following three components
    CC    Configuration Component
    FC / BLC     Business logic component
    VC   Visual component.             
    look into SAPs docmentation on the same

  • 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

  • IFPM (Floor Plan Manager) method getCopyOfAllMessages()

    Hi All,
    this might not be the right forum to post this question, but I'm guessing more ESS WD developers look here than elsewhere. I'm currently trying to change the standard ESS travel application (ess-tra-tre) as per some customer requirements. The requirement is to display all error/warning messages on row level in the mileage and receipt views. Currently all messages are displayed at the top.
    I have managed to store and display all messages coming from the backend (as these are included as part of the response model) and display them on row level - in addition to being displayed at the top. But messages generated by the internal check mechanisms of webdynpro and IFPM (Floor Plan Manager) are a different matter, eg a message to the user that a date has been entered in the wrong format. At the moment I have no access to these messages (unless I redesign quite alot which I'm reluctant to do). I have however, found a method in the IFPM called getCopyOfAllMessages(). This method seems to contain all messages (extermal as well as internal), but I am not able to identify the type of class IFPM uses to store these messages as.
    The method returns a HashMap with DelegatingComponents as keys (which is fine), but when debugging or printing the class name of the value stored for each key, I get "MessageObject" which apparently is part of the xss pcgui package. But I am not able to find this class anywhere in any package. I can see in the bebugger that the message is stored along with the type and some additional info. It might be something internal and not accessible outside, but I was wondering whether anyone has come across this before and could shed some light? I need to figure out the class to cast this object as. Everytihng I tried so far (including IWDMessage) throws a ClassCastException.
    Thanks,
    Dion

    I found the class in a jar file that was part of the xss pcgui sda file. However, the public part of the DC does not allow access to this class and it is hence not usable...

  • 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

  • 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

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

  • 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

Maybe you are looking for

  • Exchange calendar not sync on 3.1 (iPhone 2G)

    Hi, For some strange reason our Exchange 2007 (latest SP) does not sync the calendar on one of our 2G iPhones setup with Exchange. Strangely, both the Address Book and the Mail app syncs perfectly. Anyone else experienced this?

  • How to setup a wireless printer

    I was wandering if anyone out there knows how to setup a wireless printer without spending a lot of money. I have a dell photo 962 printer and a wrt54g router. I have tried to setup the printer on my laptop but it will not let me do so unless I conne

  • ABAP Short Dump - COMPUTE_BCD_OVERFLOW - CX_SY_ARITHMETIC_OVERFLOW

    Runtime errors      COMPUTE_BCD_OVERFLOW Exception              CX_SY_ARITHMETIC_OVERFLOW I want to move Currency variable with 4 decimals to another currency variable with 2 decimals. Please advice me with a suitable solution without causing short d

  • Suddenly VERY slow and slow to charge

    I have a powerbook G4 I bought just 3 years ago this past December. I mostly just use Safari, and Microsoft Office on it--nothing fancy. The kids hook up their ipods to it for iTunes. I am running 10.4.11, it has a 1.67 GHz G4 processor, 1GB DDR2 SDR

  • Single shared cache for Bridge CS5 and CS6

    I currently have Photoshop CS5.1 and CS6 installed on my Mac. Although I am only using CS6 for my work I have kept the previous version installed just in case any problems emerge with CS6 using Mountain Lion. My simple question is whether or not I ha