FMLA standard hours infotype 2001 not editable when working with date range

Hi All,
The issue described below arises at the Juncture between FMLA Workbench and Absence Infotype IT2001.
When we try to tie a FMLA Request to Absences the process takes us to the Infotype PA2001 screen wherein we would like the Absence Hours Field to be Editable so that we could enter Hours (less than full day).
The process works fine when the FMLA absence is for a single day, i.e. if an employee availed a FMLA leave on a day (whether full day or part of a day) the Absence Hours field (PA2001-STDAZ) is editable and the user can enter any number of hours of his choice.
But the process faces a glitch when the FMLA absence spans over a period of time (i.e. an employee availed a FMLA leave for over a period wherein each day may or may not be a full day absence, in this scenario it would be best if the system allow the user to enter Absence Hours so that the User could enter the exact number of Absence hours correctly. But unfortunately, when an absence spans multiple days the Infotype 2001 screen dynamically turns the Absence Hours field (PA2001-STDAZ) uneditable (grayed out) and the system forcefully enters hours equal to the sum of the work schedule hours for each working day covered in the span of period for which we are trying to enter FMLA Absence Hours.
I have used the USER EXIT and the BADI route and tried to change the Screen Table to editable, but with no luck.
Wondering, if anyone of you could help me out of this glitch.
Thanks in Advance.

Hi,
   I don't think this is possible.
   You cannot make the Hours field editable for a date range.
   I don't think its feasible to enter absence hours on a day basis given a date range.
   Better think of creating a custom infotype to enter absence hours .
   (Design would be : based on the date range entered , say 01.01.2011 to 05.01.2011 , you should get five input enabled
     boxes(dynamically) for five days to enter the absence hours , this is not possible in standard infotype ..... )
Regards,
Srini.

Similar Messages

  • What does HTML have over PDFs when working with data?

    I'm doing some research for a client whose company is moving from PDFs to HTML for their in-house user interfaces.
    What does HTML have over PDFs when working with data?
    Thanks!
    Luke

    PDFs can indeed work with data and can be programmed with javascript. You can do some pretty interesting things with it. It is even possible to create interactive forms on the web using PDF, however it requires server-side support. As a general rule, though, PDFs are terrible as a web interface and it's far easier to work with HTML and PHP.
    HTML is lightweight and PDF isn't (in case that seems like a small thing, it's actually a big negative for PDFs). The success of your PDFs will depend on the versions of acrobat your users use, and getting data in and out of the PDFs will require learning far more about Acrobat's FDF format and XML implementation than you may want to know.

  • Additional plug ins not displaying when working with ERBI Business Objects.

    when working with ERBI Business Objects I am attempting to edit a report which requires Java. When I click on edit I get a bar at the top of the screen that say "Additional plugins are required to display all the media on this page". I click install missing plugins and receive a page that says no suitable plugins were found. I click finish and thus it still won't allow me to edit a report.
    Please help

    Please go to Java's website in this case to download Java.

  • GPS does not appear to work with data-roaming off and no wi-fi network

    I have been using an application called imarkmyspot to produce way-points for synchronising with my camera. When I am in my home country this works fine and a GPS location is found quickly.
    I've recently been abroad and had data-roaming turned off to avoid high expense. The point is that in this situation the GPS does not work (with imarkmyspot or Goggle Maps) unless I can access an open wi-fi network.
    So my question is, is this correct? Does GPS only work with either data access on or when within range of an open wi-fi network.
    If this is feature (bug) of the iPhone then this makes applications such as imarkmyspot rather useless when travelling. Alternatively it could be imarkmyspot that has this problem of course. But I'm quite sure Google Maps did not work either in this situation either.

    The iPhone's GPS does work without a data connection.
    Two weeks ago on a work-related trip I knew I'd be traveling a rural highway that would leave me without data/voice from any source for at least 45 minutes (no GSM service). Before leaving a city with data, I zoomed out using Google Maps far enough to show most of my route, then "nudged" the map so the application wouldn't try to get a data update for the map. I simply used the top power button to turn on and off the screen. The iPhone and GMaps tracked me through for the entire blacked-out section of my trip - I made sure the device had a decent view of the sky and it got a fix and nailed the location within a few seconds.
    Ironically, I'm returning that device in the next few hours for an exchange. The GPS hardware, it seems, has failed about a week ago - the device gets A-GPS fixes now (it shows the nearby 3G and EDGE towers), but won't lock in for more than a second or two. My iPhone's GPS worked, and now it doesn't - AppleCare told me my GPS hardware has failed - and you're may be exhibiting the same failure.
    Some A-GPS devices use their sources to get close by - like my TomTom GO and the ephemeris files it grabs from their servers to get updates on where satellite locations are - and then use the on-board chip to nail the device's position. From what I understand of the iPhone's assistance mechanism, the data tower's and Wi-Fi physical location needs to be correct and available in an accessible database somewhere - my iPhone was showing me near Houston TX (2200 mi/3500 km distant from my actual location) when using 3G data until the data source was updated.

  • Local EPM Excel Connection not responding when working with proxy server.

    Hi All ,
    We were working on a server . Due to some issues we had to use proxy server to connect to the Backend.
    But the Local Connections that were made in Excel to log in via EPM Tab is no more working.
    Is it something related to Proxy Server.
    In that case , how to configure the Local Excel Connections.
    Regards,
    SHUBHAM

    Hi Andy ,
    When we connect to EPM Office Add in link in Web Admin , We get basically 3 options, out of which we choose connect EPM Office Add-in for Excel. But that option is not coming. Rather it asks to install EPM addin, while it has been already installed . This problem has been present for a very long time .
    So in case of Connecting to  Excel Interface , if this option was fine then we could have easily gone to System generated link in Web Admin to connect to EPM Excel interface. But since this option isn't coming so we had to go through making Local Connections.
    But given the Proxy server settings the earlier Local EPM Excel Connections are not working.
    Regards,
    SHUBHAM

  • Select is not working with date range .

    In my program doing a simple select from cdhdr table based on date range i have created but it fails .
    here is the code I am using.
    SELECT SINGLE *   FROM tvarv  INTO  wa_tvarv WHERE name EQ 'Z_SERVICE_CHANGE_DATE' .
    move wa_tvarv-low to v_date .
    move wa_tvarv-high to v_time .
    fill the date range
    *write v_date to ra_date-low  .
        move  v_date TO ra_date-low  .
    *write sy-datum to v_dateh .
        ra_date-high = sy-datum  .
        ra_date-sign = 'I' .
        ra_date-option = 'BT' .
        APPEND ra_date .
    fill the time range
        move v_time  TO  ra_time-low .
    *write sy-uzeit to v_timeh .
        ra_time-high = sy-uzeit  .
        ra_time-sign = 'I' .
        ra_time-option = 'BT' .
        APPEND ra_time .
    *Get all the records from cdhdr table for contract i.e VERKBELEG .
        *SELECT objectclas objectid FROM cdhdr INTO CORRESPONDING FIELDS OF TABLE it_cdhdr*
                                   *WHERE objectclas = 'VERKBELEG'*
                                   *AND  udate IN ra_date*
                                   *and  UTIME in ra_time .*
    above select is creating Problem .
    Help will be Appreciated .

    I wonder if you have a conflict between your date and time.  If you want all records between 3PM and 3AM the next day, that will cause a conflict.  That's because the first date should be "before" the second date, wthin a given day.
    To troubleshoot, why don't you try taking the time part out of the SQL?

  • Down pmnts with taxes are not permitted when processing with jur.code (Message no. FS206)

    Hi Guys,
    I am facing very critical issue on down Payment request, to process with saperate Tax Value.
    We are supporting on Roll-out for Germany. We have implemented all standard SAP processes in the Project. We have also implemented many interfaces and one of the Interface is Sabrix Tax Engine (Tax Jurisdiction Code).
    As per the Germany legal requirement, the Tax has to get calculated whenever the funds gets transfered from one Bank Account to Another Bank Account.
    Coming to the issue: In the Customer Down Payment scenario, we are creating the Down payment request for Customer and as per Germany local requirement the Tax of 19% has to get calculated on Down payment.
    For an Example: We have the Sales Order Contract Value of 100,000.00 EUR and we are creating the Down Payment reqeust of 10% which is 10000 EUR + Tax 19% 1900 EUR.
    We are trying to post the Down Payment request in F-37 and we get the issue "Down pmnts with taxes are not permitted when processing with jur.code". This error is appearing due to Sabrix Tax engine (Tax Jurisdiction Code) has implemented in our System.
    We have gone through the SAP notes 97288 and 213567 and understood that the Standard SAP does not support us to post the Down Payment request with Separate Tax Value, when the External Tax Engine has implemented.
    I request you to suggest me, if you have already seen this issue in any of your Projects and fixed through the work-around solution. We have been working on work-around since 2 weeks, however no result.
    Below is the error message:
    Down pmnts with taxes are not permitted when processing with jur.code
    Message no. FS206

    HI Preeti,
    Thanks for your response. We have already seen the similar SAP notes and the SAP notes explains that the "Down pmnts with taxes cannot be done along with with jur.code". The only solution is to post the DP without Tax.
    However there might be some workaround which can be done in SAP, to process the Down Payment/Advance Payments with Tax Value along with Jurisdiction Code. I would like to know this.
    Did any one seen this case in your experiece, if yes, what is the work-around solution?.
    Need your help guys!,...
    Regards,
    Damodar Naidu

  • Error FS206 Down pmnts w/ taxes not permitted when processing with jur.code

    Issue:   I am encountering a problem entering Taxes when applying  down payments received from customers since we are using a jurisdiction code taxation procedure.  This process works as desired in Europe for our firm.  I found OSS 97288 which is not valid for version ECC 6.0.  Please assist due to US go-live in 2 weeks.Process:  Create Down Payment Request for cash in advance.  Required to tax at this point.  Billing document creates a noted item in the G/L (Special G/L).  I apply customer's payment via transaction F-29 and receive error "FS206 Down pmnts with taxes are not permitted when processing with jur.code."
    Settings:  1) Alternative Recon account for Special GL posting has The tax category on the GL account = B "Output tax - down payments managed gross."  2) Transaction OBXB specifies tax clearing account for transaction key MVA.  This G/Laccount has same tax category setting (B). My settings work perfectly for Europe since they are not taxed via juridicition codes.
    Thank you in advance!

    Check the GL master of the alternative recon account. Ideally there should be no setting in the tax fields as there is no tax calculated on down payment but only on the final amount. Leave the tax fiel blank and do not check mark posting without tax allowed.

  • Firefox 4 Menu Bar - When I hover over or select a menu bar item, the menu bar sub-menu becomes transparent and unreadable. Is this a known issue that can be corrected with an update or is it functionality that is not designed to work with this version?

    Firefox 4 Menu Bar - When I hover over or select a menu bar item, the menu bar sub-menu becomes transparent and unreadable. Is this a known issue that can be corrected with an update or is it functionality that is not designed to work with this version?

    If this happens on monitor 2 of 2, this problem has been solved here:
    http://support.mozilla.com/en-US/questions/794823#answer-157988
    Go to "Firefox"--> "Options" --> "Advanced"
    Then un-check "Use hardware acceleration when available"
    While not verified, I believe this problem is due to an SLI configuration where the focus is on monitor 1. (I.e acceleration is available, but only on monitor 1.)

  • CS3 Postscript fonts not visible when Installed with Suitcase 11.0 Vista Ult64

    CS3 Postscript fonts not visible when Installed with Suitcase 11.0 on Vista Ultimate 64bit.
    Truetype and Opentype work fine. I have searched through all the forums here multiple times, but not found a solution. The only workaround I found was to manually put the font files in c:/ProgramFiles(x86)/CommonFiles/Adobe/Fonts.
    When I put any font files in that folder, they show up in CS3 for use, but not in windows apps. I thought I would make a permanent work around by placing all of my uninstalled font files in that folder, then use suitcase to install them from there. That didn't work because EVERY font in that folder is available to CS3 and turned on. Do they get installed when you put them in there?? It didn't seem like they were installed, and windows apps didn't see them.
    These are workarounds anyway. My main goal is to have suitcase work so I can organize my fonts efficiently. Extensis blames the font and CS3. I have read that there are adobe issues with other font management software as well as suitcase. Any help would be appreciated.

    Got mine FIXED here is what i did:
    Windows 7 64bit SP1, CS 5
    Postscript fonts (comprising of *.pfb + *.pfm files) did not show up in any CS5 app, but showed OK in Word, Excel, Notepad etc.
    Tried  activating through Suitcase Fusion 2 and also through FontExpert 2009 -  but neither of them made the fonts visible in CS5 apps
    1) open Start Menu/Control Panel/Fonts
    2) on the sidebar there is "Font settings" item
    3) set the settings as i did
    [    ]  Hide fonts based on language settings
    [ x ]  Allow fonts to be installed using a shortcut (advanced)
    FIXED mine,
    now i can use Suitcase Fusion 2 to install any PFB/PFM fonts without any problems...
    PLEASE IF THIS WORKED FOR YOU TOO, LEAVE A MESSAGE HERE SO OTHERS KNOW IF THIS FIX IS 100% WORKING

  • Adobe guideline on design documents when working with freelance team members or agencies

    Adobe guideline when working with freelance team members or agencies:
    should the publisher recieve a copy of the documents (Indesign etc) used to publish it's magazine?
    Our client has an ongoing discussion with a freelance designer who was hired to make editions of their interactive magazine.
    The publisher has briefed the designer on their digital magazine and the designer created the folio-files, based on their input (design, pictures, video, audio, texts, etc) and their printed magazine. The publisher is the owner of the copyrights on this material.
    The designer used the software licenses provided by the publisher, but refuses to hand over the Indesign-file after recieving full payment for his design work. Is there a Adobe guideline or 'best practice' I can consult in this matter to help resolve this discussion?
    Thank you.

    Hi Yves,
    I know this case very well and here the publisher has payed for all time spent in and the cost of DPS training. The material is copyrighted and owned by the publisher and he also owns the DPS license.
    To keep your example: this feels like the worker assembling the car wants to keep the car and be payed his hourly wage to assemble it.
    It's not an original work, that is clear to me.
    Bob

  • InDesign CC 2014 is very very slow when working with a table.

    InDesign CC 2014 is very very slow when working with a table. Every 1/2 - 1 hour it nearly falls back, impossible to work with. While this project must be finshed quite soon..
    What the hell is the matter with this Creative Cloud. I havea very fast iMac form 2014. I closed all other programmes, even cannot listen to music now. More people with this problem??
    Martien

    @Martien – How complex is your table?
    How many cells? Merged ones as well?
    Complex formatting of texts inside the cells?
    Complex formatting rules of table rows and/or columns?
    Many images inserted?
    If yes, and the table is running through many text frames of many pages, I fear, you can do nothing against slowness.
    Nothing but: Greek text, not showing the page contents in the Pages Panel, in short: anything you can do to get better performance in redrawing of the screen.
    If you have the chance to break up one big table in several parts, do that and edit its parts one after another isolated. Pehaps in different documents.
    Then merge the parts in one table, if you want to flow it from page to page.
    Uwe

  • How do you turn off the auto select behavior when working with shape layers?

    How do you turn off the auto select behavior when working with shape layers?
    I am using either of the path selection tools to select only some of the paths on the layer. I have the proper layer targeted. I have the selection too auto select option turned off.
    If another layer has a path in that area, that layer becomes auto targeted and I get the wrong path. Turning off the layer is the only way to avoid this but then I have to  turn on the layer back on between making my selection and transforming to use the other layer as guide. Is there any way to stop this auto select? Locking the other layer does not stop the auto select, just prevents editing.

    As far as i know the move tool options don't have any effect on the path selection tools.
    You might try clicking on one of the path points or on the path itself with one of path selection tools and if you want to select multiple points
    you can shift click with the Direct Selection Tool or Alt click to select the entire path.
    more path shortcuts:
    http://help.adobe.com/en_US/photoshop/cs/using/WSDA7A5830-33A2-4fde-AD86-AD9873DF9FB7a.htm l
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7391a.h tml

  • Please Help "This accessory is not made to work with iPhone" iPod??

    Hiya i wondered if someone here can help me please.
    Today i went to play my ipod feature on my iPhone and it started playing on the iPhone speakers which i wanted, Then all of a sudden it stoped i checked it out and had an error message saying the following.
    "This accessory is not made to work with iPhone
    Do you wish to switch to aeroplane mode
    YES/NO"
    There is no accessory connected to the phone and also it has not been in contact with water which i heard sometimes triggers this error.
    When i press the NO option the volume cuts out and the volume slider disapears on the ipod and also the volume buttons dont work.
    I dont really want to factory restore it but if thats my only option then i will do it. Also i have only had the phone for less than 20 days.
    Any Help/Advice is really apprieciated.

    Check your iPhone's dock connector port for any dirt, lint, or foreign material, and it doesn't take much.
    If clear, the standard troubleshooting steps in order are power your iPhone off and on, an iPhone reset - which is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release - ignoring the slide to turn off prompt when doing so, restoring your iPhone with iTunes from your iPhone's backup, and restoring as a new iPhone or not from your iPhone's backup.
    If no change after any of these steps in order, you can call AppleCare or make an appointment at an Apple store if there is one nearby.

  • How to get exact match when working with Oracle Text?

    Hi,
    I'm running Oracle9i Database R2.
    I would like to know how do I get exact match when working with Oracle Text.
    DROP TABLE T_TEST_1;
    CREATE TABLE T_TEST_1 (text VARCHAR2(30));
    INSERT INTO T_TEST_1 VALUES('Management');
    INSERT INTO T_TEST_1 VALUES('Busines Management Practice');
    INSERT INTO T_TEST_1 VALUES('Human Resource Management');
    COMMIT;
    DROP INDEX T_TEST_1;
    CREATE INDEX T_TEST_1_IDX ON T_TEST_1(text) INDEXTYPE IS CTXSYS.CONTEXT;
    SELECT * FROM T_TEST_1 WHERE CONTAINS(text, 'Management')>0;
    The above query will return 3 rows. How do I make Oracle Text to return me only the first row - which is exact match because sometimes my users need to look for exact match term.
    Please advise.
    Regards,
    Jap.

    But I would like to utilize the Oracle Text index. Don't know your db version, but if you slightly redefine your index you can achieve this (at least on my 11g instance) :
    SQL> create table t_test_1 (text varchar2(30))
      2  /
    Table created.
    SQL> insert into t_test_1 values ('Management')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Busines Management Practice')
      2  /
    1 row created.
    SQL> insert into t_test_1 values ('Human Resource Management')
      2  /
    1 row created.
    SQL>
    SQL> create index t_test_1_idx on t_test_1(text) indextype is ctxsys.context filter by text
      2  /
    Index created.
    SQL> set autotrace on explain
    SQL>
    SQL> select text, score (1)
      2    from t_test_1
      3   where contains (text, 'Management and sdata(text="Management")', 1) > 0
      4  /
    TEXT                             SCORE(1)
    Management                              3
    Execution Plan
    Plan hash value: 4163886076
    | Id  | Operation                   | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |              |     1 |    29 |     4   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T_TEST_1     |     1 |    29 |     4   (0)| 00:00:01 |
    |*  2 |   DOMAIN INDEX              | T_TEST_1_IDX |       |       |     4   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("CTXSYS"."CONTAINS"("TEXT",'Management and
                  sdata(text="Management")',1)>0)
    Note
       - dynamic sampling used for this statementJust read that you indeed mentioned your db version in your first post.
    Not sure though if above method is already available in 9i ...
    Message was edited by:
    michaels

Maybe you are looking for

  • Error message when installing CS5

    When trying to re-install CS5 after harddisk crash I get error message with this text from log: Exit Code: 6 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 3 error(s), 1 warning(s) WARNING: P

  • Error in custom travel request form

    Hi friends   I have copied the standard Adobe form FITP_REQUEST_FORM to custom ZFITP_REQUEST_FORM and i have written a function module like this. DATA : V_FORMNAME      TYPE FPNAME,        V_FMNAME        TYPE FUNCNAME,        FP_OUTPUTPARAMS TYPE SF

  • Operation Could Not Be Completed:  Too Many Open...

    I've had this error showing up a lot in the Safari 3.2 and 4.0 beta activity window when loading multiple tabs of pages with many images (usually gallery type pages or blogs with lots of thumbnails). The result is that some images or other elements l

  • Pasting text from email

    I just update to the recent version of Dreamweaver--version 8. I think the previous version I had was 7. The way text is pasted is entirely different in this version and I can't seem to retain line breaks. Pasting it as is creates one long unbreakabl

  • White screen of... :O

    When i boot my Mac it stays on the white screen then proceeds to a black screen stating theres no bootable device. To get around this i have to press the option button to load up the right part of the hard drive. (Forgot to mention this is because me