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
577

Dear Abaper,

I need a function module which returns the Calander Year when i am passing Financial Year...The financial year start from October....

S.t.

1 October = Januaruy

2 November = febuary

6 REPLIES 6
Read only

Former Member
0 Likes
552

i dnt think so itr thr,

u have to write a code 4 this

Read only

Former Member
0 Likes
552

Hi,

Try this FM CCODE_GET_FISCAL_YEAR_VARIANT

You have to add the logic using substrings to get the fiscal year as per your requirement.

Read only

Former Member
0 Likes
552

i dont there exists such a function module but still

check www.se37.com

hopefully it helps

thanks

Reward if useful

Richa

Read only

0 Likes
552

any other idea????

Read only

0 Likes
552

HI,

Try FKK_FM_GET_FISCAL_YEAR

Read only

Former Member
0 Likes
552

Hi ,

If i understood your requirement correctly

2008/10 will be the fiscal year 2009 and period 1.The finacial year is from Octovber to september. If you want to know the callender year make the first date of the fiscal period like for

2009 period i make date like 20090101 and get the 3 months previous date that is the calender year for you.

Reward if find useful..