cancel
Showing results for 
Search instead for 
Did you mean: 

copy file from server to local PC

Former Member
0 Kudos

Hello,

I need copy a file (.xml) from server to my local pc. In R3 system i can do it with transaction CG3Y however in XI this trnasaction doesn't exist.

i've testing with function ARCHIVFILE_CLIENT_TO_SERVER but the follow error occurs:

file_open_error

how can i do it?

thanks very much

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

I think you have to use ARCHIVFILE_SERVER_TO_CLIENT instead.

Regards,

ravi

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank all,

Ravi, the function ARCHIVFILE_SERVER_TO_CLIENT give me an error when download the file '(unknown_error)'

what can it is?

Former Member
0 Kudos

Hi,

Goto AL11--navigate to your Directory and file

Double click on the file which u want to download

then goto System-List-Save----Local File

select the Radio button Unconverted and say Continue

Give the name of the file & Give the path of the where it needs to Store on your machine

Regards

Seshagiri

Former Member
0 Kudos

Hi,

write ABAP-Mapping that calls function module (RFC) "ws_download"

regards Mario

Former Member
0 Kudos

Check this Discussion here

Regards

Seshagiri