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.