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

file copy from SHARED folder to Application server

Former Member
0 Likes
553

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
366

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

1 REPLY 1
Read only

Former Member
0 Likes
367

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