To implement new value for sick leave

hi
i need to change sick leave(SICK_LEAVE_FULL_PAY_DAYS ) for employees from 6 to 15 ie from 1-march-2010 every employee has to get 15 days sick leave
for example an employee A has to get sick leaves based on 6 days sick leave for the month of JAN and FEB as well as from march onwards sick leave based on 15 days
ie say an employee joined on 2nd jan 2010
his sick leave would be ------sick leave based on 6 days for jan ,feb+sick leave based on 15 days from march onwards
  GLOBAL VALUES DEFINED IN ERP IN UK HRMS-TOTAL COMPENSATION-GLOBAL VALUES ie opening GLOBALS window
  NAME                              DESCRIPTION                                                    TYPE          VALUE    (EFFECTIVE DATES )from DATE   to date
SICK_LEAVE_25_PERCENT_PAY_DAYS    25% Paid Sick Leave Days Slab                                  Number        24                      01-JAN-1990
SICK_LEAVE_50_PERCENT_PAY_DAYS    50% Paid Sick Leave Days Slab                                  Number        18                      01-JAN-1990
SICK_LEAVE_75_PERCENT_PAY_DAYS    75% Paid Sick Leave Days Slab                                  Number        12                      01-JAN-1990
SICK_LEAVE_DEDUCTIBLE_SLAB1       Sick Leave Deductible Percentage For The First 6 Days          Number         0                        01-JAN-1990
SICK_LEAVE_DEDUCTIBLE_SLAB2       Sick Leave Deductible Percentage For The Next 6 Days         Number        25                        01-JAN-1990
SICK_LEAVE_DEDUCTIBLE_SLAB3       Sick Leave Deductible Percentage For The Third  6 Days        Number        50                         01-JAN-1990
SICK_LEAVE_DEDUCTIBLE_SLAB4       Sick Leave Deductible Percentage For The Fourth 6 Days      Number        75                         01-JAN-1990
SICK_LEAVE_DEDUCTIBLE_SLAB5       Sick Leave Deductible Percentage Beyond 24 Days              Number        100                        01-JAN-1990
SICK_LEAVE_FULL_PAY_DAYS          Fully Paid Sick Leave Days Slab                               Number          6                          01-JAN-1990
SICK_LEAVE_NO_PAY_DAYS              0% Paid Sick Leave Days Slab                               Number         30                          01-JAN-1990could someone pls guide me ,can i change manually in the globals window the value 6 to 15 (needed value)
thanking in advance
Edited by: makdutakdu on Sep 15, 2010 2:01 PM
Edited by: makdutakdu on Sep 15, 2010 2:02 PM
Edited by: makdutakdu on Sep 15, 2010 2:03 PM
Edited by: makdutakdu on Sep 15, 2010 2:04 PM
Edited by: makdutakdu on Sep 15, 2010 2:06 PM
Edited by: makdutakdu on Sep 15, 2010 2:06 PM
Edited by: makdutakdu on Sep 15, 2010 2:07 PM
Edited by: makdutakdu on Sep 15, 2010 2:07 PM
Edited by: makdutakdu on Sep 15, 2010 2:08 PM
Edited by: makdutakdu on Sep 15, 2010 2:16 PM

The jar command's -u option is about as easy as I know.
See the jar command documentation for the details.

