cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to get the Month End Date for the given date in any Month.

Former Member
0 Kudos

Hi,

I am looking for a FM to get me the Month End Date for any given date in a Month.

Appreciate Yur Help.

Thanks,

Kannan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try HR_JP_MONTH_BEGIN_END_DATE.

Subhash

Answers (3)

Answers (3)

Former Member
0 Kudos

hai Kanna,

Use The FOllowing FM.

Function module HR_JP_MONTH_BEGIN_END_DATE

Import parameters Value

IV_DATE 15.01.2007

Export parameters Value

EV_MONTH_BEGIN_DATE 01.01.2007

EV_MONTH_END_DATE 31.01.2007

REward Points IF Usefull

Thanks & Regards,

Shiva

Former Member
0 Kudos

Hi,

Try RP_LAST_DAY_OF_MONTHS function module.

Rgds,

Sasi

Former Member
0 Kudos

You could add one month to your date, then set the day to 01 then substract one day.

or you could try this FM <b>LAST_DAY_OF_MONTHS</b>

Best regards