cancel
Showing results for 
Search instead for 
Did you mean: 

Send/Receive IDOC to/from a non SAP system using SAP PI Java only (ICO)

Former Member
0 Kudos

Hi, Greetings! We have SAP PI 7.31 (Dual Stack) in our project. The requirement is to send/receive IDOC to a Non SAP system using ICO (Java only). SOAP and File are ruled out due to some internal issues. Please let me know the possible ways to communicate PI and non SAP for IDOC communication? Thank you! Regards, Praveen Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

amarnath_m
Explorer
0 Kudos

Hello Praveen

What type of non-SAP application you use?

If it is web application go for WS or HTTP..

If it is Message queue system go for JMS..

or else you can just simply use a FTP server inbetween your PI server and non-SAP system..

Regards

Amar..

former_member186851
Active Contributor
0 Kudos

Hello Amarantha,

Based on Non-SAP System you can use the protocol.

If they support FTP,You can place the Idoc in the FTP directory.

former_member182412
Active Contributor
0 Kudos

Hi Praveen,

  • You must ask third party what are the connectivity options in their side because you can send the message via HTTP or JDBC or JMS
  • Based on their supported connectivity you can configure it in PI.

Regards,

Praveen.

Harish
Active Contributor
0 Kudos

Hi Praveen,

you can send the IDOC using File adapter, if your Non SAP system can use that.

refer the below doc

regards,

Harish