Question:
Hi ,
Is it possible to download a data extract to another user's machine. I am not referring to download to Application server. I wanted to know if a program can write a file to a global share folder??
any pointers to this will be usefull.
Thanks in advance.
NewAbaper
Answer:
Don't see why not. As long as you have a fully qualified network path and file name both Open Dataset and GUI Download should work.
If not you can always write it to the local machine and then use the *FTP* functions to FTP it to the target.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Hi R,
Yeah u r rite. I was able to download the file to another user's machine. The only requirement is the target drive needs to be MAPPED using the MAP NETWORK DRIVE option on windows.
After doing this we could use the GUI_DOWNLOAD option to download the file on another user's machine by passing the filepath as the target drive.
Anyways Thanks for the valuable inputs.
Regards,
NewAbaper