‎2007 Sep 25 3:55 AM
HI,
This message appears at the bottom of the screen when i execute my program.
"Runtime error TIME_OUT has occurred"
When i debug the program, it seems to take longer time than expected at this FM
"HR_INFOTYPE_OPERATION"
When i try to run this FM at foreground, my data is uploaded successfully to the Infotype that i wanted but when i did this at background.. the above runtime error were shown.
I have never been hit with this runtime error message all these while in my program. Only today when i tried to execute my program, the above message is sown.
Please assist me as i needed the explanation / solution ASAP.
Thanks,
Loo
‎2007 Sep 25 8:53 PM
‎2007 Sep 25 3:58 AM
Hi Loo,
Are you giving the same selection in the foreground and background?
There must be much more entries hence it is timing out
Regards,
Atish
‎2007 Sep 25 4:11 AM
Hi Atish,
Yeap.. the same selection for both foreground & background.
I'm only processing one Employee with one record to be uploaded. The flatfile contains only one record.
BR,
Loo
‎2007 Sep 25 4:14 AM
Is the file placed in Application server or presentation server?
‎2007 Sep 25 4:16 AM
Hi Loo,
Check with your basis if any of the system parameters are changed.
There may be chances that there are less background processes available.
Also try to check the trace using ST05 as where exactly its taking time.
Regards,
Atish
‎2007 Sep 25 4:27 AM
Hi Atish,
Its at this :-
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
where its taking a long time.......
Please advise for further steps.
Thanks,
Loo
‎2007 Sep 25 8:53 PM
‎2007 Sep 27 7:55 AM