Application Development and Automation 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: 
Read only

Function error when calling in background

Former Member
0 Likes
418

Hi people! I need some help please.

I have an program that call an RFC function. This RFC function made select in BSAD, and because of the range, will return a lot of registers, so it cause timeout. We tried run it on backgroung, but after 1 hour app, an short dump occurs with the message CALL_FUNCTION_REMOTE_ERROR. I think the cause of this error is select taking too long time. Whats go wrong? In background mode even with a lot os data, should work, no?

Thanks!

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
361

Try to select less chunck of the data from the other system and store in some internal table at the calling system.

Sometimes, if the connection persist so long, than it can be broken.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
361

Hi,

If you can check more detais about errors in the SM58 in the source system or ST22.

It is helpfull to execute the RFC with ST05.

And if you need to change any data for RFC Destination, check transaction SMQS.

Regrads,

Fernando