2013 Jan 09 8:13 AM
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.
2013 Jan 09 9:04 PM
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?
2013 Jan 09 9:04 PM
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?
2013 Jan 10 6:57 AM
yes, you are right i mention about SAP application to listen to a specific port. How can i listen SAP to specific port.
2013 Jan 11 1:43 PM
So, can anybody help me about this stuation, just listen specific tcp traffic with Sap application..
Thanks for Supporting..
2013 Jan 14 7:14 PM
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