Application Development and Automation 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: 
Read only

Payroll Period to Month Function Module

Former Member
0 Likes
2,283

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.

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
Read only

former_member226519
Active Contributor
0 Likes
1,413

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

Read only

0 Likes
1,413

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

Read only

Former Member
0 Likes
1,413

use FM

HR_MX_GET_PAYROLL_PERIOD

give payroll area & date as input

Read only

0 Likes
1,413

Hello Sandeep,

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

Read only

0 Likes
1,413

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.