cancel
Showing results for 
Search instead for 
Did you mean: 

File(http://www. <name>.zip) - PI - file(C:\ <name>.ext)

NataliaGlants
Explorer
0 Kudos

Hi All,

I have a requirement to:

1) read ZIP file from http://www. address

2) unzip it into directory C:\

3) run SAP tranaction and read data from file

Thanks, Natalia.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Could you call fm HTTP_GET_URL direct without using PI?

NataliaGlants
Explorer
0 Kudos

Hi,

I have to use PI,

Regards, Natalia.

stefan_grube
Active Contributor
0 Kudos

Then you have to wait for PI 7.3

HTTP GET is not supported so far.

former_member207622
Contributor
0 Kudos

Hi natalia

Please go through the blog and discussion

you need to unzip the file and then place them in requied directory

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

regards

Ninad

NataliaGlants
Explorer
0 Kudos

Hi,

I may unzip file by using 7za.exe (system operating command).

I don't know how to read file from HTTP://WWW.

Regards, Natalia

former_member207622
Contributor
0 Kudos

Hi Natalia

You can check the java code mentioned in the link

Hope it helps

regards

Ninad