‎2007 Jul 19 2:32 PM
HI all,
I have two fields in selection screen are Fiscal period and year . The fiscal period should start from 'JULY'. Next year 2008 'June' it will complete one year. How can i write validation on period and year.
regards,AJay
‎2007 Jul 19 2:49 PM
Hi,
Check fiscal year by using
call function 'FI_PERIOD_DETERMINE'
exporting
i_budat = p_datum
i_bukrs = p_bukrs
importing
e_gjahr = year
e_poper = period.
aRs
‎2007 Jul 19 2:41 PM
‎2007 Jul 19 2:49 PM
Hi,
Check fiscal year by using
call function 'FI_PERIOD_DETERMINE'
exporting
i_budat = p_datum
i_bukrs = p_bukrs
importing
e_gjahr = year
e_poper = period.
aRs