2006 Dec 01 12:07 PM
Hi
can you tell me any function module to determine date of fiscal month end as defined by accounting calender.
Regards
Muhammad Ansari
2006 Dec 01 12:08 PM
hi,
use GM_GET_FISCAL_YEAR
or.
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
rgds
Anver