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
Hi,
Check my article on
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/just browsing around.article
After retrieving the URL, you can save the content (xcontent if it's binary) variable with transfer.
The only thing that you need to then is schedule the report in a job.
Eddy
You could find a program name wget to download from an url. This program run under M$ or Linux/Unix.
Frédéric
Add a comment