2007 Mar 12 10:14 AM
Dear All,
Does any function module exits for the calculation of fiscal month from the ordinary month.
with regards,
prince elvis
2007 Mar 12 10:26 AM
2007 Mar 12 10:34 AM
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