Dear all,
I have to make the fiscal year change for our system, but unfortunately it ends with an open loop or something. (idle system)
That means I start the transaction AJRW (Asset Fiscal Year Change) enter the company code (1000), the new fiscal year (2009) and then run in "Test Mode" but it ends up in a loop. (Runtime Error -> Time out after a while). I enlarged the run time (rdisp/max_wprun_time) but after the run time is over a Runtime Error occurs: TIME_OUT at the following position:
Trigger Location of Runtime Error
Program SAPLAFAR
Include LAFARU04
Row 38
Module type (FUNCTION)
Module Name RA_FISCAL_YEAR_CHANGE
37 TRY.
CALL FUNCTION LD_FUNCTION
39 EXPORTING
40 ID_PROCESS = ld_process
41 IS_ANTS = I_ANTS
42 IB_WRITE_TRACE = I_TRACE
43 IB_COLLECT_MESSAGES = I_FEHLER
44 IB_CALC_CLOSED_YEARS = I_CAL_CLOSED_FYEARS
I made the same process for Company code 2000 and 2200 and they run without a problem With these I was able to run the whole fiscal year change and year end closing processes without errors.
Did I have to run the process longer? (the whole night? ATM: 8000 sec)
Thank you in advance,
Kind regards