cancel
Showing results for 
Search instead for 
Did you mean: 

Download file from webpage

Former Member
0 Kudos

Hi!

I need to download a txt-file from a webpage via XI daily.

Does anybody know how to do it?

Thanks in advance

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

Michael Iam just wondering why we need a ccBPM?

we can have ABAP proxie at one end and invoke a java proxy at the other end?Doesn't it resolve the problem?

Can you correct me if iam wrong?

MichalKrawczyk
Active Contributor
0 Kudos

Hi Sravya

sure you don't need a BPM but:

- since it runs only once a day BPM will not be very difficult to handle for the XI

- if the file is big/huge this will give you the possibility

to run it in asyn mode

but obviously you can do it in sync way if you want/can(response time)

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

Hi Chris,

it depends

1. you can schedule an abap raport to run daily

that will trigger RFC or proxy connection to XI

2. once the connection is triggered it can start a BPM

that will invoke a java proxy

inside this java proxy you can connect to your

web page - parse it to find filename and then

get this file and the final step in this proxy will be

to return the file to the BPM

3. then you can do something with this file as you're back with BPM

Regards,

michal