‎2007 Oct 26 9:21 AM
Hi,
i am trying to create txt files in background with sap queries, but it doesn't work.
In dialog mode it works but not in background. Path is my standard application server path /home/data/..
Any ideas?
Thanks!
‎2007 Oct 26 9:28 AM
‎2007 Oct 26 9:30 AM
It's the standard SAP Query (SQ01) with option "File Store".
Thanks for the fast reply.
‎2007 Oct 26 1:07 PM
actually what's your question ....
the output report have u taken ???
do u want that output format in any formats???
‎2007 Oct 26 1:29 PM
I have a query (SQ01) and want to save the results into a file.
When i run this query in background it doesn't create a file on the application server (/home/data/...). Any ideas?
‎2007 Oct 26 2:49 PM
I have the same problem.
On another thread, it said it's not possible to do in background.
The File Store Option is only for execution in dialog mode.
Can somebody confirm or inform it ?
One solution is to activate an user exit!
Implement the user-exit to download the results of standard queries (SQ01) to application servers, while being run in a background.
First create a project, then use the enhancement assignment to include SQUE0001 SAP Query: Private data file. Further implement the user exit EXIT_RSAQEXCE_001 in the component section. Include ZXQUEU01 can have your code.
Thanks,
David de Limelette
Message was edited by:
David de Limelette
‎2007 Oct 26 3:20 PM
You can create files in background jobs easily on the application server, but not the presentation server (PC).
Rob
‎2007 Oct 26 3:28 PM
Rob,
Indeed we can create files in background on the application server, but not from Queries !
David
‎2007 Oct 26 3:31 PM
OK - I meant in general, but that's good to know about queeries.
Rob
‎2007 Oct 26 1:12 PM
Hi,
In the report output. u have an option called EXPORT at the tool bar by using that u can specify the back ground...