cancel
Showing results for 
Search instead for 
Did you mean: 

File Scenarios

Former Member
0 Kudos

Hi

I have a .jsp application on which 2 button are provide.

1. UPLOAD

2. DOWNLOAD

and an option to enter some PO number.

1st Scenario:

So when user enetrs that PO number and say Upload, it has to get stored into one file server with the same name.

2nd Scenario:

Similarly when the user enetrs a PO number on te jsp application and press download, we have to get the corresponding file from file server and pass it to this jsp application.

Probably, 1st scenario can be possible. Any clues on my second scenario?

Thanks

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member8655
Active Participant
0 Kudos

Hi Shiva

Please post the question to the right form. This form is meant for XI/PI queries.

Thanks

-Mitesh

Former Member
0 Kudos

This is the right forum.

Am asking the possibilities through XI only and am an XI consultant my friend.

Any thoughts now?

Thanks

Siva

Former Member
0 Kudos

Hi Shiva,

I believe 2nd scenario is also possible.

1. You can send a SOAP request to SAP PI.

2. Poll the location in the file server.

3, Pick up the file and read it in SAP PI.

4. Map the file content to the SOAP response structure of your request.

Prerequisite: you need to have PO number in your file naming scheme.

Thanks,

Varun