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

fiscal year split logic

Former Member
0 Likes
337

Hi Guys Business requirement is have the fiscal year split logic

1. Fiscal year 2007 (T009b) or ODD fiscal years and not calendar 2007

2. Fiscal Yeat 2008 or Even Fiscal Year and Not Calendar 2008

I want the simple abap logic that with generate a success message in process chain for Even year and Else return Odd to go other path in process chain

Thanks

Sincerely

Soniya Kapoor

1 REPLY 1
Read only

Former Member
0 Likes
304

Hi Sonia,

U can get the fiscal year by using FM:

FTI_FISCAL_YEAR_MONTH_GET or any other FM.

Then , if the fiscal year is divisible by 2, it is a even year else, odd year.give messages accordingly.

Hope it solves ur query.