Skip to Content
0
Former Member
Nov 18, 2008 at 06:10 PM

Schedule a ABAP query from SQ01 to transfer the output to a file path

1317 Views

I am trying to schedule an ABAP query to run every night and transmit the output as a .TXT file to a particular file path on a server. In the "output format" of the selection screen I selected the second last radio button "File store" and entered the full path and file name.

When I run this in foreground I get a pop up window confirming the file path before it is downloaded. I have to just hit enter. But when I run in background the file gets transmitted to the spool and not to the file path entered in "File Store".

Is there any way I can make the file go to the specified path instead of the spool?

Any help will be appreciated