Application Development 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: 

CALCULATION OF FISCAL MONTH

Former Member
0 Kudos
76

Dear All,

Does any function module exits for the calculation of fiscal month from the ordinary month.

with regards,

prince elvis

2 REPLIES 2

Former Member
0 Kudos
53

Hi Prince,

Please refer the link,

Regards,

Hema.

    • Reward points if it is useful.

Former Member
0 Kudos
53

Hi,

Use the following FM:

GET_CURRENT_YEAR

Get the current fiscal year.

Example:

CALL FUNCTION 'GET_CURRENT_YEAR'

EXPORTING

BUKRS = '1000' " Company Code

DATE = SY-DATUM " Date to find fiscal year for

IMPORTING

CURRM = w_currm " Current Fiscal Month

CURRY = w_curry " Current Fiscal Year

PREVM = w_prevm " Previous Fiscal Month

PREVY = w_prevy. " Previous Fiscal Year

or

FTI_FISCAL_YEAR_MONTH_GET Returns fiscal year for specific date

Hope this helps.

Reward if helpful.

Regards,

Sipra