Month: August 2012

  • SAP HCM Payroll tip: Preventing errors before they occur & using user exits to your advantage

    As part of the audit process, SAP customers develop a number of custom reports for the HR module to look for things like missing infotypes or specific items.

    Let’s look at some tax calculations – especially if you’re a company that has many, many tax jurisdictions. In the US, for example, if you’re a company in Pennsylvania or Ohio where employees move between areas and there are many locals. In these cases, you may not have the configuration set up for the right employer identification numbers. The employee can still enter that tax jurisdiction based on where they’re located, but when you’re running payroll, you’ll error out because the underlying configuration is missing for that tax jurisdication. So it’s great to have audit reports to identify situations where there are tax jurisdictions coming in from CATS (cross‑application timesheets) or in the employee infotypes that are not set in configuration. This gives you some ability to catch that on the front end.

    Then there are work location errors, where an employee – either via infotypes or from data coming in from the cross‑application timesheets or attendances – has a different work location than normal. Without the right setup, you’ll get an error when processing through payroll because configuration is not setup. We want to try to eliminate that, because depending on how your support structure is built, it might be a while before the configuration can be put in place to fix that employee record so you can continue on with your payroll activities.

    This is one error I especially like to find long before doing an audit report. At the infotype level or time entry level, when work location is entered we have a user exit built to check the configuration tables and validate that “Yes, Illinois is a state that we’re set up or generate a message that says Illinois is not a state that we’re set up.”

    There’s a couple different ways to approach that: If an employee is entering time and they select a tax jurisdiction that is not set up, you can give them a hard error. But you can also give them a warning. And while there are pros and cons to both, I like to set up the warning.

    It gives the employee an opportunity to report the warning message to the payroll department and typically provides enough time to add the configuration before running payroll. Also, it can ensure more accurate reporting. Erroring the employee out during time entry or infotypes, the employee is more likely to use shortcuts (“Well, I’ll just use something else to get by…”) and then you don’t get proper tax reporting.

    And these are all user exits. Infotypes like Infotype 207, 208, 209, and 210 can all be set up with user exits to validate that your configuration actually has these tax jurisdictions as available options.

    User exits also give you some flexibility, compared to removing all non-applicable jurisdictions from the dropdowns. If you clear all configuration not used as of today, you may have an issue in the future of having to setup the tax jurisdiction from scratch. User exits are dynamic, so with this approach, you can move into new tax jurisdictions as long as you do the configuration and there’s no change to user exits.

    Consier both audit reports and user exits when determine how best to reduce the number of issues you experience during your payroll processes.

    Read the ILN blog at Insider Learning Network | SAP HCM Payroll tip: Preventing errors before they occur & using user exits to your advantage

  • SAP HCM Payroll tip: Timing your payroll processing to prevent errors & give IT and HR some breathing room

    Typically, companies are running their payrolls on Monday or Tuesday so they can get a payroll out by the end of the week and make direct deposits in a timely manner.

    When dealing with that, typically audits should start at least a day or two prior. If it’s on Monday, by Friday you might want to start looking at some basic things:

    • Do I have all my audit reports?
    • Does everybody have a cost center?
    • Does every employee have an Infotype 9?

    Then, based on your report, you can set it up to find any exceptions that occurred over the weekend. On Monday morning, the report was already processed early in the morning, so when you arrive you can now review it and look for problems: “There’s a couple employees that were added over the weekend by HR, but the cost center is missing, so I need to get those addressed.”

    As part of a bigger audit check, you can actually run Time Evaluation and Payroll over the weekend before you arrive on Monday. Then you can have process models set up to automatically generate some of the documents or you can set up batch jobs that will run subsequent jobs.

    One of the clients I’ve been working with runs payroll on Monday. They started to look at options to get the process started earlier by using the weekend. They were all working until 10:00 or 11:00 on Monday night and that was taking a toll. So we started running time evaluation late Sunday and we set up  a standard SAP batch program to release the payroll and then start payroll. When everyone arrived on Monday, employees had been processed through time evaluation, payroll, payroll journals had been run along with other audit reports.

    They also gave HR a much larger window to go in and make HR master data fixes instead of the usual hour or an hour and a half.  HR now has the better part of the morning to tweak data and put in new hires.

    The best part of the automation was a reduction in the payroll department overtime and a more relaxed atmosphere. Error rates reduced signifantly because of the gained time and employee trust of their paycheck increased.

    Map out your payroll processes and look for areas that could be run earlier to get a head start on audits. The time will be well spent and payoff dividends in the long run.

    Read the ILN blog at Insider Learning Network | SAP HCM Payroll tip: Timing your payroll processing to prevent errors & give IT and HR some breathing room

  • SAP HCM Payroll tips – Audit Checks: Some key Infotypes not to overlook

    Of all the audit checks that you could perform, there are a couple that really are key – and critical to payroll success.

    In fact, I’m actually working with a client that’s recently gone live now. These audit checks were not put in place prior to go‑live, and now there’s a scramble to put them in.

    One of them is checking a report that will go out and check for missing infotypes. If an employee is missing certain infotypes when they get into running the payroll, they’ll bomb out.  For example, if you’ve had any experience with missing Infotype 9, which is the payment method, direct deposit or a check, you know that can cause some problems – especially when you discover this only after going through the entire process.

    For any infotype check, you have to identify which ones are important to your company. Once you verify that everybody has their infotype, you might even want to go in to look for specific fields. If you’ve created any custom infotypes or custom fields on existing infotypes that you need as part of your payroll process, your report can look for those specifics. I like to verify there are no employees missing a cost center using the Flexible Employee Data report, tcode S_AHR_61016362. Key date is set to Today and for Selection I set it to look for blank cost center in Infotype 0001.

    I also always like to check something very basic: Making sure that no employees are locked right before I run payroll. If you run your payroll late at night, you’re probably OK. But run it during the day on Monday or Tuesday, like a lot of companies do, and HR might lock an employee incorrectly, because they forgot that you’re running payroll. There’s a standard SAP report, tcode PC00_M44_UCPL, that you can run to avoid employees being locked.

    There are other reports or audits that you can run. You might want to check and see, for example, do you have Infotype 8s, basic pay, that have numbers or dollar amounts that don’t make any sense?

    If your employees are typically paid less than so many dollars per hour, show me any employees that are set up to have more than that. This way, you’ll be able to avoid the problem of employees who are set up as hourly, but were given  a salary rate – so then you’re paying them $200,000 or $300,000 in a weekly payroll.

    These — “Is everything there that I expect to be there? Is anybody locking the employee records? Do my employees make within a certain salary range?” — are just some of the basic checks that should clear up many errors you might encounter.

    Read the ILN blog at Insider Learning Network | SAP HCM Payroll tips – Audit Checks: Some key Infotypes not to overlook