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

Function Module for Period to Date conversion

Former Member
0 Likes
8,347

Can anyone suggest me a Function module that gives a PERIOD start date and end date.

Passing parameters : Period and Fiscal Year.

Thanks in Advance.

-Mohan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,083

check fm..

<b>LAST_DAY_IN_PERIOD_GET

FIRST_DAY_IN_PERIOD_GET</b>

4 REPLIES 4
Read only

Former Member
0 Likes
3,084

check fm..

<b>LAST_DAY_IN_PERIOD_GET

FIRST_DAY_IN_PERIOD_GET</b>

Read only

Former Member
0 Likes
3,083

Hi Mohankumar,

I have found a few that might be helpfull for you:

FIRST_AND_LAST_DAY_IN_YEAR_GET

LAST_DAY_IN_PERIOD_GET

FIRST_DAY_IN_PERIOD_GET

Regards,

Abhy

Read only

Former Member
0 Likes
3,083

hi

good

check with the following function modules

HR_IE_NUM_PRSI_WEEKS Return the number of weeks between two dates.

thanks

mrutyun

Read only

dani_mn
Active Contributor
0 Likes
3,083

HI,

You can qurey table 'T549Q' for getting start date and end date for a given period.

Regards,

HRA