Skip to Content
0
Former Member
Nov 04, 2008 at 11:12 AM

Problem in "execute in background"

31 Views

Hi all experts,

I have a program which is doing housekeeping to delete outdated data in a customized table.

Before the data is deleted, the program will save all the data into a internal table.

After all, it will call a function GUI_DOWNLOAD to move the internal table data to a shared drive,

let's say G:\backup data\

The program runs perfectly if I executed it manually by clicking the button "execute".

But it is not running if I run it in "execute in background".

How should I solve this problem?

Please advice and thanks in advance.