cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Target URL

Former Member
0 Kudos

Hi...

I'm developing a interface that connects my SAP to a dynamic remote file.

This file is hosted under http protocol, and they name changes everyday (for example, 20100323.csv YYYYMMDD.csv).

How can I do this? Anyone has some example scenario?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

in order to fetch a file from http server you need to write a proxy anyway (java proxy probably)

so one of the parameters can be date and you will just fetch the file according to that.

There is no standard adapter that will fetch the file from http server and with proxy

it's pretty easy to implement dynamic name

Regards,

Michal Krawczyk

Former Member
0 Kudos

Great!

Do you have any example that shows this scenario?!

Regards!

😃

Former Member
0 Kudos

Not solved