‎2008 Feb 21 3:21 PM
Hi
I have a file which is in a shared folder. My requirement is to copy this file into the application server.
The function module C13Z_FILE_UPLOAD_BINARY is working fine with local files. But I could not use it to copy the file in shared folder.
Please help me out.
Points will be awarded for sure !!
Thanks
‎2008 Feb 21 3:24 PM
hi,
use OPEN DATASET ... TRANSFER ... CLOSE DATASET to transfter the data on to the required file path ... else use transaction
CG3Z - to upload file from presentation server to application server.
Regards,
Santosh
‎2008 Feb 21 3:24 PM
hi,
use OPEN DATASET ... TRANSFER ... CLOSE DATASET to transfter the data on to the required file path ... else use transaction
CG3Z - to upload file from presentation server to application server.
Regards,
Santosh