cancel
Showing results for 
Search instead for 
Did you mean: 

How to download files from the portal (KM) via ABAP program?

Former Member
0 Kudos

I have lots of files which were uploaded to the portal. Such files are .csv and .xls files. I need an ABAP program to run in batch mode and read such files in order to process them.

I have no idea how I could do that. Anyone could at least give me some clues or put me in the correct path in order to achieve such goal?

Thanks a lot!

Rubem

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rubem,

I do have same type of requirement which you have posted earlier. I am searching for a solution.

If you got the solution for your post. Can you please help me?

Thanks in advance!

Prasad

Former Member
0 Kudos

Hi,

I think you will need some sort of HTTP Client in ABAP side and consume a download URL (or a WebService if you need any logic performed before, returning the download location).

Regards,

Daniel