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

looking for FM

Former Member
0 Likes
814

1.i'm looking for FM that know to find the date of quarter.

2.the first day and last day of month

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

Hi liat,

1. HR_99S_GET_DATES_QUARTER

For quarter

(just pass the quarter number,

and the year,

it will give start and end date of the quarter)

*----


<b>SLIM_GET_QUARTERLY_PERIODS

we can also use this FM,

it will give all the QUARTERS

with their corresponding start and end dates.</b>

2. HR_JP_MONTH_BEGIN_END_DATE

This will give both start and end dates .

(we have to pass a date )

regards,

amit m.

Hi liat,

1. HR_99S_GET_DATES_QUARTER

For quarter

(just pass the quarter number,

and the year,

it will give start and end date of the quarter)

*----


<b>SLIM_GET_QUARTERLY_PERIODS

we can also use this FM,

it will give all the QUARTERS

with their corresponding start and end dates.</b>

2. HR_JP_MONTH_BEGIN_END_DATE

This will give both start and end dates .

(we have to pass a date )

regards,

amit m.

4 REPLIES 4
Read only

Former Member
0 Likes
781

Hi liat,

1. HR_99S_GET_DATES_QUARTER

For quarter

(just pass the quarter number,

and the year,

it will give start and end date of the quarter)

*----


<b>SLIM_GET_QUARTERLY_PERIODS

we can also use this FM,

it will give all the QUARTERS

with their corresponding start and end dates.</b>

2. HR_JP_MONTH_BEGIN_END_DATE

This will give both start and end dates .

(we have to pass a date )

regards,

amit m.

Read only

Former Member
0 Likes
780

last day of month : BKK_GET_MONTH_LASTDAY

Read only

Former Member
0 Likes
780

Hi,

You can use the following function module.

WSAF_GET_LAST_DAY_OF_MONTH Get Last Day Of the Month

FKK_ADD_WORKINGDAY Get nth working day of the month

Mark helpful answer.

Regards,

Amit Mishra

Read only

Former Member
0 Likes
780

hai liat,

date of quarter:

Returns selection range for the Quarter of the given year.

RS_VARI_V_QUARTER1XXXX

first day and last day of month:

Returns first day of the actual/last/next month:

RS_VARI_V_1_ACTUAL_MONTH

RS_VARI_V_1_LAST_MONTH

RS_VARI_V_1_NEXT_MONTH

Determine last day of month :

RP_LAST_DAY_OF_MONTHS

hope this will be helpful.

regards,

praba.