Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

path to SapWorkDir

Former Member
0 Likes
418

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

2 REPLIES 2
Read only

Former Member
0 Likes
338

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

Read only

Former Member
0 Likes
338

CHECK OUT THE TRANSACTION AL11