cancel
Showing results for 
Search instead for 
Did you mean: 

Park File in ApplicationServer

Former Member
0 Kudos

hi,

i have a requirement where XI needs to park the file in SAP Application Server. how to achieve this scenario. thanks in advance.

bala

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Can you give the entire flow and requirements?

Regards

Bhavesh

Former Member
0 Kudos

hi bhavesh,

the scenario is Legacy Systemt to R/3. In simple words --> file to proxy.

XI will poll the file and call the inbound proxy. the inbound proxy code will store the data in the Application Server of the target R/3 system. Later a program will be manually executed to read data from the application server and update relevant SAP tables.

thanks.

bala

bhavesh_kantilal
Active Contributor
0 Kudos

Bala,

So your requirement is that the proxy that handles the data triggered from XI should again put the data in a file so that another report can trigger this?

This does not make sense at all. Why use XI if that is what you want to achieve.

better option would be to write the proxy code implementation to do all the required processing , i.e pushing data to the tables. That is what proxies are used for.

Regards

Bhavesh

Former Member
0 Kudos

fantastic bhavesh, that's the right justification.

points awarded....

bhavesh_kantilal
Active Contributor
0 Kudos

Glad to have helped .

Regards

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you mean SAP XI application server? If so use the message protocol NFS.

Regards,

Jai Shankar