cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP connections

former_member759680
Contributor
0 Kudos

Hello,

I need to find which TCP/IP connections were connected to my SAP system at a given time.

Could you guide as to how I can detemine that

Thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

If you are also there at that given time, then check tcode SMGW and click refresh.

As the "given time" may be very short and you are sleeping, you can also Goto => Expert functions => Logging and choose events and activate.

Former Member
0 Kudos

Gautam

If your OS is Windows, you can also download and run tcpview, or netstat -a.

I prefer netstat u2013a for Unix environments and tcpview for Windows.

Hope this helps.

PJ

Former Member
0 Kudos

Are you say about users? Or you interst all TCP/IP connections?

For users good to check the ST03N t-code.

About all TCP/IP connections on os

level use netstat -a

Regards.

Former Member
0 Kudos

SM04 from SAP or use network sniffers

Former Member
0 Kudos

Hi,

One option is via SM04 tcode, you can see the user and hostname that are connected in your sap system.

My best regards