Similar Messages

  • Public Holiday calendar not to be taken into account for Sick Leave

    Dear All,
    I need help.
    Public Holiday calendar not to be taken into account for Sick Leave.
    Eg -When I employee applies for sick leave, the public holiday in between the dates shouldnt be considered. How can I configure this requirement.
    Please help.
    Regards,
    Poornima

    For that group, you need 2 counting rules:
    - one for Holiday Class 0 (not a public holiday) and Day Work Schedule Class 0 (not a working day)
    - one for Holiday Class 0 (not a public holiday) and Day Work Schedule Class 1 to 9 (a working day)
    If you want, you can add an other one or two for Holiday Class 1 to 9 (public holiday)
    extract from our T556C
    2       1   10 Q      10 Sick leave deduct from quotas (incl personal/spec) XXXXX   X  X    XXXXXXXXXX  XXXXXXXXX X X        XX XX    100.00  100.00              1     1       10              
    2       1   10 Q      11 Sick leave deduct from quotas (incl personal/spec) XXXXX   X  X    XXXXXXXXXX X          X X        XX XX      0.00    0.00              1     1       10              
    2       1   30 Q      10 Special leave with pay (with quotas deduction)     XXXXX   X  X    XXXXXXXXXX  XXXXXXXXX X X        XX XX    100.00  100.00              1     1       30              
    2       1   30 Q      11 Special leave with pay (with quotas deduction)     XXXXX   X  X    XXXXXXXXXX X          X X        XX XX      0.00    0.00              1     1       30

  • How to set a new value for formula field in crystal reports xi?

    <p>How to set a new value for formula field in crystal reports xi?</p><p>//formula</p><p>{@description}</p><p> </p><p>exemplo in VB6</p><p>crxSubreport.FormulaFields.Item(1).Text =  "&#39;Subreport Formula&#39;"  or</p><p>crxSubreport.FormulaFields.Item("description").Text =  "&#39;Subreport Formula&#39;"</p><p>How to in JRC?</p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>

    Hi,
    This functionality is known to be very important and is a key part of the next major release of the JRC planned for the first half of 2008.
    Regards,
    <p>Blair Wheadon</p>
    <p>Product Manager, Crystal Reports</p>

  • How to save a new value for Set command variable

    I am using SET [variable = [String]] to update Set variable. It works fine. But when I restart MSDOS Prompt, I get old value for variable.
    How to save a new value for SET command variable?
    I am using Windows XP.

    And this has to do with java how?

  • Set new value for VO attribut

    I have function in package on database which is param is String and return value is also String(VARCHAR2).
    That function calculate some field on db and return a result.That is OK
    I made VO in my AM.
    "SELECT package_name.func_name("string") from dual" and that is OK also.
    When I start that module I recive valid result from database based on string which I passed to function.
    And that works fine.
    Question :
    How can I change value or how can I set new value for the package_name.func_name(variable) in VO
    during runtime in my application ? ^^^^^^^^
    JDeveloper 9.0.3.988

    I have function in package on database which is param is String and return value is also String(VARCHAR2).
    That function calculate some field on db and return a result.That is OK
    I made VO in my AM.
    "SELECT package_name.func_name("string") from dual" and that is OK also.
    When I start that module I recive valid result from database based on string which I passed to function.
    And that works fine.
    Question :
    How can I change value or how can I set new value for the package_name.func_name(variable) in VO
    during runtime in my application ? ^^^^^^^^
    JDeveloper 9.0.3.988 1. When using stored procedures it would be better to use it in following way:
    Connection conn = //get it some how
    CallableStatement cs = conn.prepareCall("{call myPackage.do_something(?)}");
    cs.registerOutParameter(1, java.sql.Types.VARCHAR);
    cs.execute();
    2. You could parameterize it like this:
    CallableStatement cs = conn.prepareCall("{call " + packageName "." + funcName + "(?)}");
    cs.registerOutParameter(1, java.sql.Types.VARCHAR);
    cs.setString(1,"someString");
    cs.execute();
    String result = cs.getString(1);
    where packageName and funcName are defined elsewhere
    --hery

  • How do I get a new value for the service name field and update it in Connection Properties?

    I am running Windows Vista. I just upgraded to Firefox 4. When I try to log on to the internet, it tells me the proxy server is refusing connections. A diagnostic reported Error 815 and said the remote server is not responding because there is an invalid value for the "Service Name" field. It said to get a new value and update it in Connection Properties. How do I do this?

    When you create a new film script, the first page you see is a title page.
    The page after this title page is the one where you generally type in your scenes.
    It looks like you are facing some issue and not able to delete any text.
    Can you please send me this script so that I can have a better look at your issue?
    You can save this script to disk by using option 'File -> Save to disk'. This will create a '.stdoc' file on your system.
    Just mail this '.stdoc' file to me at 'roverma <at> adobe <dot> com'
    Thanks

  • How to add new fields for ESS leave request

    Hi friends,
    Can u please help me with my issue.......
    My issue is to add new fields in ess/leave request i.e...
    The component needs to be Checked-out through Net Weaver Development Infrastructure, make the necessary enhancements, and finally Check-it-in back to NWDI.
    Custom Function Modules are to be invoked apart from the standard ones that are already available in the Leave Request component – ess~lea inorder to accommodate the extra absence-type logic.
    can u please sujjest me where should i make changes in the given 14 components
    means in which view i have to add these fields.................
    Regards
    Rajesh

    Hi Rajesh ,
    Check whether u are able to find the ess dc's under inactive dc's in webdynpro
    If ur not able to find it then Check the landscape configurator in CMS and also the transport studio and confirm that ess packages are imported fine
    Ganesh ,
               for creating a DTR client u need to open the DTR perspective right click and "create clients" before that go to windows ->preferences of the NWDS and check the development infrastructure URL is gven correctly ...try pinging it once...
    Do check ur SLD is up or not!!!
    Regards
    Krishna
    Message was edited by:
            krishnagopal Mukundan

  • How to check old and new value for a text item attached to a lov?

    Hi,
    I am new to Forms.
    I need your help in following.
    I have a form which has a text item which is attached to a LOV. I want to track what changes are being done using that form. So i want to know what was old value and what is new value.
    I can get the new value as it is there in form field. how can i know what was the old value.
    Thanks
    Prashant Pathak

    This is wrong:
    name_in(':' ||l_audit_block.field_name)
    this is right and will get you the current value of the the item:
    name_in('l_audit_block.field_name');
    Assuming the name of you block is "l_audit_block" and the name of your item is "field_name".
    Please note name_in() returns your current value for an item. In your case this may or may not be the "old" value. I define "old" value as the value it was when it was queried. If that is what you are looking for you need to use the get_item_property() call that Steve described above.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HR-ABAP-want user exit for pa30  for creation 2001 infotype for sick leave

    Hi ALL,
             My requirement like, whenever I try to create a sick leave through PA30 Tcode for infotype 2001 then the has to be trigger like, if the personnel joing date will be from Feb-Dec any date of the year then, the SL will be valid for next year Jan.
    Ex; Todya I am creating SL on 2001 infotype. then the condition will
            If joining date not Jan 2007 then,
             Leave will be valid for next year Jan 2008.
    So, let me know is there any user exit for  this.
    Thanks In advance.
    J.P

    Find myself

  • Find date range for sick leaves

    Hi,
    Ive been trying to get readable output from HR system.
    I have added the source data into Data Model, since i had to read the data with power query. Now i have pivot table like this:
    date        workdaY?    user
    6.3.2014    Sickleave    user1
    1.2.2014    Sickleave    user2
    2.2.2014    Sickleave    user2
    5.3.2014    Sickleave    user4
    5.3.2014    Sickleave    user1
    5.5.2014    Sickleave    user1
    16.9.2014  Sickleave    user3
    7.3.2014    Sickleave    user1
    6.5.2014    Sickleave    user1
    6.3.2014    Sickleave    user4
    Is there any possible way to get some kind of find function to sort and combine the data like this:
    user1        Sickleave    5.3-7.3.2014
    user1        Sickleave    5.5-6.5.2014
    user2        Sickleave    1.2-2.2.2014
    user3        Sickleave    16.9-16.9.2014
    user4        Sickleave    5.3-6.3.2014

    One way to do this is with a VBA macro.  The following should get you started.
    As you can see looking at the macro, the original data is assumed to be on a worksheet named HRData and starts in A1.
    The results are placed on the same worksheet but starting at cell G1.  You could easily write the results to another worksheet.
    The original data is copied to a temporary worksheet for sorting (and the temporary sheet is subsequently deleted).
    A Class Module is added so we can use a User Defined Object which has the properties of the user name, start date and end date of the vacation period.
    We then cycle through the sorted data, and create a Sickleave object and add it to a collection.  If the "previous" row has the same user, and the date is one more than the previous End Date, we add one to the previous end date; if not, we
    create a new object and start another sickleave period.
    This is the data input:
    and  here are the results:
    To enter this Macro (Sub), <alt-F11> opens the Visual Basic Editor.
    Ensure your project is highlighted in the Project Explorer window.
    First, from the top menu, select Insert/Class Module.  Highlight the new class module in the Project Explorer; click F4, and rename it to cSickLeave
    Then paste the code below into that class module:
    =======================================
    Option Explicit
    Private pUser As String
    Private pStartDt As Date
    Private pEndDt As Date
    Public Property Get User() As String
    User = pUser
    End Property
    Public Property Let User(Value As String)
    pUser = Value
    End Property
    Public Property Get StartDt() As Date
    StartDt = pStartDt
    End Property
    Public Property Let StartDt(Value As Date)
    pStartDt = Value
    End Property
    Public Property Get EndDt() As Date
    EndDt = pEndDt
    End Property
    Public Property Let EndDt(Value As Date)
    pEndDt = Value
    End Property
    Then, from the top menu, select Insert/Module and
    paste the code below into the regular module window that opens.
    To use this Macro (Sub), <alt-F8> opens the macro dialog box. Select the macro by name, and <RUN>.
    ====================================
    Option Explicit
    Option Compare Text
    Sub SickLeave()
    Dim cSL As cSickLeave, colSL As Collection
    Dim wsSrc As Worksheet, wsRes As Worksheet
    Dim wsTemp As Worksheet, rTemp As Range
    Dim vSrc As Variant, rSrc As Range
    Dim vRes() As Variant, rRes As Range
    Dim I As Long
    'set Worksheets
    Set wsSrc = Worksheets("HRData")
    With wsSrc
    Set rSrc = .Range("A1", .Cells(.Rows.Count, "C").End(xlUp))
    End With
    Set wsRes = Worksheets("HRData")
    Set rRes = wsRes.Range("G1") 'upper left cell of results
    'Sort the HRdata on a Temp sheet
    Worksheets.Add
    Set wsTemp = ActiveSheet
    Set rTemp = wsTemp.Range("A1")
    rSrc.Copy rTemp
    Set rTemp = rTemp.CurrentRegion
    With rTemp
    .Sort key1:=.Columns(3), order1:=xlAscending, _
    key2:=.Columns(1), order2:=xlAscending, _
    Header:=xlYes, MatchCase:=False
    End With
    vSrc = rTemp.Value
    With Application
    .ScreenUpdating = False
    .DisplayAlerts = False
    wsTemp.Delete
    .DisplayAlerts = True
    End With
    'create collection for results
    Set colSL = New Collection
    For I = 2 To UBound(vSrc)
    If vSrc(I, 2) = "Sickleave" Then
    If I = 2 Then
    Set cSL = New cSickLeave
    With cSL
    .User = vSrc(I, 3)
    .StartDt = vSrc(I, 1)
    .EndDt = vSrc(I, 1)
    colSL.Add cSL
    End With
    ElseIf vSrc(I, 3) = colSL(colSL.Count).User And _
    (vSrc(I, 1) - 1) = colSL(colSL.Count).EndDt Then
    With colSL(colSL.Count)
    .EndDt = .EndDt + 1
    End With
    Else
    Set cSL = New cSickLeave
    With cSL
    .User = vSrc(I, 3)
    .StartDt = vSrc(I, 1)
    .EndDt = vSrc(I, 1)
    colSL.Add cSL
    End With
    End If
    End If
    Next I
    ReDim vRes(0 To colSL.Count, 1 To 3)
    vRes(0, 1) = "User"
    vRes(0, 2) = "workdaY?"
    vRes(0, 3) = "Date Range"
    For I = 1 To colSL.Count
    With colSL(I)
    vRes(I, 1) = .User
    vRes(I, 2) = "Sickleave"
    vRes(I, 3) = Format(.StartDt, "d.m\-") & _
    Format(.EndDt, "d.m.yyyy")
    End With
    Next I
    Set rRes = rRes.Resize(UBound(vRes) + 1, UBound(vRes, 2))
    With rRes
    .EntireColumn.Clear
    .Value = vRes
    .EntireColumn.AutoFit
    .Rows(1).HorizontalAlignment = xlCenter
    End With
    Application.ScreenUpdating = True
    End Sub
    Ron

  • EDI - ECC 6.0 DOCREL value.  Old value 46C, what's new value for ECC 6.0?

    Good morning all.  We are upgrading from 4.6C to ECC 6.0.  When  testing the inbound idocs for Purchase Orders, I am getting en  error on the DOCREL field.  It says that the value 46C is  invalid.  My question is: what is the valid value for the ECC  6.0 version of R/3?  Are there different values for different message types?  Thank you in advance!

    Hi,
    > 1 : How much space i exactly need for the same.As per document i will need 50 GB extra for DB and Some file system space for Downloading S/W and some temporary space.But as per discussion with some of my friends who did EHP5 upgrade it took approx 350 GB extra space, Also as per document in CHECKS Phase i will get the message for the sapce requirement but for the Presentation purpose i need to provide these detail to Client.Can you give your opinion.
    >
    > (Our Databse size is around 1TB )
    >
    Space required will be around 50-80 GB only. Initially you will need more space because it will ask you to create some new containers. But after upgrade you can delete old containers that will be empty and can release some space. Same has been there in post-installation steps of EHP5 upgrade guide.
    >
    > 2 : I want to know what will  be the impact on other systems like EP and PI, After activation of new functionalities how they will be reflected on the Portal or i need to upgrade my EP system as well ?????
    > Similarly what steps i need to perform for BI and PI systems.
    >
    You can check SAP note 1388258 for the same.
    Thanks
    Sunny

  • Define a new value for CAP

    Hi Experts,
    In the system we have the values for CAP as follows
    1 u2013 Industrial workers / hourly wage
    2 u2013 Industrial workers / monthly wage
    3 u2013 Salaried employee
    4 u2013 Non Pay scale employees
    5 u2013 Public servant  
    And it says "The grouping for the collective agreement is not subject to any restrictions."
    What does it mean?  Can we define a custom value  like 
    6 - Consultants/Hourly (just an example) . If yes in which table do we need to define that?
    If no, why it is restricted in SAP?.
    with the above values would it be possible to represent the whole global EE populations?
    Any pointers welcome. Points guaranteed....

    Hi,
    There is no restriction for CAP values. You can go ahead and define your own values for EG/ESG in view V_503_B (you would notice itu2019s an open field). You will also need to make sure to configure pay scale groups and levels for the new CAP.
    PCR values, however, are fixed and cannot be changed. The table for that is T546A.
    Hope this helps.
    Donnie

  • Urgent -Need to Add new values for the LOV field in forms

    HI,
    I am customizing an existing form. In that i need to add some values for the LOV fied which can be used during run time.
    Please Can some one help me in doing this?
    Thanks
    Suresh P

    Go to Navigator and edit the LOV or create a new one.
    hope that helps!

  • What MIDI value for Volume leaves the slider uneffected

    I realize that the MIDI value of Pan = 64 leaves the pan pot centered.
    What MIDI value for volume will likewise, leave the volume slider unaltered?
    (other than NO Midi controller 10 sent.)
    -Curtis

    Thank you so much.

  • How to set new value for the existing jar file

    Help:
    I am wondering if there is a simple to update value for Manifest-Version in a existing jar file?
    Thanks!

    The jar command's -u option is about as easy as I know.
    See the jar command documentation for the details.

