Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hit Runtime ERROR

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check note 615511.

Rob

7 REPLIES 7

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Is the file placed in Application server or presentation server?

0 Kudos

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

0 Kudos

Hi Atish,

Its at this :-

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

where its taking a long time.......

Please advise for further steps.

Thanks,

Loo

Former Member
0 Kudos

Check note 615511.

Rob

0 Kudos

Thanks.. ROB!!