Skip to Content
0
Former Member
Dec 07, 2009 at 01:08 PM

Download files in parallel

177 Views

Hi,

I am trying to download files at the front-end in parallel. I used CALL FUNCTION... STARTING NEW TASK, but it starts a new session and till the end of the downloading there is a blank window displayed. I tried also with CL_GUI_TIMER, but when the event is triggered and downloading starts the cursor became an hourglass and the user can't do anything until the process finishes.

Background job is not a solution, because we have to create RFC Destinations for each Front-end user.

I would appreciate any ideas.

Thank you in advance.