cancel
Showing results for 
Search instead for 
Did you mean: 

How can I spot the http/https port number of WEB AS ABAP

Former Member
0 Kudos

Thanks

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hi,

Start transaction SMICM, Select the Menu Options Goto->Services

Regards,

Siddhesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you want to check the port numbers for WebAS, then you can go to SMICM transaction and go to the menu item:

Goto >> HTTP Server >> Display Data

This will show you the condition of the WebAS and the ports used for HTTP and HTTPS.

Please award points if helpful.

Thanks

Vijay

athavanraja
Active Contributor
0 Kudos

use FM

TH_GET_PLUGIN_INFO

and to get http details pass 1 to protocol import parameter and for https pass 2 to protocol import parameter