2010 Mar 25 9:26 AM
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.
2010 Mar 25 9:55 AM
in table T549Q you will find all periods with start date and end date so you could separate the month.
2010 Mar 25 10:13 AM
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
2010 Mar 25 10:14 AM
use FM
HR_MX_GET_PAYROLL_PERIOD
give payroll area & date as input
2010 Mar 25 11:06 AM
Hello Sandeep,
my input is payroll period not payroll area. I want the payroll period to be mapped with month.
2010 Mar 25 11:12 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |