‎2006 Dec 05 12:39 PM
Is there any such function module to get date values after passing fiscal year and period to a function module.
‎2006 Dec 05 12:47 PM
‎2006 Dec 05 12:47 PM
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...
‎2006 Dec 05 4:12 PM
Hi,
Try using G_POSTING_DATE_OF_PERIOD_GET function module.
Regards,
Vineetha.
‎2010 Dec 15 8:44 AM