‎2007 Oct 12 5:53 PM
Hi Experts,
<b>
Is there any funtion module to obtain the present fiscal year.</b>
‎2007 Oct 12 5:59 PM
Hi,
Here is the function module which returns the Current Fiscal year
GET_CURRENT_YEAR
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
Regards
Mukesh Kumar
‎2007 Oct 12 5:59 PM
Hi,
Here is the function module which returns the Current Fiscal year
GET_CURRENT_YEAR
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
Regards
Mukesh Kumar
‎2007 Oct 12 6:00 PM
Hi,
Check this
<b>FI_PERIOD_DETERMINE</b> and
<b> FTI_FISCAL_YEAR_MONTH_GET</b>
Regards,
Padmam.