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

Timeout during RFC-Call

Former Member
0 Likes
1,001

if you call a SAP-function via RFC from an external RFC-client, the function runs in a SAP dialog-process and a timeout can occur dependent on the runtime.

do anybody know a possibility to run the RFC-function in a batch-workprocess ? perhaps a asynchronous RFC (aRFC) or transactional RFC (tRFC) can guarantee this ? or perhaps I can configure the RFC-connection in any way in SM59 ?

thanks and regards

torsten manhardt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
681

Yes, you can run an RFC FM in batch. You might also check if you are calling the same RFC multiple times in a loop. If so, see if you can run it once, but return all the data you need in a table.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
682

Yes, you can run an RFC FM in batch. You might also check if you are calling the same RFC multiple times in a loop. If so, see if you can run it once, but return all the data you need in a table.

Rob

Read only

0 Likes
681

Hello Rob,

thanks for your reply. but what I didn't understand, HOW I can run the RFC-FM in batch-mode ?

regards

Torsten