Maybe you are looking for

  • Files on Memory Card

    I am deleting unwanted files and programs from my Memory Card. There are some names having large files  i am not familiar with. MSG-m1 MSG-m1b MSG-m2 MSG-m4 & m4b NASB module 1 & 1F NASB Module 2 &2F  NLT-m1 - m4 I cant figure what they are associate

  • 0PA_C01  different results from two queries on the same cube ....

    HI Can you please help with this  problems ... i am running a two queries with the same restrictions e.g Sep 08 for employee 22345 , In one report it shows the Pay Scale level as A1 , then in the other report it shows Pay scale Scale level as A2  , l

  • [solved] Gnome lockscreen questions

    1. Is there a way to get rid of the necessity to pull up the gnome lockscreen or press enter or escape before I can type the password? I want to type directly the password without pressing any button before. 2. Can I set up gnome to blank the screen

  • FCE to FCP? Can I transfer an unfinished FCE file into FCP?

    Hi all, I would like to know if i can transfer a FCE file into FCP and continue editing from there? I started my first project in FCE, after many months of learning the basics the hard way. Having now read about the features of FCP, I am considering

  • Error messages when trying to conform

    Hi I keep getting the same error messages repeatedly when trying to conform in Soundtrack 2: An Unexpected Problem NSRangeException * -[NSCFArray objectAtIndex:]: index (11) beyond bounds (11) Any advice would be really appreciated. Warm regards Pete