Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tcp Port Listen with Sap / Abap

Former Member
0 Kudos

Hi,

I must make remote server's TCP port listen with Sap application. This server irrelative sap server, I try to make listen some port on TCP.

Is it possible to do that on Sap - Abap application, how can i do that this kind of application.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

the question is not very clear. Do you want your non-sap application listen to SAP application. or do you want to modify the SAP application to listen to a specific port you want?

4 REPLIES 4

Former Member
0 Kudos

the question is not very clear. Do you want your non-sap application listen to SAP application. or do you want to modify the SAP application to listen to a specific port you want?

0 Kudos

yes, you are right i mention about SAP application to listen to a specific port. How can i listen SAP to specific port.

Former Member
0 Kudos

So, can anybody help me about this stuation, just listen specific tcp traffic with Sap application..

Thanks for Supporting..

Former Member
0 Kudos

From what i know, SAP has pre-defined ports it can listen to. There can be slight variations based on the system no. See the following links for default SAP ports.The document is particularly useful and gives information on the allowed ranges of ports for various SAP applications.

http://help.sap.com/saphelp_46c/helpdata/en/6d/2a41373c1ede6fe10000009b38f936/content.htm

http://scn.sap.com/docs/DOC-17124

if you want to reconfigure the SAP ports there are 2 ways.

- you can change the SAP port configuration by reinstalling the SAP system accordingly. See the following link.

http://help.sap.com/saphelp_nwpi711/helpdata/en/4a/4b6d0a5cd114d2e10000000a42189b/content.htm

This has some information, i can give you more specific information if you can let me know for which service you want to reconfigure the ports.

you can use an external tool/system to accept incoming connections like BigIP etc. and then redirect the connections to correct SAP ports.

i would personally not recommend changing SAP ports but if you really want to i would recommend the 2nd approach.

Yogesh