cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Initiates Proxy

former_member235717
Participant
0 Kudos

Hi Experts,

We are currently on SAP PO 7.4. I have an interface from ECC(proxy ) to PI to External File server which is a simple Async scenario.Our ECC team is requesting PI to initiate the Proxy call instead of them scheduling a job in ECC. Is this a feasible service? Can PI initiate the Proxy call without any request coming into the system.

Please help with possible solutions. Appreciate the help!!

Thank you!!

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Shewatha,

I believe scheduling a job in ECC would be simple in this case.

former_member235717
Participant
0 Kudos

I agree, but I would like to know if this approach is feasible in SAP PI? Does PI do need to have a sender system to initiate the calls in all cases?

iaki_vila
Active Contributor

Hi Swetham

PI can start the communication with a poll with:

- File channel.

- JDBC channel

- JMS, mail, and so on

However with a proxy has no sense, why?, because normally a ABAP program do a select and process any data to send via sender proxy, but this behaviour has sense when something in the ECC begin the process (talking on sender perspective).

May be you can do a fake sender (with SOAP-AXIS, im not sure right now), and in the receiver side to have a receiver proxy and in this code to have a second scenario (proxy-file). This seems so difficult and unnecessary.

Regards.

Answers (3)

Answers (3)

former_member235717
Participant
0 Kudos

Thank you all for the valuable suggestions. This clears my doubt.

I will go ahead and close the thread.

mandar
Explorer
0 Kudos

Hi Swetha,

I dont think it is possible for PI to initiate the proxy call. Best is to ECC team schedule a job.

Thanks,

Mandar

gurudatta
Participant
0 Kudos

Hi Swetha,

Even i am working on these kind interfaces..

No-Unless and until there is a data push from ECC end the PI itself can not initiate any connection ..

Proxy will be triggered once the proxy class is called ..so unless the proxy class is called and push the data PI will not receive any data

Thanks,

Guru