Skip to Content
0
Dec 04, 2008 at 03:52 PM

TIME_OUT error in back ground

30 Views

Hi All,

I have scheduled a program in background.But i am getting short dump as TIME_OUT.

I am getting the following dump.

********************************************************************

Runtime Errors TIME_OUT

Occurred on 04.12.2008 at 06:11:26

Time limit exceeded.

What happened?

The program "SAPLZ_PTI_FILE" has exceeded the maximum permitted runtime without

interruption, and has therefore been terminated.

002430 WHEN 'WA_INSTALL-ANLAGE'.

002440 DATA: c_anlage(10) TYPE n.

002450 c_anlage = lw_sdata-symvalue.

> SELECT SINGLE aklasse FROM eanlh INTO p_aklasse ---->dump occurs here

002470 WHERE anlage = c_anlage

002480 AND bis = '99991231'.

002490

002500 *- Sluitveld geeft einde van te verwerken IDOC-data

002510 WHEN 'GV_EINDVELD'.

*************************************************************************

This code is executing inside a loop.

Anybody has the solution for this?

Please help me, in solving this problem.

Thnaks

Taj