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 to Month Function Module

Former Member
0 Kudos

Is there any standard function module available that resolves the Payroll period into month that is if I input Payroll Period '03' it should return June since it is an Indian scenario.

5 REPLIES 5

former_member226519
Active Contributor
0 Kudos

in table T549Q you will find all periods with start date and end date so you could separate the month.

0 Kudos

Hi I have already created a subroutine to do that.n that I have assigned each period a month and ussing case statement im able to achieve my objective but i want a standard function module so that for any country whateveris the period to month setting it gives me the correct result.My subroutine works for indian scenario starting from april to march

former_member208856
Active Contributor
0 Kudos

use FM

HR_MX_GET_PAYROLL_PERIOD

give payroll area & date as input

0 Kudos

Hello Sandeep,

my input is payroll period not payroll area. I want the payroll period to be mapped with month.

0 Kudos

Hi,

U cannot get Month by just giving period. Payroll area(weekly/monthly/bi-weekly ... ) needs to be given.

Get period parameters from T549A passing Payroll area and get start and end dates from T549Q passing

PERMO , PABRJ , PABRP ...

Regards,

Srini.