‎2006 Nov 07 1:42 PM
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
‎2006 Nov 07 2:16 PM
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
‎2006 Nov 07 2:16 PM
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
‎2006 Nov 07 2:22 PM
Hello Rob,
thanks for your reply. but what I didn't understand, HOW I can run the RFC-FM in batch-mode ?
regards
Torsten