cancel
Showing results for 
Search instead for 
Did you mean: 

Download from HTTP URL

Former Member
0 Kudos

Hi Guys,

Every week I have to manually download this file

'http://www.bankofcanada.ca/en/financial_markets/csv/exchange_eng.csv' and process it in R/3.

Is there a function module as GUI_DOWNLOAD

that I can use to automate this download process in my code? If yes, please provide an example

Best Regards.

Mireille

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hello Mireille,

if you have a WebAS 6.X in your system landscape you can use it as a HTTP Client. Look in the Online Help for further information. If you not have it take a look at wget, which is a tool to download files on the command line. I think that will be also a possible solution.

Regards

Gregor