cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP date using SAP PI

premraj_furtado
Explorer
0 Kudos

Hello everybody...

Can anyone tell me whether TCP / IP  is possible with SAP PI as middleware. , If yes then pls elaborate.

We are using SAP PI as middleware to connect to a 3rd party system which communicate only through TCP/IP protocol.

Any help would be highly appreciatable.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I had this issue on a project at the turn of the year.

The Seeburger adapter was prohibitively expensive. 

in the end we wrote a file out to the O/S and had a 'C' Program running to push the data through TCP/IP.

iaki_vila
Active Contributor
0 Kudos

Hi Premraj,

As Christian said are different think to talk to. If you wan to connect via socket without application layer you have this options:

1. Purchase a third-party adapter. Seeburger has one.

2. Make your own adapter module.

3. If tcp/ip is over http, To use http adapter and to develop a java mapping to work more specifically.

Regards.

0 Kudos

Hello Premraj,

Yes and No. You are talking about 2 different layers. TCP/IP is Transport/Network layer and Middleware (PI) is Application. You have to specify your request. Which message protocoll is the 3rd party system using ?

Regards

Christian

premraj_furtado
Explorer
0 Kudos

Hi Christian ,

3rd party is using server socket connection TCP , it is receiving messages on a particular port