Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Payroll Period

Former Member
0 Kudos

Hi Guys/Dolls

I need to obtain the last entry in a payroll period - for a particular payroll area. Basically what's the most recent entry for the payroll period start and end dates on the payroll control record (transaction PA03 ).

There must be a Function Module to get this any help would be appreciated.

Many thanks in advance.

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Raj,

you can use the function module PA03_PCR_READ to get the current period and dates for a particular payroll area.

3 REPLIES 3

Former Member
0 Kudos

Hi

There are lot of fun modules

check this

<b>HR_GET_LAST_PAYROLL_PERIOD

Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi,

I found in table t549q there is a field VABRP which stores

the previous payroll period.

Or

HR_IN_GET_FISCAL_PERIOD

HR_MX_GET_PAYROLL_PERIOD

Regards

Former Member
0 Kudos

Hi Raj,

you can use the function module PA03_PCR_READ to get the current period and dates for a particular payroll area.