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

Former Member
0 Likes
476

Is there any such function module to get date values after passing fiscal year and period to a function module.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
446

Hi,

Check this one GM_GET_FISCAL_YEAR

Regards,

Amit

Read only

former_member69765
Contributor
0 Likes
446

what I have understood is that u have Year Value .. and a month value.

Now it is obvious that u wont require all the dates in that month...

the 1st date of any month and any year is always - 01

the only problem is the last date of the month .. for that use FM - RP_LAST_DAY_OF_MONTHS.

Input any date of the month .. it will give u the last date of the month.

So u can enter date like - 01/Month/year and it will give u last date.

I hope ur problem is solved...

Plz reward points if it does...

Read only

Former Member
0 Likes
446

Hi,

Try using G_POSTING_DATE_OF_PERIOD_GET function module.

Regards,

Vineetha.

Read only

Former Member
0 Likes
446

query solved