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: 

FM to download all directory from server to local

former_member647278
Participant
540

exists a fm to download the whole directory from server to local with all the files inside (.csv)

for example this fm "archivefile_server_to_local" allows you to download the file,

is there a way to download the whole folder with all the files?

3 REPLIES 3

FredericGirod
Active Contributor
211

you should create an archive & download the archive

I have already put in another thread the SM49 SM69 possibility

former_member647278
Participant
0 Kudos
211

can you explain in more detail how to do it?

or pass me the link?

thanks

Sandra_Rossi
Active Contributor
211

If you split your question in three, they have been asked hundreds of times (last time: yesterday). Search:

  1. Function module to get the list of files in a folder on application server
  2. ABAP statements to read a file from application server
  3. Method to write a file on laptop