IT0014 Deduction occurs on 1st and 3rd week pay periods

Hi Sap Experts,
Please help me to understand and how to configure the below requirement.
IT0014 - Payment/ Deduction occurs only on 1st and 3rd Payperiods ( Pay frequency is Weekly).
Thank you,
Naga

Naga,
For this requirement you need to setup the payment models.
->Define Payment model
->Generate the payment model calander
->Set the pay periods for payment models
->Assign a wage type which needs to go with this payment models.
All you can do in the SPRO under deductions node, -> deduction frequency
Hope this helps you
Thx,
Ashish

Similar Messages

  • How to Call Center Opens at a diffrent times 1st and 3rd Tue. of the Month

    Hello all,
    I'm new to UCCX and doing my best to understand scripting. I've created a script that's is normally open 7am to 12pm closed from 12pm to 1pm for lunch then open from 1pm to 5pm then closed again until 7am.
    Now every 1st and 3rd Thursday of the month they open at 9am instead of 7am.
    How would like script something like this? Is this possible?
    Thanks in advance for the help.
    We are running UCCX version 8.5 and using the IPPA.

    Here's a solution that works with Enhanced.
    The solution is simple.  If today's Day of Week (DoW) is equal to the target DoW, then we jump backwards in time by one week, and if we're still in the same month, we repeat that process over and over again, until we have stepped back so far, we step into the previous month.  All along the way, keeping track of how many times we were able to jump back in the same month.  This becomes our instance counter and what we check to see if we are on the correct instance of the target DoW.
    Subflow Script
    Variables
    boolean is_matched = false
    Date today = d[now]
    Date date_crawler = d[now]
    int target_dow = 0
    int target_instance = 0
    int instance_counter = 0
    Script: system-date-instances.aef
    StartLABEL0:If (date_crawler.dow == target_dow) Then  True    Increment instance_counter    Do date_crawler.setDate(date_crawler.date - 7)    If (date_crawler.month == today.month) Then      True        Goto LABEL0      False  FalseSet is_matched = instance_counter == target_instanceEnd
    Caller Script
    Variables
    boolean is_third_thursday = false
    Script - main-aa.aef
    Start...the intro to your script.../* You will need to pass in two integers as input parameters: target_dow and target_instance *//* taget_dow can be 1 - 7 (Sunday - Saturday) *//* target_instance would be a number representing which DoW you are interested in *//* E.g., If I wanted to know if today is the third thursday in the month I would pass in: *//* target_dow = 5 and target_instance = 3 *//* You will need to get back one boolean as an output parameter: is_matched */is_third_thursday = Call Subflow(SCRIPT[system-date-instances.aef], is_matched)If (is_third_thursday)  True    ...use modified business hours...  False    ...use regular business hours......the rest of your script...End
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.
    Tags: first, second, third, fourth, sunday, monday, tuesday, wednesday, thursday, friday, saturday
    Message was edited by: Anthony Holloway - Adding tags

  • How do I schedule street sweeping (e.g., 1st and 3rd Thursday) in calendar?

    How do I schedule street sweeping (e.g., 1st and 3rd Thursday) in calendar? 

    Apple doesn't offer this service.

  • Can 1st and 3rd slots of X99S SLI Plus be used for SLI?

    Can I use the 1st and 3rd full size PCI slots for SLI on the MSI Global X99S SLI PLUS mobo?
    Specs:
    * i7-5960X, intend to OC
    * Corsair H100i cooling
    * Corsair AX860i pu
    * 32gig 2400 DDR4
    * Samsung XP941 256GB Ultra M.2 PCIe
    * 2x Gigabyte GTX 970 Gaming, intend to OC
    I'd like to not put the 970's on top of each other when there's so much extra space - will i get PCIx16 if I use the 1st and 3rd full size slots? Any downside at all?

    yeah its a shame, makes for a bad design if using sli on air imho, one card runs 20-25c hotter than the other :(
    if I had known of this design problem i would have gone for a different board :(
    can't understand MSI's reason for this?
    not looking forward to the summer heat coming, might have to try water cooling (if there is room) but even that looks a tight fit?
    has anyone run wwater cooling on the MSI GTX970 Gaming on these boards?

  • Powershell get-date 1st and 3rd Wednesday

    I'm trying to run a script every the 1st and 3rd Wednesday of each month.
    Any ideals?
    Thanks,
    Kevin

    That means it's not working on a monthly basis. Assuming you don't want it to store a 'last run' somewhere you'd probably have to adjust it to loop through the entire year.
    $AllWednesdays = (0..365 | foreach {
    ([datetime](Get-Date).ToString('01/01/yyyy')).AddDays($_) |
    Where {$_.dayofweek -eq 'Wednesday'} } )
    $evenWednesdays = @()
    for ($counter = 0; $counter -lt $allWednesdays.count; $counter++)
    if ($counter % 2 -eq 0)
    $evenWednesdays += $AllWednesdays[$counter]
    I'm sure there's a much nicer way to do it though.

  • Is it possible to do "1st and 3d" week of month events?

    I'd like to have a recurring event that happens 1st and 3d Monday of the month. The custom option for recurring events doesn't seem to allow this ... but is there a way?

    Tahm,
    It appears to me that you will have to create an event and use "Custom" to repeat the first Monday:
    ...and then create a second event on the third Monday.

  • To run a job on 1st and 2nd week of the month.

    I need to schedule  a job on 1st full week and 2nd full week of the month.  What is the best way to identify the Week and trigger the job?  Any input is appreciated.
    thx
    Jeff

    Hi Jslader,
    I agree with the 1st option of Visu - by calendar.
    For example, assign the CALENDAR parameter to MNTH-12WK (example only) unless there are predecessors of the job you have created.
    Best regards,
    Sev

  • I have a problem with syncing my calander with outlook 2007 for iPhone 5s, ipad 1st and 3rd generation. Contacts work find, and new and changed enteries in outlook all go to the devices. Device Cal changes do not appear in Outlook

    Over the past year or so, I have been unable to fully sync my iPads with outlook 2007 calander. Now I have an iPhone 5s, and really need the calander fixed. Contacts seem to sync in both directions, and any new or changed cal enteries in outlook appear on the device. The problem is that any new or changed calander enteries do not make ip back to outlook 2007, so there is only one-way syncing (down to the device) but no return, for calander entries.
    I am now using the latest itunes, which I followed the recommendation delete all apple stuff, and then reinstall, I have used scanpst, built new PSts, etc, am I am stuck.
    Not using icloud either.
    Not using wi-fi, purely USB cabale sync
    Running on Windows XP, SP3
    Now IOS 7.0.2 on iPhone and 1 iPad (3rd gen)

    Kept searching, found this: https://discussions.apple.com/message/23321067#23321067
    Bottom line: if you follow the recommendation to delte all itunes software and re-install, it don't work (at least for me and many others).
    However, purge the data (certain data) and the data syncs.
    I think the folder is Apple Computer\Preferences and it needs to be purged.
    To be sure, maybe someone can rename the folder on their system, then run itunes and see if it syncs ok.
    The idea is to figure out the least minimum stuff that needs to be touched in order to get a working solution than having to purge all Apple software and then rebuild it all over again.
    I had purged other files out of inpatience, but did not want to purge entire folders because I had Safari, and Quicktime software, and did not want to wipe that out, Plus there were software downloads and device backups in some of those folders. But I really believe it is the preferences folder, and I would like someone with the same problem to try it and verify it.
    Once the preferences folder is removed/renamed (taken out of the picture) pluggin in the device and go to the INFO (I think that is the iTunes tab) page where you select calanders, contacts, email accounts, etc. They will all be unchecked (because you wiped out the preferences) and you need to reselect them. Then run your sync.
    What I had done in testing was create something on the device, and modify something else on the device looking to see what got up to Outlook. I got the good news that something good was happening when I got the conflict message from iTunes, and it showed both Outlook and iPhone, showing the calander entry I changed on the iPhone. Never got that before. After the sync, everything looked good the few test entries were uploaded to outlook.
    Now, My Cal is 10L+ enteries, and I am doing 100% sync (I don't select the option to ignore enteries over x days). I also have 1400+ contacts. Before this change, the sync of contacts & calanders took a couple of hours (and only operated ONE-WAY, now the syn is taking less than 5 minutes for this one step.
    I am a Windows XP Professional user, x32 bit system, using Outlook 2007, iTunes 11.1.1.11, I am standalone (no exchange server) and have about 10 email accounts (mainly POP) defined. I am using only one calander in outlook, but I have Outlook and 2 gmail calanders in the iPhone.
    I am running iPhone 5s and iPad 3rd Gen both with IOS 7.0.2 and a 1st generation iPad with the latest version of IOS 5.x.
    If anyone else has success, I'd like to hear, along with your experience.

  • Payroll Calendar and Work Week Changes

    Hi  All,
    Good Afternoon. We are on SAP ECC 6.0 with EHP4. Currently our Biweekly
    payroll Work Week starts on Thursday and Ends on Wednesday . Our
    Management has decided to change the Work week start day will be  from
    Monday and will be ending on Sunday. In Order to meet this Work week
    Calendar changes our Team has proposed two Options. Both the Options
    are provided below .
    1. Option 1 : Change the last period and Extend the Pay Period by 4
    days so that the Last pay period ends on Sunday . We will process only
    26 Pay Periods
    2. Option 2 : Process all the Current 26 pay Periods as usual and
    Create a new payroll period for 4 days from Thursday thro Sunday . We
    will have a Separate 27 pay Periods
    Both the Approaches has Pros and Con's .
    We are debating ourselves to choose one of the Approaches and we can
    really appreciate if you can guide us and shed some light on which
    approach we have to Adopt for a better transistion .
    Do we have any SAP recommended Procedure for this kind of changes .
    I can really appreciate if you can Respond me ASAP .
    Thanks and Regards
    Ramesh Ayyappan.

    Hi andrius.kr,
    I understand. Then I can help to check the settings on the Exchange side.
    As far as I know, Entourage uses web services to connect to Exchange Server. Let's first test the web services by running Test-OutlookWebServices command, more details in the following blog:
    http://exchangeserverpro.com/exchange-2013-test-outlook-web-service/
    Disclaimer:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    In addition, I also suggest checking the application log to see if there are any related error logs.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • PER_TIME_PERIODS and 27 pay periods

    I have an interesting issue...
    In 2013 - there should be 27 Bi-weekly pay periods.  This occurs every 40 years.  The per_time_periods table has the last pay in 2013 as the first pay in 2014.  Therefore 2014 has 27 pays.
    Any idea on how to fix  this?  As Oracle  hasnt been around for 40 years i cant find a solution.
    Thank you

    Hi Scooby,
    The pay periods are decided based on the regular_payment_date column on per_time_periods table
    select * from per_time_periods -- regular_payment_date
    where period_num = 27
    and period_type = 'Bi-Week';
    Basically if the payment date is within the current year, you would see the period in the current year.
    It is normal to have 27 periods in a year. This happens every 11 years.
    You can go to the payroll definition screen --> period dates , and amend the period number,name and dates if those are not correct and you want to move them to the next year(but then the next year would have 27 periods)
    Hope that helps,
    Vignesh

  • How do I activate AUTOMATIC superscripting for numbers / dates; e.g. 1st, 2nd, 3rd, 4th, etc .... It used to do this in all PRE-5.0 versions of Pages; now, it is GONE from Pages 5.0, and I cannot find out where / how to activate it !!

    How do I activate AUTOMATIC superscripting for numbers / dates; e.g. 1st, 2nd, 3rd, 4th, etc .... It used to do this in all PRE-5.0 versions of Pages; now, it is GONE from Pages 5.0, and I cannot find out where / how to activate it !!

    Whilst I appreciate your responding - I do not think this helps with what I was enquiring (at least not without further explanations anyways).
    I am aware of, and do use, the function - System Preferences > Keyboard > Text - for various replacements like (tm), (c), etc .... and also for fractions like 1/2, 1/4, 1/3.
    However, my question was in relation to SUPERSCRIPTS for dates / numbers - namely, superscripting numerical suffixes for things like 1st, 2nd, 3rd, 4th,
    So - please help - HOW do I set this up ? If indeed it is possible without System Preferences > Keyboard > Text ???

  • Hello, i registered my visa card and then removed and again 3 times. and im realize itunes takes money at every register, so i make little research there says itunes gives back that money back but its already 3rd week and no refunds ? Please help

    hello Apple community i have little problem i didnt know itunes takes 1$ for every register visa card. i registerd and then removed 3 times so its taked 3$ so i make little researchs i found itunes gives back that money but its my 3rd week waiting and no refund pls help.

    The temporary store holding charge that is made when you add or change the card details (to check that the card is valid and active and registered to the same name and address as on your account) should disappear within a few days : http://support.apple.com/kb/HT3702 - it should be your card issuer that removes the hold, so you may need to contact them :
    Authorization holds are removed by your financial institution shortly after your purchase clears. The amount of time it takes to remove authorization requests varies by financial institution.
    If you have questions about the way your financial institution handles authorization requests, contact their customer service department.
    If you want to contact iTunes support then you can do so via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • FormatDate and 1st, 2nd, 3rd...

    Hi,
    I have done a piece of code to do this, but I can't believe there is not something out there to do that already, so I thought I'd check here :)
    What I want is to display the date in the form:
    Tuesday, September 24th
    With the "th" bit being the correct one for 1st, 2nd, 3rd, and so on.
    Is there a way to do that using the <fmt:formatDate> tag ?
    Thanks

    I doubt if there's a way to to add the "th" simply by using a custom date pattern.
    I was unable to find what makes up the custom date pattern in the jstl
    format date tag.
    However this here : http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html
    shows a a chart of date patterns, and the "th" part is not listed anywhere.
    Maybe if there was a glossary term for the "th" part of the date, it would be easier to find a solution.
    You can also check with Apache's JSTL user mailing list for a solution if no one posts one here.

  • Dunning 2nd and 3rd letter

    Hi SAP Guru
    How i can get Dunning 2nd and 3rd letters
    I have getten dunning 1st letter but i am not able to get sencond and 3rd
    what is the process , Thank you in advance

    Hi,
    Line items should reach minimum number of days, referring to the due date of net payment, to reach a certain dunning level.
    In FBMP check you dunning interval. If line item has reached interval maintained for 2rd and 3rd level then items will not be dunned.
    Also check dunning levels for your dunning procedure in FBMP.
    If you find no problem with dunning settings then, activate additional log for the dunning run to identify exact reason for the problem.
    Thanks!
    Raju

  • Video card to run 2nd and 3rd monitors cs5.5

    Hello all,
    I have a powerful system with multiple hard drives that I use to cut HD DSLR footage on in CS5.5.  My GTX 570 runs my 1st monitor and my 9600GT runs the 2nd and 3rd monitors with great success.
    1st monitor = timeline
    2nd = bins
    3rd = full screen preview (Highest quality preview)
    The reason I use the gtx 570 to run only the first monitor is because it idles much higher and hotter connected to two monitors.  (Disables the down clocking feature on the card when connected to multiple displays).
    Well the 9600gt has died.
    I don't want to spend alot of money here but I am not sure what video card I require for my 2nd and 3rd monitors.  Keep in mind the 3rd monitor is the full screen preview.
    I know premiere pro uses my 570gtx for the MPE but I have no idea how this effects (if it does at all) my 3rd preview monitor since I have had it plugged into my 9600gt.
    There for I am not sure if I can get away with a cheap card like a $50.00 Nvidia GT 610 or do I need something at least equal or greater then my old 9600gt?
    Thanks!,
    Kieran

    Thank you for the reply Harm.  I have an x79 board with a 3930k @ 4.6ghz.
    I will take that advice on board.. I might have to fork out a bit of extra money.  Shame I only purchased the 570 gtx a couple of months ago!
    Found this card....
    Gainward GTX550Ti 1G DDR5 DVI HDMI
    Internet Price:    $111.00
    Barcode  :  
    426018336-2050
    GPU  :  
    GeForce GTX 550 Ti
    GPU Clockspeed  :  
    900 Mhz
    Memory  :  
    1024MB GDDR5 192bits
    Memory Clockspeed  :  
    2050 Mhz
    Pixels per clock (peak)  :  
    N/A
    Bandwidth  :  
    98.4 GB/s
    Ramdac  :  
    400 MHz
    PCI-Express 2.0
    Cooling  :  
    2-Slot Fan
    Video-Features  :  
    HDMI
    Connectivity  :  
    DVI-I + VGA
    Would this be sufficient??
    Thanks!!
    Kieran

Maybe you are looking for

  • Ipod 1st generation (1 G) no longer recoginzed by firewire

    I just upgraded from OSX 10.3.9 Panther to OSX 10.4.4 Tiger. Now, as I have read in many places, my iPod is not recognized when I plug it into my TiBook. It used to work. It still charges. It still plays. But my songs don't syncronize with iTunes. I

  • How do I set up bookmarks sync to iCloud for Safari in Windows?

    The page http://support.apple.com/kb/DL1455 shows iCloud Control Panel for Windows permitting bookmarks sync for Safari but when I run it it shows bookmarks sync for Internet Explorer. How do I set this up for Safari on Windows?

  • Shot in 4:3 and captured in 16:9

    I made the biggest rookie mistake of my life and now I'm trying to be lazy and get out of it without having to recut. I shot some standard footage in 4:3 and as a habit of only doing 16:9 projects forgot to change the capture setting to 4:3 so my foo

  • Tempalte registration failed

    Hi experts When am trying to register templates using OVAB am getting this error: Registering IG_HTTP to cloud_resource_pool::vm_server_pool started. Connecting to cloud_resource_pool::vm_server_pool for register operation. Connected to cloud_resourc

  • About Bank Key & Bank Number

    howdy colleagues, Our banks are set up whereby Bank Key (banka-bankl) = Bank Number (banka-bnklz). In the country where I am working, the Central Bank is now requiring the bulk payments to be processed by bank group (previously by bank branch) e.g. o