cancel
Showing results for 
Search instead for 
Did you mean: 

Ways to Push Data from Non SAP System to PI

Former Member
0 Kudos

Hi All,

What are the various ways to PUSH data to SAP PI from a NON SAP System?

I am aware of SOAP and HTTP POST.

Any other means??

regards,

Piyush Mathur

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> I am aware of SOAP and HTTP POST.

> Any other means??

Use FTP

Former Member
0 Kudos

Hi Sarvesh,

FTP would be a PULL scenario wherein the FTP sender channel would PULL the data from NON SAP system after a particular frequency.

I am referring strictly to PUSH scenario.

regards,

Piyush

stefan_grube
Active Contributor
0 Kudos

Technically you are right.

But the file has to be provided by sender application, so logically the sender triggers the scenario.

Former Member
0 Kudos

Yes, you are right FTP will be PULL secnario.

I guess then there are no more options except the one which you have already mentioned.

Former Member
0 Kudos

Stefan you always rocks!!

Former Member
0 Kudos

Hi Stefan,

Yes you are right, but there might be a time lag depending on the frequency at which the FTP Sender channel is Polling.

I am referring to scenario wherein the scenario is triggered by NON SAP System as and when the data changes.

I hope I am clear with my requirement.

Former Member
0 Kudos

If that's the case, SOAP sender is also NOT a PUSH. Web Service call has to be initiated by an internal / external scheduler message to PUSH the message out.

VijayKonam
Active Contributor
0 Kudos

I dont think there is any other than those two from standard adapters (Excluding the vendor specific adapters)..!!

WS adapter might be useful (not sure though), but your sending system should be implementing WS-RM protocol for messaging.

VJ