‎2008 Apr 14 11:07 AM
Hi,
Is there in abap, parameters which sored path to SapWorkDir and which could be given in FM 'WS_DOWNLOAD' as filename parameter?
regards,
Joanna
Edited by: Joanna Lazarz on Apr 14, 2008 12:07 PM
‎2008 Apr 15 6:39 PM
Dear Joanna,
please note that the function is obsolete. You should use CL_GUI_FRONTEND_SERVICES instead.
'WS_DOWNLOAD' is for a download to a front-end. As I understand your question correctly you would like to download data to the application server, right? In this case you should user open dataset and the transfer statement.
You should also check transaction FILE. This will show you defined logical file and path names in your system.
Regards
Matthias Nutt
‎2008 Apr 16 7:10 AM